about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-25 20:14:17 -0300
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-26 22:42:22 +0200
commit050114362fdaf5b4fdb075aa09952bfa028c9970 (patch)
tree1ebfe90f8b2c5fabd76f821b707d21e504a726c6 /pkgs/top-level/ocaml-packages.nix
parent153957a38918075dadfd9556a988c9769eb6b46b (diff)
ocamlPackages.unstrctrd: init 0.3
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 65fe8a9935b39..e298e78515eeb 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1361,6 +1361,8 @@ let
 
     stdint = callPackage ../development/ocaml-modules/stdint { };
 
+    unstrctrd = callPackage ../development/ocaml-modules/unstrctrd { };
+
     uucd = callPackage ../development/ocaml-modules/uucd { };
     uucp = callPackage ../development/ocaml-modules/uucp { };
     uunf = callPackage ../development/ocaml-modules/uunf { };