opam-version: "2.0"
maintainer: "Thierry Martinez <martinez@nsup.org>"
authors: "Thierry Martinez <martinez@nsup.org>"
homepage: "http://pyml.gforge.inria.fr"
bug-reports: "http://pyml.gforge.inria.fr/tracker"
license: "BSD-3-Clause"
dev-repo: "git+https://scm.gforge.inria.fr/anonscm/git/pyml/pyml.git"
build: [make "all" "pymltop" "pymlutop" {utop:installed} "PREFIX=%{prefix}%"]
install: [make "install" "PREFIX=%{prefix}%"]
remove: [make "uninstall" "PREFIX=%{prefix}%"]
depends: [
  "ocaml" {>= "3.12.1" & < "4.08.0"}
  "ocamlfind" {build}
  "stdcompat" {>= "3"}
  "num"
]
depopts: ["utop"]
synopsis: "OCaml bindings for Python"
url {
  src: "http://pyml.gforge.inria.fr/pyml-20180530.tar.gz"
  checksum: "md5=c4984df264751168e9017c05bee0d5e6"
}
