about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorDelta <d4delta@outlook.fr>2021-09-27 23:38:43 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-09-30 21:38:06 +0200
commit48eba3e35c10d11b709af420f96a346022a6fc55 (patch)
treea2eb8957d1ff8d673a24966eadfaa92dc4280a42 /pkgs/top-level/ocaml-packages.nix
parent561bfd05817b0c418646ab1dab3501ec1e9f6446 (diff)
ocamlPackages.lustre-v6: init at 6.103.3
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 3d67ef92f5a2a..c9ab3fc2ab85f 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -627,6 +627,10 @@ let
 
     lua-ml = callPackage ../development/ocaml-modules/lua-ml { };
 
+    lustre-v6 = callPackage ../development/ocaml-modules/lustre-v6 { };
+
+    lutils = callPackage ../development/ocaml-modules/lutils { };
+
     luv = callPackage ../development/ocaml-modules/luv {
       inherit (pkgs) file;
     };
@@ -1182,6 +1186,8 @@ let
 
     randomconv = callPackage ../development/ocaml-modules/randomconv { };
 
+    rdbg = callPackage ../development/ocaml-modules/rdbg { };
+
     re = callPackage ../development/ocaml-modules/re { };
 
     react = callPackage ../development/ocaml-modules/react { };