this repo has no description
1opam-version: "2.0"
2authors: "Dave Scott <dave@recoil.org>"
3maintainer: "dave@recoil.org"
4homepage: "https://github.com/mirage/mirage-block-unix"
5dev-repo: "git+https://github.com/mirage/mirage-block-unix.git"
6bug-reports: "https://github.com/mirage/mirage-block-unix/issues"
7
8
9build: [
10 ["jbuilder" "build" "-p" name]
11 ["jbuilder" "runtest"] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.02.3" & < "5.0"}
15 "ocamlfind" {build}
16 "jbuilder" {>= "1.0+beta7"}
17 "cstruct" {>= "1.3.0" & < "3.4.0"}
18 "lwt" {>= "2.6.0"}
19 "mirage-block-lwt" {>= "1.0.0"}
20 "rresult"
21 "result"
22 "io-page" {>= "1.0.0"}
23 "io-page" {<"2.0.0" & with-test}
24 "uri"
25 "logs"
26 "ounit" {with-test}
27 "fmt" {with-test}
28 "cstruct-lwt"
29]
30depexts: ["linux-headers"] {os-distribution = "alpine"}
31tags: "org:mirage"
32synopsis: "MirageOS disk block driver for Unix"
33url {
34 src: "https://github.com/mirage/mirage-block-unix/archive/v2.8.2.tar.gz"
35 checksum: [
36 "sha256=ccc2556525abbb310438c8693bccaad1b41ff9125d18769720a485c8576d2ccd"
37 "md5=58dc51096e65da48ec87617be3110467"
38 ]
39}