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-2-Clause" 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/20210226.tar.gz" 22 checksum: "sha512=90164642ddc0d75bf958e417a0ab90daab08146ee79c02943d97e288584e7197773f8c5e6e8d671efe8ba3a35e87a92c6dca2ca878c50df005d19afcffdbc141" 23}