File tree Expand file tree Collapse file tree 3 files changed +72
-0
lines changed
aches-lwt/aches-lwt.1.1.0 Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
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
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
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
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
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
+ }
You can’t perform that action at this time.
0 commit comments