summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-04-01 05:34:40 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-04-08 17:38:14 +0000
commita09c39f80cb05021dee36a55964a67e2cc142db0 (patch)
tree5ec000da1a473b89b0d7a7bdb3385e9b97760222 /pkgs/top-level/ocaml-packages.nix
parent2b6bae5699450e1cf764e02fd70f75822d3d8079 (diff)
ocamlPackages.js_of_ocaml-lwt: init at 3.1.0
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 e7dba3e88553..f101a883df3c 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -326,6 +326,8 @@ let
js_of_ocaml-compiler = callPackage ../development/tools/ocaml/js_of_ocaml/compiler.nix {};
+ js_of_ocaml-lwt = callPackage ../development/tools/ocaml/js_of_ocaml/lwt.nix {};
+
js_of_ocaml-ocamlbuild = callPackage ../development/tools/ocaml/js_of_ocaml/ocamlbuild.nix {};
js_of_ocaml-ppx = callPackage ../development/tools/ocaml/js_of_ocaml/ppx.nix {};