Skip to content

Commit 0bb8441

Browse files
authored
Merge pull request #27593 from hannesm/release-git-kv-v0.1.3
[new release] git-kv (0.1.3)
2 parents 1c889fb + 772847a commit 0bb8441

File tree

3 files changed

+44
-2
lines changed
  • packages
    • git-kv/git-kv.0.1.3
    • yocaml_git
      • yocaml_git.1.0.0
      • yocaml_git.2.1.0

3 files changed

+44
-2
lines changed

packages/git-kv/git-kv.0.1.3/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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-ptime" {>= "5.0.0"}
19+
"ptime"
20+
# "hxd" {with-test}
21+
# "conf-git" {with-test}
22+
# "mirage-crypto-rng" {>= "1.2.0" & 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+
28+
build: [
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+
]
33+
x-maintenance-intent: [ "(latest)" ]
34+
url {
35+
src:
36+
"https://github.com/robur-coop/git-kv/releases/download/v0.1.3/git-kv-0.1.3.tbz"
37+
checksum: [
38+
"sha256=85f8809ce899ceda1f1096ad0b75b42790791f03de43fb2ec5e3e011ced19e1f"
39+
"sha512=fa1703db48271141fa9d123269690cc5a52faf91be09ffef7b76e5b3b28158d03fa7b8c5ebc0a26e9bc0c473ea5c2f4c0dc0f7c5d5031afb47da996be70058c6"
40+
]
41+
}
42+
x-commit-hash: "4fa5a541bdbb52cd0cfb1c9b257a878fe5276b66"

packages/yocaml_git/yocaml_git.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"odoc" {with-doc}
2626
"preface" { = "1.0.0" }
2727
"lwt" { >= "5.4.2" }
28-
"git-kv" { >= "0.0.3" }
28+
"git-kv" { >= "0.0.3" & < "0.1.3"}
2929
"git-unix"
3030
"mirage-clock"
3131
"yocaml" {= version}

packages/yocaml_git/yocaml_git.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"lwt" {>= "5.7.0"}
1515
"mimic" {>= "0.0.9"}
1616
"cstruct" {>= "6.2.0"}
17-
"git-kv" {>= "0.0.5"}
17+
"git-kv" {>= "0.0.5" & < "0.1.3"}
1818
"git-unix" {>= "3.16.1"}
1919
"mirage-clock" {>= "4.2.0"}
2020
"yocaml" {= version}

0 commit comments

Comments
 (0)