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>2017-03-23 06:39:50 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-23 06:39:50 +0000
commita81e25336978af759f5e4f24c8ce1755f54481bc (patch)
treef9682378b526bb91d8e3c7ece5e0dbb00ec55184 /pkgs/top-level/ocaml-packages.nix
parent55ac21e81d5787428be4fa9ec0e50329eacb1f79 (diff)
downloadnixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.tar
nixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.tar.gz
nixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.tar.bz2
nixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.tar.lz
nixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.tar.xz
nixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.tar.zst
nixlib-a81e25336978af759f5e4f24c8ce1755f54481bc.zip
ocamlPackages.base: init at 0.9.0
Base is a complete and portable alternative to the OCaml standard library.

Homepage: https://github.com/janestreet/base
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 281375b7fdf0..8471d1a1ced7 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -49,6 +49,8 @@ let
 
     atdgen = callPackage ../development/ocaml-modules/atdgen { };
 
+    base = callPackage ../development/ocaml-modules/base { };
+
     base64 = callPackage ../development/ocaml-modules/base64 { };
 
     bolt = callPackage ../development/ocaml-modules/bolt { };