git-kv/git-kv.opam

31 lines
921 B
Text
Raw Normal View History

2022-09-26 09:31:14 +00:00
opam-version: "2.0"
maintainer: "Robur Team <team@robur.coop>"
2022-09-26 11:43:57 +00:00
authors: [ "Robur Team <team@robur.coop>" ]
2022-11-03 13:58:10 +00:00
license: "MIT"
2023-09-09 09:56:35 +00:00
homepage: "https://github.com/robur-coop/git-kv"
dev-repo: "git+https://github.com/robur-coop/git-kv.git"
bug-reports: "https://github.com/robur-coop/git-kv/issues"
2022-09-26 11:43:57 +00:00
synopsis: "A Mirage_kv implementation using git"
depends: [
"ocaml" {>= "4.08.0"}
2022-12-14 15:52:05 +00:00
"dune" {>= "2.9.0"}
"git" {>= "3.10.0"}
"mirage-kv" {>= "6.0.0"}
2024-02-11 21:44:55 +00:00
"carton" {>= "0.7.0"}
"carton-lwt" {>= "0.7.0"}
2022-11-04 09:42:30 +00:00
"fmt" {>= "0.8.7"}
2022-12-14 16:25:03 +00:00
"mirage-clock" {>= "2.0.0"}
2022-09-26 11:43:57 +00:00
"ptime"
2022-11-01 14:14:36 +00:00
"hxd" {with-test}
2022-11-01 13:57:22 +00:00
"conf-git" {with-test}
"mirage-clock-unix" {with-test}
"git-unix" {>= "3.10.0" & with-test}
2022-09-26 11:43:57 +00:00
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
2022-12-14 15:52:05 +00:00
["dune" "runtest" "-p" name "-j" jobs] {with-test}
2022-09-26 11:43:57 +00:00
]