about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-24 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2022-06-27 06:55:25 +0200
commit9467dd32840b89bae9650f83275e70f39f5113f4 (patch)
tree7a49d633c2ccaf781c67db22d735fc4f7e609a1c /pkgs/top-level/ocaml-packages.nix
parenta5bc99a9c9b2f15d38a97a8fe59157810c4b46f9 (diff)
ocamlPackages.mldoc: init at 1.3.9
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 5083f1733cd09..efebf7e385332 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -899,6 +899,8 @@ let
 
     mirage-vnetif = callPackage ../development/ocaml-modules/mirage-vnetif { };
 
+    mldoc =  callPackage ../development/ocaml-modules/mldoc { };
+
     mlgmp =  callPackage ../development/ocaml-modules/mlgmp { };
 
     mlgmpidl =  callPackage ../development/ocaml-modules/mlgmpidl { };