summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <vbgl@users.noreply.github.com>2019-08-07 08:07:55 +0000
committerGitHub <noreply@github.com>2019-08-07 08:07:55 +0000
commitb1d37354d7e2df82ae639964cbb5b1cd772c0043 (patch)
treeb6b703740cee83d2ac25c36e9318de47a2bc143a /pkgs/top-level/ocaml-packages.nix
parentb1bd9fc47fc3fe7c680ff4a83e36a2d0d5baa16a (diff)
parentb1f0e3ebc55ea8bde2806d83896e0f14db73a410 (diff)
Merge pull request #65715 from mgttlinger/build-oasis-package
OCaml build support: add oasis build system
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 1df001895b7a..5249f848d01b 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -12,6 +12,8 @@ let
buildOcaml = callPackage ../build-support/ocaml { };
+ buildOasisPackage = callPackage ../build-support/ocaml/oasis.nix { };
+
buildDunePackage = callPackage ../build-support/ocaml/dune.nix {};
alcotest = callPackage ../development/ocaml-modules/alcotest {};
@@ -725,6 +727,8 @@ let
stringext = callPackage ../development/ocaml-modules/stringext { };
+ tcslib = callPackage ../development/ocaml-modules/tcslib { };
+
toml = callPackage ../development/ocaml-modules/toml { };
topkg = callPackage ../development/ocaml-modules/topkg { };