10 buildDunePackage rec {
14 src = fetchFromGitHub {
15 owner = "thierry-martinez";
18 sha256 = "sha256-0Yy5T/S3Npwt0XJmEsdXGg5AXYi9vV9UG9nMSzz/CEc=";
25 propagatedBuildInputs = [
40 description = "OCaml bindings for Python";
41 homepage = "https://github.com/thierry-martinez/pyml";
42 license = lib.licenses.bsd2;