1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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"
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" & < "4.12.0"}
"ocamlfind" {build}
"stdcompat" {>= "13"}
"conf-python-3-dev" {with-test}
]
depopts: ["utop"]
version: "20200518"
|