this repo has no description
1opam-version: "2.0"
2maintainer: ["Reynir Björnsson <reynir@reynir.dk>" "dave.scott@eu.citrix.com"]
3authors: "dave.scott@eu.citrix.com"
4license: "ISC"
5homepage: "https://github.com/mirage/ocaml-mbr"
6bug-reports: "https://github.com/mirage/ocaml-mbr/issues"
7dev-repo: "git+https://github.com/mirage/ocaml-mbr.git"
8build: [
9 ["dune" "subst"] {dev}
10 ["dune" "build" "-p" name "-j" jobs]
11 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.08.0"}
15 "dune" {>= "3.4.0"}
16 "cstruct" {>= "6.0.0"}
17 "cstruct" {dev & >= "6.2.0"}
18 "fmt" {with-test}
19 "alcotest" {with-test}
20]
21conflicts: [
22 "result" {< "1.5"}
23]
24synopsis: "A simple library for manipulating Master Boot Records"
25url {
26 src:
27 "https://github.com/mirage/ocaml-mbr/releases/download/v2.0.0/mbr-format-2.0.0.tbz"
28 checksum: [
29 "sha256=af317bbdba9e7a3c10c36216a711937e02fb44b4f107cf68372315e7544bbf50"
30 "sha512=881cc5a77882e21006d4c25f0375a97e08c8f13faadc434c88020ac705245ed114dbc33945530553a416a051e31066ad009b115e002489dadda7b05e68a7c7c8"
31 ]
32}
33x-commit-hash: "db8d07c042d9eea321b2f021ba210d03ea5d638f"