Skip to content

Package resource-pooling.0.1 #12396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/resource-pooling/resource-pooling.0.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
library for pooling resources like connections, threads, or similar

This package is derived from the module Lwt_pool from the lwt package,
which implements resource pooling. With Resource_pool this package
provides a modified version with additional features. Also there is a
module called Server_pool that manages resource clusters, specifically
a cluster of servers each with its own connection pool.
28 changes: 28 additions & 0 deletions packages/resource-pooling/resource-pooling.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "1.2"
maintainer: "Jan Rochel <[email protected]>"
authors: "Jan Rochel (BeSport)"
homepage: "https://github.com/ocsigen/resource-pooling"
bug-reports: "https://github.com/ocsigen/resource-pooling/issues"
license: "MIT"
dev-repo: "https://github.com/ocsigen/resource-pooling.git"
build: [
["oasis" "setup"]
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
build-test: [
["oasis" "setup"]
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]
remove: ["ocamlfind" "remove" "resource-pooling"]
depends: [
"batteries"
("lwt" {>= "2.4.7" & < "4.0.0"})
("oasis" {build & >= "0.4.7"} | "oasis-mirage" {build & >= "0.4.7"})
"ocamlbuild" {build}
"ocamlfind" {build}
]
available: [ocaml-version >= "4.02"]
2 changes: 2 additions & 0 deletions packages/resource-pooling/resource-pooling.0.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/ocsigen/resource-pooling/archive/0.1.tar.gz"
checksum: "54b2a358d85e7cf528194a886509baa5"