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/v4.0.0/mirage-kv-v4.0.0.tbz"
31 checksum: [
32 "sha256=352d87a479f1bbda9aa358aa732a66b813c242e63e9998589d6e818960b63d3a"
33 "sha512=d6f98085539e764be19bb544070a701e7b50983075ebd5462063f37c5f0a1c828b6f81f2b9337a1e1ea0718a2f99efb685dc17419b774f110d83446d4b24abb7"
34 ]
35}
36x-commit-hash: "5c2c75e5a0efc0c9390b11fab75b1e706ea8d4ab"