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.12.0"} 14 "ocamlfind" {build} 15 "stdcompat" {>= "13"} 16] 17depopts: ["utop"] 18url { 19 src: "https://github.com/thierry-martinez/pyml/archive/20200222.tar.gz" 20 checksum: "sha512=9d2a17e90393464b34fefba7fd123a9338f086358204c6b43493cb5eca9597d5ec668393c9c0d42063245985ddf62b8e04b13d10825491ddda6b882802c89637" 21}