opam-version: "2.0"
name: "resource-pooling"
version: "1.1"
maintainer: "Jan Rochel <jan@besport.com>"
authors: [ "Jan Rochel (BeSport)" ]
synopsis: "Library for pooling resources like connections, threads, or similar"
description: "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."
license: "MIT"
homepage: "https://github.com/ocsigen/resource-pooling"
dev-repo: "git+https://github.com/ocsigen/resource-pooling.git"
bug-reports: "https://github.com/ocsigen/resource-pooling/issues"
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
  "ocaml" {>= "4.06"}
  "dune" {>= "1.11"}
  "lwt" {>= "2.4.7"}
  "lwt_log"
]
