this repo has no description
1opam-version: "2.0"
2maintainer: "Robur Team <team@robur.coop>"
3authors: [ "Robur Team <team@robur.coop>" ]
4license: "MIT"
5homepage: "https://github.com/robur-coop/git-kv"
6dev-repo: "git+https://github.com/robur-coop/git-kv.git"
7bug-reports: "https://github.com/robur-coop/git-kv/issues"
8synopsis: "A Mirage_kv implementation using git"
9
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.9.0"}
13 "git" {>= "3.9.0"}
14 "mirage-kv" {>= "4.0.0" & < "6.0.0"}
15 "git-unix" {>= "3.10.0"}
16 "carton" {>= "0.6.0" & < "1.0.0"}
17 "mirage-clock-unix"
18 "mirage-clock"
19 "ptime"
20 "hxd" {with-test}
21 "conf-git" {with-test}
22]
23
24build: [
25 ["dune" "subst"] {dev}
26 ["dune" "build" "-p" name "-j" jobs]
27]
28url {
29 src:
30 "https://github.com/robur-coop/git-kv/releases/download/v0.0.1/git-kv-0.0.1.tbz"
31 checksum: [
32 "sha256=57cd91260e7b93381f34b0721b9ff067bb6be2cc240f5b5d5e9a1b097a3d85d5"
33 "sha512=f78559811b84e600e15aa62ac345f3b606a2a818694e40ccf23ee127aa85bbe0bccb867f61cfb5d078df968bc521df3ef1365a3210cffe7c9e4168edab6c91e8"
34 ]
35}
36x-commit-hash: "57d7a3d3a9ba129974bf69be3acd6685cd865148"