opam-mirror from upstream

This commit is contained in:
Hannes Mehnert 2024-10-16 11:25:28 +02:00
parent d44b45fe0d
commit 59e5bc3916
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,40 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "GPT headers that are also valid tar headers"
description: """
Marshaling GPT headers such that they are a valid tar archive.
The archive will contain a dummy file named `GPTAR` whose content
is (at least) the GPT header and the partition table entries.
Put a tar-partition at the first available space, and you can
inspect the tar archive using regular tar utilities on the disk
image with the caveat of the added `GPTAR` dummy file."""
maintainer: ["Reynir Björnsson <reynir@reynir.dk>"]
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
license: "BSD-2-Clause"
tags: ["gpt" "tar" "mirage"]
homepage: "https://github.com/reynir/gptar"
bug-reports: "https://github.com/reynir/gptar/issues"
depends: [
"ocaml"
"dune" {>= "3.7"}
"gpt"
"tar" {>= "3.0.0"}
"checkseum"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/reynir/gptar.git"
url { src: "git+https://github.com/reynir/gptar.git" }

View file

@ -27,6 +27,8 @@ depends: [
"git-kv" { ?monorepo & < "0.0.5" }
"git-mirage" { ?monorepo & >= "3.10.0" & >= "3.13.0" & < "3.18.0" }
"git-paf" { ?monorepo & >= "3.10.0" }
"gpt" { ?monorepo }
"gptar" { ?monorepo }
"h2" { ?monorepo }
"happy-eyeballs-mirage" { ?monorepo & >= "1.2.0" & < "2.0.0" }
"http-mirage-client" { ?monorepo & >= "0.0.1" & < "0.1.0" }