this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Marcello Seri and committed by
GitHub
b6de4bb8 bf5c0094

+72
+25
packages/aches-lwt/aches-lwt.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 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 + }
+24
packages/aches/aches.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 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 + }
+23
packages/ringo/ringo.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 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 + }