opam-version: "2.0" synopsis: "A B-Tree based index implementation" description: "Cactus implements a disk-resident, B-Tree based key-value data structure." maintainer: "gabriel.belouze@tarides.com" authors: [ "Gabriel Belouze " "Ioana Cristescu " ] license: "MIT" homepage: "https://github.com/mirage/cactus/" bug-reports: "https://github.com/mirage/cactus/issues/" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.11.0"} "alcotest" {with-test} "repr" {>= "0.2.1" & < "0.6.0"} "ppx_repr" {>= "0.2.1"} "hex" {>= "1.4.0"} "logs" {>= "0.7.0"} "mtime" {>= "1.2.0" & < "2.0.0"} "progress" {>= "0.2.1"} "optint" {>= "0.1.0"} "lru" {>= "0.3.0"} "bentov" {>= "1"} "fmt" {>= "0.8.9" & with-test} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mirage/cactus.git" url { src: "https://github.com/mirage/cactus/releases/download/1.0.0/cactus-1.0.0.tbz" checksum: [ "sha256=2332a10e6bf52c8fd6b3a6587551271072eb77373824b18885dbb575dfe1707f" "sha512=2246a48b85a0d2eef2b23a05b9886911f172c7eaa77b643a2c51e23be885342b5149c39c51aab7fd1798515500a87954c9a57d7b6f2c8cc3d855a6f193480ac8" ] } x-commit-hash: "ddb2b0dffb47d1fb2940ac2173d68e5275cc45e6"