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.3/git-kv-0.0.3.tbz" 33 checksum: [ 34 "sha256=f94fdbacefab6cd0f53fae7ce3bcfe792b85954324a3da22a5e1c996a25bee36" 35 "sha512=454ab1f126aa6da864e41b94aae9cf0ef25d146286d1870a014d1ea7dda7b18ed4574df48ffc9f8df442b70d3361a2bafbcfeebb1e90284cbb8d9af8cba08203" 36 ] 37} 38x-commit-hash: "73bdcba54b6ec5bef97186fae193d47135543ac3"