1 { stdenv, lib, fetchFromGitHub, ocaml, findlib, utop, python3, stdcompat, ncurses }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "thierry-martinez";
11 sha256 = "sha256-my/xn9vrYTcHyjXGBNamgqpBz2/6bTyQHuE9ViVGLjw=";
23 propagatedBuildInputs = [
31 make all pymltop pymlutop PREFIX=$out
37 mkdir -p $OCAMLFIND_DESTDIR/stublibs
38 make install PREFIX=$out
45 description = "OCaml bindings for Python";
46 license = lib.licenses.bsd2;