ocamlPackages.pythonlib: init at 0.14.0

This commit is contained in:
Vincent Laporte 2021-11-09 17:43:19 +01:00 committed by Vincent Laporte
parent f27f14bd7a
commit 714665cf95

View File

@ -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";