Skip to content

Commit 708348f

Browse files
authored
Merge pull request #25894 from dinosaure/release-git-kv-v0.0.5
[new release] git-kv (0.0.5)
2 parents 6d8bf9d + 777a342 commit 708348f

File tree

1 file changed

+39
-0
lines changed
  • packages/git-kv/git-kv.0.0.5

1 file changed

+39
-0
lines changed

packages/git-kv/git-kv.0.0.5/opam

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
maintainer: "Robur Team <[email protected]>"
3+
authors: [ "Robur Team <[email protected]>" ]
4+
license: "MIT"
5+
homepage: "https://github.com/robur-coop/git-kv"
6+
dev-repo: "git+https://github.com/robur-coop/git-kv.git"
7+
bug-reports: "https://github.com/robur-coop/git-kv/issues"
8+
synopsis: "A Mirage_kv implementation using git"
9+
10+
depends: [
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"}
16+
"carton-lwt" {>= "0.7.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+
26+
build: [
27+
["dune" "subst"] {dev}
28+
["dune" "build" "-p" name "-j" jobs]
29+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
30+
]
31+
url {
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+
}
39+
x-commit-hash: "768b498fef0685087f1395f42cfb323bbb4f7377"

0 commit comments

Comments
 (0)