this repo has no description
1opam-version: "2.0" 2authors: [ "Mindy Preston" "Hannes Mehnert" "Anil Madhavapeddy" 3 "Thomas Gazagnaire" "Stefanie Schirmer" ] 4maintainer: [ "anil@recoil.org" "thomas@gazagnaire.org" ] 5homepage: "https://github.com/mirage/mirage-kv-unix" 6dev-repo: "git+https://github.com/mirage/mirage-kv-unix.git" 7bug-reports: "https://github.com/mirage/mirage-kv-unix/issues" 8doc: "https://mirage.github.io/mirage-kv-unix/" 9tags: [ "org:mirage" ] 10license: "ISC" 11build: [ 12 ["dune" "subst" ] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15] 16 17depends: [ 18 "dune" {>= "3.8"} 19 "ocaml" {>= "4.08.0"} 20 "mirage-kv" {>= "6.0.0"} 21 "optint" 22 "lwt" {>= "5.3.0"} 23 "ptime" 24 "cstruct" {with-test & >= "3.2.0"} 25 "rresult" {with-test} 26 "mirage-clock-unix" {with-test & >= "3.0.0"} 27 "alcotest" {with-test & >= "0.8.1"} 28] 29synopsis: "Key-value store for MirageOS backed by Unix filesystem" 30description: """ 31This is a Mirage key-value store backed by an underlying Unix directory. 32 33The current version supports the `Mirage_kv_lwt.RO` and `Mirage_kv_lwt.RW` 34signatures defined in the `mirage-kv-lwt` package. 35""" 36url { 37 src: 38 "https://github.com/mirage/mirage-kv-unix/releases/download/v3.0.0/mirage-kv-unix-3.0.0.tbz" 39 checksum: [ 40 "sha256=7e88544e19b4e29fbd4479d6edb54ac86366f9bf24594b0548bbc34ed62a56c5" 41 "sha512=932bffaa5c18b89f1129984dbb1a1b671ab68596228791ac3069c81d3a8972acf2a8b611839a7ce8cb94c158509551fd11d94c9d9d3a4d58f00345569bd568bb" 42 ] 43} 44x-commit-hash: "52b108802d7ceb998275322b973606bd638dfb6d"