Skip to content

Commit

Permalink
Merge pull request ocaml#26056 from raphael-proust/opam-publish-aches…
Browse files Browse the repository at this point in the history
…-aches-lwt-ringo.1.1.0

3 packages from gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz
  • Loading branch information
mseri authored Jun 14, 2024
2 parents bf5c009 + ee2126c commit b6de4bb
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/aches-lwt/aches-lwt.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" ]
homepage: "https://gitlab.com/nomadic-labs/ringo"
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
license: "MIT"
depends: [
"ocaml" { >= "4.08" }
"dune" { >= "1.7" }
"aches" { = version }
"lwt" { >= "5.4.0" }
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
synopsis: "Caches (bounded-size stores) for Lwt promises"
url {
src:
"https://gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz"
checksum: [
"md5=c9c5400e7ae19100b945279835ff3e5c"
"sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
]
}
24 changes: 24 additions & 0 deletions packages/aches/aches.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" ]
homepage: "https://gitlab.com/nomadic-labs/ringo"
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
license: "MIT"
depends: [
"ocaml" { >= "4.08" }
"dune" { >= "1.7" }
"ringo" { = version }
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
synopsis: "Caches (bounded-size stores) for in-memory values and for resources"
url {
src:
"https://gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz"
checksum: [
"md5=c9c5400e7ae19100b945279835ff3e5c"
"sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
]
}
23 changes: 23 additions & 0 deletions packages/ringo/ringo.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" ]
homepage: "https://gitlab.com/nomadic-labs/ringo"
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
license: "MIT"
depends: [
"ocaml" { >= "4.08" }
"dune" { >= "1.7" }
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
synopsis: "Bounded-length collections"
url {
src:
"https://gitlab.com/nomadic-labs/ringo/-/archive/v1.1.0/ringo-v1.1.0.tar.gz"
checksum: [
"md5=c9c5400e7ae19100b945279835ff3e5c"
"sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
]
}

0 comments on commit b6de4bb

Please sign in to comment.