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-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.11.0"}
  "ocamlfind" {build}
  "stdcompat" {>= "11"}
]
depopts: ["utop"]
url {
  src: "https://github.com/thierry-martinez/pyml/archive/20200115.tar.gz"
  checksum: "sha512=601702d09ea7e30943948ad1daf7f348b476f6f6dc3a9b539cd7d2d21d0435eeac0c4b3e1197f127582e3ae6ed0a2a6b5cef6d7abea2e8a8eb09961578314680"
}
