summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-08-24 07:02:21 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-08-31 06:55:26 +0000
commit10ffd51a96dc2f341f2aaf93b564dca7e8a2d555 (patch)
tree9557dfc61264e3231c4c05c40b756f0b5373c32f /pkgs/top-level/ocaml-packages.nix
parente9edc7537a86fb1ab7b4c9637b414ed2ea70b8a4 (diff)
ocamlPackages.bigarray-compat: init at 1.0.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 64e2effa724f..8f7f76a3e25a 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -61,6 +61,8 @@ let
batteries = callPackage ../development/ocaml-modules/batteries { };
+ bigarray-compat = callPackage ../development/ocaml-modules/bigarray-compat { };
+
bigstringaf = callPackage ../development/ocaml-modules/bigstringaf { };
bistro = callPackage ../development/ocaml-modules/bistro { };