this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>" "Stefanie Schirmer" "Hannes Mehnert"] 4homepage: "https://github.com/mirage/mirage-kv" 5doc: "https://mirage.github.io/mirage-kv/" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/mirage-kv.git" 8bug-reports: "https://github.com/mirage/mirage-kv/issues" 9tags: ["org:mirage"] 10 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "runtest" "-p" name] {with-test} 15] 16depends: [ 17 "ocaml" {>= "4.08.0"} 18 "dune" 19 "fmt" {>= "0.8.7"} 20 "lwt" {>= "4.0.0"} 21 "alcotest" {with-test} 22] 23synopsis: "MirageOS signatures for key/value devices" 24description: """ 25mirage-kv provides the `Mirage_kv.RO` and `Mirage_kv.RW` 26signatures the MirageOS key/value devices should implement. 27""" 28url { 29 src: 30 "https://github.com/mirage/mirage-kv/releases/download/v5.0.0/mirage-kv-5.0.0.tbz" 31 checksum: [ 32 "sha256=1036d74392461017ca8d9e32ccf94a5be6e03a056fa9ee551d4a7f49f6385462" 33 "sha512=f5acef8f8deedf5489e66fe5a088b468e1e691287f67563081564e3d66ad20c542dd600b3a0b118bc3d3d76bd91656ecb1fa31e9645fe9f6b224280a0876d939" 34 ] 35} 36x-commit-hash: "f234ea21fc6dd181358a0055c2400bbcdcc41bf4"