opam-version: "2.0"
maintainer: "Thierry Martinez <martinez@nsup.org>"
authors: "Thierry Martinez <martinez@nsup.org>"
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: [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"}
  "ocamlfind" {build}
  "stdcompat" {>= "13"}
  "conf-python-3-dev" {with-test}
]
depopts: ["utop"]
url {
  src: "https://github.com/thierry-martinez/pyml/archive/20210226.tar.gz"
  checksum: "sha512=90164642ddc0d75bf958e417a0ab90daab08146ee79c02943d97e288584e7197773f8c5e6e8d671efe8ba3a35e87a92c6dca2ca878c50df005d19afcffdbc141"
}
