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-2-Clause" dev-repo: "git+https://github.com/thierry-martinez/pyml.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] 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"} "dune" {>= "2.8.0"} "ocamlfind" {build} "stdcompat" {>= "18"} "conf-python-3-dev" {with-test} "odoc" {with-doc} ] depopts: ["utop"] url { src: "https://github.com/thierry-martinez/pyml/releases/download/20220325/pyml-20220325.tar.gz" checksum: "sha512=462f86478a0131248805cc13d7eb4e5b4259241d9074e5ab00221018b7fe2d023a12ebf7ffcb81211ffca689fb6b065f251bd900e1925c481f98169e652ab6fa" }