File tree Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments