forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
34 lines (34 loc) · 1.1 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
maintainer: ["Reynir Björnsson <[email protected]>" "[email protected]"]
authors: "[email protected]"
license: "ISC"
homepage: "https://github.com/mirage/ocaml-mbr"
bug-reports: "https://github.com/mirage/ocaml-mbr/issues"
dev-repo: "git+https://github.com/mirage/ocaml-mbr.git"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.4.0"}
"lwt"
"cstruct" {>= "6.0.0"}
"cstruct" {dev & >= "6.2.0"}
"fmt" {with-test}
"alcotest" {with-test}
]
conflicts: [
"result" {< "1.5"}
]
synopsis: "A simple library for manipulating Master Boot Records"
url {
src:
"https://github.com/mirage/ocaml-mbr/releases/download/v2.0.0/mbr-format-2.0.0.tbz"
checksum: [
"sha256=af317bbdba9e7a3c10c36216a711937e02fb44b4f107cf68372315e7544bbf50"
"sha512=881cc5a77882e21006d4c25f0375a97e08c8f13faadc434c88020ac705245ed114dbc33945530553a416a051e31066ad009b115e002489dadda7b05e68a7c7c8"
]
}
x-commit-hash: "db8d07c042d9eea321b2f021ba210d03ea5d638f"