summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorMerlin Göttlinger <megoettlinger@gmail.com>2019-08-04 18:16:16 +0200
committerMerlin Göttlinger <megoettlinger@gmail.com>2019-08-04 18:16:16 +0200
commitd940b4413794f85435ccb02be40d288faefedf36 (patch)
tree44ae773804cf56b8d52d99bb54a4112a114f0ca5 /pkgs/top-level/ocaml-packages.nix
parent2ea2643b13530b53384adf664e4d6af459e8db30 (diff)
tcslib: init at version v0.3
build for tcslib as contribution as well as usage example for the new buildOasisPackage
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 bac8e411bbdd..1ca56235c659 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -721,6 +721,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 { };