summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-01-04 18:50:22 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2019-01-12 08:23:48 +0000
commitdb217a8acaaff759b3f8d097547f5fc7de9c333c (patch)
tree32294adf3a42c8fda704b1aa37860ebce840d816 /pkgs/top-level/ocaml-packages.nix
parent98686d3b7f9bf156331b88c2a543da224a63e0e2 (diff)
downloadnixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.tar
nixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.tar.gz
nixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.tar.bz2
nixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.tar.lz
nixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.tar.xz
nixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.tar.zst
nixpkgs-db217a8acaaff759b3f8d097547f5fc7de9c333c.zip
ocamlPackages.resource-pooling: init at 0.5.2
A library for pooling resources like connections, threads, or similar.

Homepage: https://github.com/ocsigen/resource-pooling
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index a80aec268b9..8df57e8d710 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -589,6 +589,8 @@ let
 
     re2_p4 = callPackage ../development/ocaml-modules/re2 { };
 
+    resource-pooling = callPackage ../development/ocaml-modules/resource-pooling { };
+
     result = callPackage ../development/ocaml-modules/ocaml-result { };
 
     seq = callPackage ../development/ocaml-modules/seq { };