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.10.0"}
14 "mirage-kv" {>= "6.0.0"}
15 "carton" {>= "0.7.0" & < "1.0.0"}
16 "carton-lwt" {>= "0.7.0" & < "1.0.0"}
17 "fmt" {>= "0.8.7"}
18 "mirage-clock" {>= "2.0.0"}
19 "ptime"
20 "hxd" {with-test}
21 "conf-git" {with-test}
22 "mirage-clock-unix" {with-test}
23 "git-unix" {>= "3.10.0" & with-test}
24]
25
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30]
31url {
32 src:
33 "https://github.com/robur-coop/git-kv/releases/download/v0.0.4/git-kv-0.0.4.tbz"
34 checksum: [
35 "sha256=e191269066e19ec1b6115970bf05ccf601baac0e327e724f14509c6af23530de"
36 "sha512=b3baff9b76b1eb58e965a83db3bb475ecfd6c9471d168731fb4724e823c3610c3340ffdc2e9ccf11b1ac6bc61e6e38949bfca36198652a5d7dfd5aeec65964d0"
37 ]
38}
39x-commit-hash: "085df792453c524524117ad9ef52ed4e56394bbf"