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.6.0" & < "1.0.0"} 16 "fmt" {>= "0.8.7"} 17 "mirage-clock" {>= "2.0.0"} 18 "ptime" 19 "hxd" {with-test} 20 "conf-git" {with-test} 21 "mirage-clock-unix" {with-test} 22 "git-unix" {>= "3.10.0" & with-test} 23] 24 25build: [ 26 ["dune" "subst"] {dev} 27 ["dune" "build" "-p" name "-j" jobs] 28 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29] 30url { 31 src: 32 "https://github.com/robur-coop/git-kv/releases/download/v0.0.2/git-kv-0.0.2.tbz" 33 checksum: [ 34 "sha256=edb6ab6bf3ce1bd7addca4e60fb84c079e72df9fdd028f1d0432aaa17605ee88" 35 "sha512=b26c017e759f4fd55c9b444850daaeaf54acdf26730afb30a3fbfcd7a1c1c1edd283c3d54351a54afa0e2c0c6bb2dc61cecd1fe59a1bcd697e93e2373edaad1e" 36 ] 37} 38x-commit-hash: "3a721fd4cd0fa01e3302e8847aafc73bdc5522f3"