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-24 06:36:41 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-24 06:36:41 +0000
commitd69e9327806496090cb658e377f76b6fdadaaa9c (patch)
tree4878dd74264ae754bfae0ce8660e51a7a6580981 /pkgs/top-level/ocaml-packages.nix
parent59261f20f0ca18e761df342e1243e0a6ff3d3387 (diff)
downloadnixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.tar
nixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.tar.gz
nixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.tar.bz2
nixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.tar.lz
nixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.tar.xz
nixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.tar.zst
nixpkgs-d69e9327806496090cb658e377f76b6fdadaaa9c.zip
ocamlPackages.ocaml-compiler-libs: init at 0.9.0
This packages exposes the OCaml compiler libraries repackages
under the toplevel names Ocaml_common, Ocaml_bytecomp, ...

Homepage: https://github.com/janestreet/ocaml-compiler-libs
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 8471d1a1ced..12ddbfafa10 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -571,6 +571,8 @@ let
 
     buildOcamlJane = callPackage ../development/ocaml-modules/janestreet/buildOcamlJane.nix {};
 
+    ocaml-compiler-libs = callPackage ../development/ocaml-modules/janestreet/ocaml-compiler-libs.nix {};
+
     ppx_core =
       if lib.versionOlder "4.03" ocaml.version
       then callPackage ../development/ocaml-modules/janestreet/ppx_core-113_33_01.nix {}