./devel/ocaml-resource-pooling, Library for pooling resources like connections and threads

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1nb2, Package name: ocaml-resource-pooling-1.1nb2, Maintainer: jaapb

A 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.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-lwt] [devel/ocaml-lwt_log] [devel/ocaml-dune]

Required to build:
[pkgtools/cwrappers] [misc/ocaml-opaline]

Master sites:

Filesize: 19.888 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:51:57 by Jaap Boender | Files touched by this commit (118) | Package updated
Log message:
Recursive revbump associated with update of ocaml.

Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2020-04-21 12:48:30 by Jaap Boender | Files touched by this commit (4) | Package updated
Log message:
Updated devel/ocaml-resource-pooling to version 1.1.

No CHANGES file, so it's hard to see what changes are, but the updated
version of ocsigen-start will not run with the old version.
   2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274)
Log message:
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-01-29 15:20:26 by Jaap Boender | Files touched by this commit (5)
Log message:
Added devel/ocaml-resource-pooling 0.6

This is a library that handles resource (threads, connections etc)
pooling, needed for ocsigen-start.