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-3-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}%"] 10synopsis: "OCaml bindings for Python" 11description: "OCaml bindings for Python 2 and Python 3" 12depends: [ 13 "ocaml" {>= "3.12.1" & < "4.11.0"} 14 "ocamlfind" {build} 15 "stdcompat" {>= "11"} 16] 17depopts: ["utop"] 18url { 19 src: "https://github.com/thierry-martinez/pyml/archive/20200115.tar.gz" 20 checksum: "sha512=601702d09ea7e30943948ad1daf7f348b476f6f6dc3a9b539cd7d2d21d0435eeac0c4b3e1197f127582e3ae6ed0a2a6b5cef6d7abea2e8a8eb09961578314680" 21}