this repo has no description
1opam-version: "2.0"
2maintainer: "ruhatch <ruhatch@me.com>"
3authors: "ruhatch <ruhatch@me.com>"
4homepage: "https://github.com/ruhatch/mirage-btrees"
5bug-reports: "https://github.com/ruhatch/mirage-btrees/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/ruhatch/mirage-btrees.git"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 [make "build"]
11]
12install: [make "install"]
13remove: ["ocamlfind" "remove" "mirage-btrees"]
14depends: [
15 "ocaml" {< "5.0"}
16 "ocamlfind" {build}
17 "ocamlbuild" {build}
18 "bisect_ppx" {>= "1.0.0"}
19 "cstruct" {>= "1.8.0"}
20]
21synopsis:
22 "An implementation of BTrees designed for use with MirageOS's BLOCK interface"
23description:
24 "An implementation of BTrees designed for use with MirageOS's BLOCK interface"
25flags: light-uninstall
26url {
27 src: "https://github.com/ruhatch/mirage-btrees/archive/0.1.0.tar.gz"
28 checksum: [
29 "sha256=b29462232510816085b718b02ada8a27ac45bae41fa521b978601b689ac964a2"
30 "md5=2dc15ec59a043ccf93c91db9adec978e"
31 ]
32}