summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <vbgl@users.noreply.github.com>2018-05-28 23:33:00 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-28 23:33:00 +0200
commit5509528c2c166c2b2d40b0191e06de7dd5ae8b49 (patch)
treeed6c7c758b26a281d0a4ebf0c0109ea8b02c4e35 /pkgs/top-level/ocaml-packages.nix
parent29f75982a675d8395777150a281648d9d53b5704 (diff)
downloadnixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.tar
nixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.tar.gz
nixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.tar.bz2
nixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.tar.lz
nixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.tar.xz
nixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.tar.zst
nixlib-5509528c2c166c2b2d40b0191e06de7dd5ae8b49.zip
ocamlPackages.opam-file-format: init at 2.0.0-rc2 (#41164)
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 c0961a6a5795..ef7e6f4c5888 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -519,6 +519,8 @@ let
 
     omd = callPackage ../development/ocaml-modules/omd { };
 
+    opam-file-format = callPackage ../development/ocaml-modules/opam-file-format { };
+
     otfm = callPackage ../development/ocaml-modules/otfm { };
 
     otr = callPackage ../development/ocaml-modules/otr { };