about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-11-09 17:43:19 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-11-16 11:53:48 +0100
commit714665cf9548bfb4f4dfcf3baa274ea78e6d7138 (patch)
tree6c6791a46e8d2811ebb63d71328cd2087cddfbdd
parentf27f14bd7a42e6e38ca14a81be52094d8cf23c6d (diff)
ocamlPackages.pythonlib: init at 0.14.0
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.14.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.14.nix b/pkgs/development/ocaml-modules/janestreet/0.14.nix
index 2e5a54ccad603..d22a87a92f3f3 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.14.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.14.nix
@@ -660,6 +660,13 @@ with self;
     propagatedBuildInputs = [ core_kernel ];
   };
 
+  pythonlib = janePackage {
+    pname = "pythonlib";
+    hash = "0qr0mh9jiv1ham5zlz9i4im23a1vh6x1yp6dp2db2s4icmfph639";
+    meta.description = "A library to help writing wrappers around ocaml code for python";
+    propagatedBuildInputs = [ ppx_expect ppx_let ppx_python stdio typerep ];
+  };
+
   re2 = janePackage {
     pname = "re2";
     hash = "1j7dizls6lkz3i9dgf8nq2fm382mfbrmz72ci066zl3hkgdq8xwc";