Skip to content

Commit 8c282dd

Browse files
authored
Merge pull request ocaml#28048 from clecat/release-irmin-3.11.0
[new release] irmin (19 packages) (3.11.0)
2 parents 0031fd5 + cca36f3 commit 8c282dd

File tree

19 files changed

+863
-0
lines changed
  • packages
    • irmin-bench/irmin-bench.3.11.0
    • irmin-chunk/irmin-chunk.3.11.0
    • irmin-client/irmin-client.3.11.0
    • irmin-cli/irmin-cli.3.11.0
    • irmin-containers/irmin-containers.3.11.0
    • irmin-fs/irmin-fs.3.11.0
    • irmin-git/irmin-git.3.11.0
    • irmin-graphql/irmin-graphql.3.11.0
    • irmin-mirage-git/irmin-mirage-git.3.11.0
    • irmin-mirage-graphql/irmin-mirage-graphql.3.11.0
    • irmin-mirage/irmin-mirage.3.11.0
    • irmin-pack-tools/irmin-pack-tools.3.11.0
    • irmin-pack/irmin-pack.3.11.0
    • irmin-server/irmin-server.3.11.0
    • irmin-test/irmin-test.3.11.0
    • irmin-tezos/irmin-tezos.3.11.0
    • irmin/irmin.3.11.0
    • libirmin/libirmin.3.11.0
    • ppx_irmin/ppx_irmin.3.11.0

19 files changed

