summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-12-09 10:29:09 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-12-09 17:02:11 +0000
commit5bbc1c115911bdf94180cbaee09a177bdb7a3abc (patch)
tree9c2baea196ee97642dc5c219a4859757f16e6ceb /pkgs/top-level/ocaml-packages.nix
parenta21d658051585f900dfc6f26148de865dd1b7c0d (diff)
downloadnixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.tar
nixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.tar.gz
nixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.tar.bz2
nixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.tar.lz
nixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.tar.xz
nixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.tar.zst
nixpkgs-5bbc1c115911bdf94180cbaee09a177bdb7a3abc.zip
ocamlPackages.irmin-mem: init at 2.0.0
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 96234d7436c..6f7fa3f7e56 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -372,6 +372,8 @@ let
 
     irmin = callPackage ../development/ocaml-modules/irmin { };
 
+    irmin-mem = callPackage ../development/ocaml-modules/irmin/mem.nix { };
+
     irmin-test = callPackage ../development/ocaml-modules/irmin/test.nix { };
 
     jingoo = callPackage ../development/ocaml-modules/jingoo {