this repo has no description
1opam-version: "2.0"
2maintainer: "Thierry Martinez <martinez@nsup.org>"
3authors: "Thierry Martinez <martinez@nsup.org>"
4homepage: "http://github.com/thierry-martinez/pyml"
5bug-reports: "http://github.com/thierry-martinez/pyml/issues"
6license: "BSD"
7dev-repo: "git+https://github.com/thierry-martinez/pyml.git"
8build: [make "all" "pymltop" "pymlutop" {utop:installed} "PREFIX=%{prefix}%"]
9install: [make "install" "PREFIX=%{prefix}%"]
10run-test: [make "test"]
11synopsis: "OCaml bindings for Python"
12description: "OCaml bindings for Python 2 and Python 3"
13depends: [
14 "ocaml" {>= "3.12.1" & < "5.0"}
15 "ocamlfind" {build}
16 "stdcompat" {>= "13"}
17 "conf-python-3-dev" {with-test}
18]
19depopts: ["utop"]
20url {
21 src: "https://github.com/thierry-martinez/pyml/archive/20200518.tar.gz"
22 checksum: "sha512=e3dec173e6e0134f89137686291aa706db0f151ef1075f6661ccf8bdbed3a70eb8ed3e3c56a98836fc1456e32cedb6a7cd94ebf75dcb3414d0193158496317c4"
23}