this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 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: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ] 12 13depends: [ 14 "ocaml" {>= "4.01.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "topkg" {build & >= "0.8.0"} 18 "mirage-device" {>= "1.0.0" & < "2.0.0"} 19 "fmt" 20 "result" 21] 22synopsis: "MirageOS utilities for interfacing with key-value stores." 23url { 24 src: 25 "https://github.com/mirage/mirage-kv/releases/download/1.0.0/mirage-kv-1.0.0.tbz" 26 checksum: [ 27 "sha256=2e07281b8aaf69a57c2e74e15a14e78f97b6f78b5c029fac05f0345c80f1e248" 28 "md5=51028bd1442e965c193ab0a2d921a72b" 29 ] 30}