+863
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Thomas Gazagnaire"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
doc: "https://mirage.github.io/irmin/"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
]
14+
15+
depends: [
16+
"dune" {>= "2.9.0"}
17+
"irmin-pack" {= version}
18+
"irmin-test" {= version}
19+
"irmin-tezos" {= version}
20+
"cmdliner" {>= "1.3.0"}
21+
"logs"
22+
"lwt" {>= "5.3.0"}
23+
"repr" {>= "0.3.0"}
24+
"ppx_repr"
25+
"re" {>= "1.9.0"}
26+
"fmt"
27+
"uuidm"
28+
"progress" {>="0.2.1"}
29+
"fpath" {with-test}
30+
"bentov"
31+
"mtime" {>= "2.0.0"}
32+
"ppx_deriving"
33+
"alcotest" {with-test}
34+
"rusage"
35+
"uutf"
36+
"uucp"
37+
"printbox" {>= "0.6"}
38+
"printbox-text"
39+
]
40+
41+
available: [
42+
# Disabled on 32-bit platforms due to an overly-large int literal in the source
43+
arch != "arm32" & arch != "x86_32"
44+
]
45+
46+
synopsis: "Irmin benchmarking suite"
47+
description: """
48+
`irmin-bench` provides access to the Irmin suite for benchmarking storage backend
49+
implementations.
50+
"""
51+
x-maintenance-intent: [ "(latest)" ]
52+
url {
53+
src:
54+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
55+
checksum: [
56+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
57+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
58+
]
59+
}
60+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Mounir Nasr Allah" "Thomas Gazagnaire"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
9+
build: [
10+
["dune" "subst"] {dev}
11+
["dune" "build" "-p" name "-j" jobs]
12+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
13+
]
14+
15+
depends: [
16+
"ocaml" {>= "4.02.3"}
17+
"dune" {>= "2.9.0"}
18+
"irmin" {= version}
19+
"fmt"
20+
"logs"
21+
"lwt" {>= "5.3.0"}
22+
"irmin-test" {with-test & = version}
23+
"alcotest" {with-test}
24+
]
25+
26+
synopsis: "Irmin backend which allow to store values into chunks"
27+
x-maintenance-intent: [ "(latest)" ]
28+
url {
29+
src:
30+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
31+
checksum: [
32+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
33+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
34+
]
35+
}
36+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
opam-version: "2.0"
2+
maintainer: "Tarides <[email protected]>"
3+
authors: ["Tarides"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
doc: "https://mirage.github.io/irmin/"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"}
14+
]
15+
16+
available: arch != "arm32" & arch != "x86_32"
17+
18+
depends: [
19+
"ocaml" {>= "4.01.0"}
20+
"dune" {>= "2.9.0"}
21+
"irmin" {= version}
22+
"irmin-git" {= version}
23+
"irmin-fs" {= version}
24+
"irmin-pack" {= version}
25+
"irmin-graphql" {= version}
26+
"irmin-tezos" {= version}
27+
"irmin-server" {= version}
28+
"git-unix" {>= "3.7.0"}
29+
"digestif" {>= "0.9.0"}
30+
"irmin-watcher" {>= "0.2.0"}
31+
"yaml" {>= "3.0.0"}
32+
"astring"
33+
"astring"
34+
"cohttp"
35+
"cohttp-lwt"
36+
"cohttp-lwt-unix"
37+
"conduit"
38+
"conduit-lwt"
39+
"conduit-lwt-unix" {>= "6.0.0"}
40+
"websocket-lwt-unix"
41+
"ppx_blob" {>= "0.7.2"}
42+
"logs"
43+
"uri"
44+
"cmdliner" {>= "1.3.0"}
45+
"cohttp-lwt-unix"
46+
"fmt"
47+
"git" {>= "3.7.0"}
48+
"happy-eyeballs-lwt"
49+
"lwt" {>= "5.3.0"}
50+
"irmin-test" {with-test & = version}
51+
"alcotest" {with-test}
52+
"mdx" {>= "2.0.0" & with-test}
53+
"mirage-mtime" {with-test}
54+
"mirage-ptime" {with-test}
55+
"mirage-crypto-rng" {with-test & >= "2.0.0"}
56+
]
57+
58+
synopsis: "CLI for Irmin"
59+
description: """
60+
A simple CLI tool (called `irmin`) to manipulate and inspect Irmin stores.
61+
"""
62+
x-maintenance-intent: [ "(latest)" ]
63+
url {
64+
src:
65+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
66+
checksum: [
67+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
68+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
69+
]
70+
}
71+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "A client for irmin-server"
3+
maintainer: "Zach Shipko <[email protected]>"
4+
authors: "Zach Shipko <[email protected]>"
5+
license: "ISC"
6+
homepage: "https://github.com/mirage/irmin"
7+
doc: "https://irmin.org"
8+
dev-repo: "git+ssh://github.com/mirage/irmin"
9+
bug-reports: "https://github.com/mirage/irmin/issues"
10+
depends: [
11+
"ocaml" {>= "4.08.0"}
12+
"dune" {>= "2.9.0"}
13+
"irmin-server" {= version}
14+
"irmin-cli" {= version}
15+
"ipaddr"
16+
"websocket-lwt-unix"
17+
"conduit-lwt-unix" {>= "6.0.0"}
18+
"lwt-dllist"
19+
"js_of_ocaml-lwt"
20+
"brr" {>= "0.0.4"}
21+
"fmt" {>= "0.9.0"}
22+
"logs" {>= "0.7.0"}
23+
"lwt" {>= "5.7.0"}
24+
"irmin-test" {= version & with-test}
25+
"alcotest-lwt" {with-test & >= "1.8.0"}
26+
"irmin-watcher" {with-test & >= "0.5.0"}
27+
"mirage-crypto-rng" {with-test & >= "2.0.0"}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
["dune" "build" "-p" name "-j" jobs]
32+
["dune" "runtest" "-p" name] {with-test}
33+
]
34+
x-maintenance-intent: [ "(latest)" ]
35+
url {
36+
src:
37+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
38+
checksum: [
39+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
40+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
41+
]
42+
}
43+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["KC Sivaramakrishnan" "Anirudh Sunder Raj"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
doc: "https://mirage.github.io/irmin/"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.03.0"}
18+
"dune" {>= "2.9.0"}
19+
"irmin" {= version}
20+
"irmin-fs" {= version}
21+
"ppx_irmin" {= version}
22+
"lwt" {>= "5.3.0"}
23+
"mtime" {>= "2.0.0"}
24+
"alcotest" {with-test}
25+
"alcotest-lwt" {with-test}
26+
]
27+
28+
synopsis: "Mergeable Irmin data structures"
29+
description: """
30+
A collection of simple, ready-to-use mergeable data structures built using
31+
Irmin. Each data structure works with an arbitrary Irmin backend and is
32+
customisable in a variety of ways.
33+
"""
34+
x-maintenance-intent: [ "(latest)" ]
35+
url {
36+
src:
37+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
38+
checksum: [
39+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
40+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
41+
]
42+
}
43+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Thomas Gazagnaire" "Thomas Leonard"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
doc: "https://mirage.github.io/irmin/"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.03.0"}
18+
"dune" {>= "2.9.0"}
19+
"irmin" {= version}
20+
"astring"
21+
"logs"
22+
"lwt" {>= "5.3.0"}
23+
"alcotest" {with-test}
24+
"irmin-test" {with-test & = version}
25+
"irmin-watcher" {with-test & >= "0.2.0"}
26+
]
27+
28+
synopsis: "Generic file-system backend for Irmin"
29+
x-maintenance-intent: [ "(latest)" ]
30+
url {
31+
src:
32+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
33+
checksum: [
34+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
35+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
36+
]
37+
}
38+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Thomas Gazagnaire" "Thomas Leonard"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
doc: "https://mirage.github.io/irmin/"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
# Tests disabled on 32-bit platforms as the Dune build fails in CI:
14+
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"}
15+
]
16+
17+
depends: [
18+
"ocaml" {>= "4.02.3"}
19+
"dune" {>= "2.9.0"}
20+
"irmin" {= version}
21+
"ppx_irmin" {= version}
22+
"git" {>= "3.14.0"}
23+
"git-unix" {>= "3.14.0"}
24+
"digestif" {>= "0.9.0"}
25+
"cstruct"
26+
"fmt"
27+
"astring"
28+
"cohttp-lwt-unix"
29+
"fpath"
30+
"logs"
31+
"lwt" {>= "5.3.0"}
32+
"uri"
33+
"mimic"
34+
"irmin-test" {with-test & = version}
35+
"mtime" {with-test & >= "2.0.0"}
36+
"alcotest" {with-test}
37+
"irmin-watcher" {>= "0.2.0"}
38+
]
39+
40+
synopsis: "Git backend for Irmin"
41+
description: """
42+
`Irmin_git` expose a bi-directional bridge between Git repositories and
43+
Irmin stores.
44+
"""
45+
x-maintenance-intent: [ "(latest)" ]
46+
url {
47+
src:
48+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
49+
checksum: [
50+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
51+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
52+
]
53+
}
54+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"
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: "Andreas Garnaes <[email protected]>"
3+
authors: "Andreas Garnaes <[email protected]>"
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/irmin"
6+
bug-reports: "https://github.com/mirage/irmin/issues"
7+
dev-repo: "git+https://github.com/mirage/irmin.git"
8+
doc: "https://mirage.github.io/irmin/"
9+
10+
build: [
11+
["dune" "subst"] {dev}
12+
["dune" "build" "-p" name "-j" jobs]
13+
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"}
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.03.0"}
18+
"dune" {>= "2.9.0"}
19+
"irmin" {= version}
20+
"graphql" {>= "0.14.0"}
21+
"graphql-lwt" {>= "0.14.0"}
22+
"graphql-cohttp" {>= "0.14.0"}
23+
"graphql_parser" {>= "0.14.0"}
24+
"cohttp"
25+
"cohttp-lwt"
26+
"cohttp-lwt-unix"
27+
"git-unix" {>= "3.7.0"}
28+
"fmt"
29+
"lwt" {>= "5.3.0"}
30+
"alcotest-lwt" {with-test & >= "1.1.0"}
31+
"yojson" {with-test}
32+
"alcotest" {with-test & >= "1.2.3"}
33+
"logs" {with-test}
34+
]
35+
36+
synopsis: "GraphQL server for Irmin"
37+
x-maintenance-intent: [ "(latest)" ]
38+
url {
39+
src:
40+
"https://github.com/mirage/irmin/releases/download/3.11.0/irmin-3.11.0.tbz"
41+
checksum: [
42+
"sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb"
43+
"sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1"
44+
]
45+
}
46+
x-commit-hash: "0970e7136bc259b80f120b83363c51ec6469cbaa"

0 commit comments

Comments
 (0)