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.5/git-kv-0.0.5.tbz"
34 checksum: [
35 "sha256=531a165a2b107dc38947769ffd548df47a9d6ced1608da15ff5a90a5c720a7a8"
36 "sha512=772210a21f5f6453d08902817126203ed79e2c3c56e152dfc671f07919976e171c98b8919a283657e1bd4861dca69cba12074d97a54fdf2a2c8ec5785d45cfad"
37 ]
38}
39x-commit-hash: "768b498fef0685087f1395f42cfb323bbb4f7377"