Skip to content

Commit b6de4bb

Browse files
authored
Merge pull request #26056 from raphael-proust/opam-publish-aches-aches-lwt-ringo.1.1.0
3 packages from gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz
2 parents bf5c009 + ee2126c commit b6de4bb

File tree

3 files changed

+72
-0
lines changed
  • packages
    • aches-lwt/aches-lwt.1.1.0
    • aches/aches.1.1.0
    • ringo/ringo.1.1.0

3 files changed

+72
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [ "Nomadic Labs" ]
4+
homepage: "https://gitlab.com/nomadic-labs/ringo"
5+
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
6+
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
7+
license: "MIT"
8+
depends: [
9+
"ocaml" { >= "4.08" }
10+
"dune" { >= "1.7" }
11+
"aches" { = version }
12+
"lwt" { >= "5.4.0" }
13+
]
14+
build: [
15+
["dune" "build" "-p" name "-j" jobs]
16+
]
17+
synopsis: "Caches (bounded-size stores) for Lwt promises"
18+
url {
19+
src:
20+
"https://gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz"
21+
checksum: [
22+
"md5=c9c5400e7ae19100b945279835ff3e5c"
23+
"sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
24+
]
25+
}

packages/aches/aches.1.1.0/opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [ "Nomadic Labs" ]
4+
homepage: "https://gitlab.com/nomadic-labs/ringo"
5+
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
6+
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
7+
license: "MIT"
8+
depends: [
9+
"ocaml" { >= "4.08" }
10+
"dune" { >= "1.7" }
11+
"ringo" { = version }
12+
]
13+
build: [
14+
["dune" "build" "-p" name "-j" jobs]
15+
]
16+
synopsis: "Caches (bounded-size stores) for in-memory values and for resources"
17+
url {
18+
src:
19+
"https://gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz"
20+
checksum: [
21+
"md5=c9c5400e7ae19100b945279835ff3e5c"
22+
"sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
23+
]
24+
}

packages/ringo/ringo.1.1.0/opam

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [ "Nomadic Labs" ]
4+
homepage: "https://gitlab.com/nomadic-labs/ringo"
5+
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
6+
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
7+
license: "MIT"
8+
depends: [
9+
"ocaml" { >= "4.08" }
10+
"dune" { >= "1.7" }
11+
]
12+
build: [
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
synopsis: "Bounded-length collections"
16+
url {
17+
src:
18+
"https://gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz"
19+
checksum: [
20+
"md5=c9c5400e7ae19100b945279835ff3e5c"
21+
"sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
22+
]
23+
}

0 commit comments

Comments
 (0)