Skip to content

Commit 2c08fea

Browse files
authored
Merge pull request ocaml#28041 from dinosaure/release-git-kv-v0.2.0
[new release] git-kv (2 packages) (0.2.0)
2 parents 2cd8e78 + 4924867 commit 2c08fea

File tree

2 files changed

+96
-0
lines changed
  • packages
    • git-kv/git-kv.0.2.0
    • git-net/git-net.0.2.0

2 files changed

+96
-0
lines changed

packages/git-kv/git-kv.0.2.0/opam

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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"
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" {>= "3.0.0"}
13+
"ke" {>= "0.6"}
14+
"fmt" {>= "0.10.0"}
15+
"uri" {>= "4.4.0"}
16+
"lwt" {>= "5.9.0"}
17+
"hxd"
18+
"psq" {>= "0.2.1"}
19+
"bstr"
20+
"logs" {>= "0.7.0"}
21+
"mimic" {>= "0.0.6"}
22+
"emile" {>= "1.1"}
23+
"fpath" {>= "0.7.3"}
24+
"base64" {>= "3.5.0"}
25+
"carton" {>= "1.1.0"}
26+
"carton-git-lwt"
27+
"encore" {>= "0.8.1"}
28+
"digestif" {>= "1.3.0"}
29+
"ptime"
30+
"mirage-kv" {>= "6.0.0"}
31+
"cstruct" {>= "6.0.0"}
32+
"mirage-ptime"
33+
"alcotest" {with-test}
34+
]
35+
36+
build: [
37+
["dune" "subst"] {dev}
38+
["dune" "build" "-p" name "-j" jobs]
39+
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "fedora" & os != "alpine" & os != "opensuse"}
40+
]
41+
x-maintenance-intent: [ "(latest)" ]
42+
url {
43+
src:
44+
"https://github.com/robur-coop/git-kv/releases/download/v0.2.0/git-kv-0.2.0.tbz"
45+
checksum: [
46+
"sha256=40de3010d82dd8e9229e7df09c0a649e81efd47e991ef6eb31ee0c713dfe400d"
47+
"sha512=fe70e3d1ad0f2a07dfd594ea87b4a4fcc1fe5633ced537206e61d566a2f97061dd0b348b1e93b8de1196af5878f307b7a3f595b1b51b25da89ee918328b977d9"
48+
]
49+
}
50+
x-commit-hash: "fcc473db97520c55bc1777e7c236904ceb9ccf46"
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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://git.robur.coop/robur/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" {>= "3.0.0"}
13+
"git-kv" {= version}
14+
"ca-certs-nss" {>= "3.108-1"}
15+
"h1"
16+
"paf" {>= "0.8.0"}
17+
"uri"
18+
"tls" {>= "2.0.0"}
19+
"tls-mirage"
20+
"awa-mirage" {>= "0.5.2"}
21+
"mimic" {>= "0.0.6"}
22+
"tcpip"
23+
"mimic-happy-eyeballs"
24+
"happy-eyeballs-lwt"
25+
"alcotest" {with-test}
26+
]
27+
28+
build: [
29+
["dune" "subst"] {dev}
30+
["dune" "build" "-p" name "-j" jobs]
31+
["dune" "runtest" "-p" name "-j" jobs]
32+
{with-test & os-distribution != "fedora"
33+
& os-distribution != "alpine"
34+
& os-distribution != "opensuse"}
35+
]
36+
x-maintenance-intent: [ "(latest)" ]
37+
x-ci-accept-failure: [ "alpine-3.21" "fedora-41" "fedora-42" "opensuse-15.6" "opensuse-tumbleweed" ]
38+
url {
39+
src:
40+
"https://github.com/robur-coop/git-kv/releases/download/v0.2.0/git-kv-0.2.0.tbz"
41+
checksum: [
42+
"sha256=40de3010d82dd8e9229e7df09c0a649e81efd47e991ef6eb31ee0c713dfe400d"
43+
"sha512=fe70e3d1ad0f2a07dfd594ea87b4a4fcc1fe5633ced537206e61d566a2f97061dd0b348b1e93b8de1196af5878f307b7a3f595b1b51b25da89ee918328b977d9"
44+
]
45+
}
46+
x-commit-hash: "fcc473db97520c55bc1777e7c236904ceb9ccf46"

0 commit comments

Comments
 (0)