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-3-Clause" dev-repo: "git+https://github.com/thierry-martinez/pyml.git" build: [make "all" "pymltop" "pymlutop" {utop:installed} "PREFIX=%{prefix}%"] install: [make "install" "PREFIX=%{prefix}%"] synopsis: "OCaml bindings for Python" description: "OCaml bindings for Python 2 and Python 3" depends: [ "ocaml" {>= "3.12.1" & < "4.12.0"} "ocamlfind" {build} "stdcompat" {>= "13"} ] depopts: ["utop"] url { src: "https://github.com/thierry-martinez/pyml/archive/20200222.tar.gz" checksum: "sha512=9d2a17e90393464b34fefba7fd123a9338f086358204c6b43493cb5eca9597d5ec668393c9c0d42063245985ddf62b8e04b13d10825491ddda6b882802c89637" }