opam-version: "2.0" maintainer: "Thierry Martinez " authors: "Thierry Martinez " homepage: "http://github.com/thierry-martinez/pyml" bug-reports: "http://github.com/thierry-martinez/pyml/issues" license: "BSD" dev-repo: "git+https://github.com/thierry-martinez/pyml.git" build: [make "all" "pymltop" "pymlutop" {utop:installed} "PREFIX=%{prefix}%"] install: [make "install" "PREFIX=%{prefix}%"] run-test: [make "test"] synopsis: "OCaml bindings for Python" description: "OCaml bindings for Python 2 and Python 3" depends: [ "ocaml" {>= "3.12.1" & < "5.0"} "ocamlfind" {build} "stdcompat" {>= "13"} "conf-python-3-dev" {with-test} ] depopts: ["utop"] url { src: "https://github.com/thierry-martinez/pyml/archive/20200518.tar.gz" checksum: "sha512=e3dec173e6e0134f89137686291aa706db0f151ef1075f6661ccf8bdbed3a70eb8ed3e3c56a98836fc1456e32cedb6a7cd94ebf75dcb3414d0193158496317c4" }