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 "alcotest" {>= "1.8.0" & with-test} 25 "bos" {>= "0.2.1" & with-test} 26] 27 28build: [ 29 ["dune" "subst"] {dev} 30 ["dune" "build" "-p" name "-j" jobs] 31# ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket) 32] 33url { 34 src: 35 "https://github.com/robur-coop/git-kv/releases/download/v0.1.1/git-kv-0.1.1.tbz" 36 checksum: [ 37 "sha256=54caaddc8a4ef8c581aa44a3fccc12b86220b6d521394e9f5bf27be0ccdf447e" 38 "sha512=b6358caf15e789709da5a26d79977b9b900b1c4a7476f833b435de21e307553c7ca6cf4281830bdb7eb4a157f335d1d9b0da3c965cb4fc8cc7c0cd01fb119921" 39 ] 40} 41x-commit-hash: "c6a821f9ad653e158f6a893e9f818206ccbbdfdb" 42x-maintenance-intent: [ "(latest)" ]