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"
4homepage: "https://github.com/mirage/ocaml-mbr"
5bug-reports: "https://github.com/mirage/ocaml-mbr/issues"
6dev-repo: "git+https://github.com/mirage/ocaml-mbr.git"
7build: [
8 ["dune" "subst"] {dev}
9 ["dune" "build" "-p" name "-j" jobs]
10 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "dune" {>= "3.4.0"}
15 "cstruct" {>= "6.0.0"}
16 "ppx_cstruct"
17 "fmt" {with-test}
18 "alcotest" {with-test}
19]
20conflicts: [
21 "result" {< "1.5"}
22]
23synopsis: "A simple library for manipulating Master Boot Records"
24license: "ISC"
25url {
26 src:
27 "https://github.com/mirage/ocaml-mbr/releases/download/v1.0.0/mbr-format-1.0.0.tbz"
28 checksum: [
29 "sha256=8007ab4cf6b9bca89db8dc29ad4b5689b712cb303868e553cc583f5a995fa787"
30 "sha512=5bb55faf907b3cc6bd8fbd56bac6b7bfcd0ab37a62daf0235accc66c6a9e89a15e72f8274d725bbace1c815d72959c9894f053dd22a6f31d65bd7f8f9ec948a3"
31 ]
32}
33x-commit-hash: "c59c701c0dfb1c5cd5e05b0f474b3702870fbdd6"