···11+opam-version: "2.0"
22+synopsis: "GPT headers that are also valid tar headers"
33+description: """
44+Marshaling GPT headers such that they are a valid tar archive.
55+ The archive will contain a dummy file named `GPTAR` whose content
66+ is (at least) the GPT header and the partition table entries.
77+ Put a tar-partition at the first available space, and you can
88+ inspect the tar archive using regular tar utilities on the disk
99+ image with the caveat of the added `GPTAR` dummy file."""
1010+maintainer: ["Reynir Björnsson <reynir@reynir.dk>"]
1111+authors: ["Reynir Björnsson <reynir@reynir.dk>"]
1212+license: "BSD-2-Clause"
1313+tags: ["gpt" "tar" "mirage"]
1414+homepage: "https://github.com/reynir/gptar"
1515+bug-reports: "https://github.com/reynir/gptar/issues"
1616+depends: [
1717+ "ocaml"
1818+ "dune" {>= "3.7"}
1919+ "gpt"
2020+ "tar" {>= "3.0.0"}
2121+ "checkseum"
2222+ "odoc" {with-doc}
2323+]
2424+build: [
2525+ ["dune" "subst"] {dev}
2626+ [
2727+ "dune"
2828+ "build"
2929+ "-p"
3030+ name
3131+ "-j"
3232+ jobs
3333+ "@install"
3434+ "@runtest" {with-test}
3535+ "@doc" {with-doc}
3636+ ]
3737+]
3838+dev-repo: "git+https://github.com/reynir/gptar.git"
3939+url {
4040+ src:
4141+ "https://github.com/reynir/gptar/releases/download/v1.0.0/gptar-1.0.0.tbz"
4242+ checksum: [
4343+ "sha256=f243377c4650ecf75900997c948b518e6d6b1dd99fee8ee84d3c4b404d0badd0"
4444+ "sha512=f28b4ea53a8902b05dd1d7120056876fd25cefe51c0680083fd9565c530b2efc930b2caf4cf35d3b894d5100b1c33b0b3641c139e6e40a6923fc200ec227e9f2"
4545+ ]
4646+}
4747+x-commit-hash: "f99160b5ac01fd34fbef0c7fe91135d80346e5e0"