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.1.1"} 21 "optint" 22 "lwt" {>= "5.7.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.1/mirage-kv-unix-3.0.1.tbz" 39 checksum: [ 40 "sha256=3cf9aeebb875f44f66f6e9825167e4021a3d4f4eea60269cbb14b0015fc84084" 41 "sha512=c23085b9e5cb0640a899f3a741764f6d57f32f9d0ad6ec20c45e8953f1ba6f57c0ddab742f472a0d7522246855154a0e274f204c7787c9685ba4d6ff421edd6e" 42 ] 43} 44x-commit-hash: "468a22626b4642901819ea37c3cac411929c706a"