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.10.0"} 14 "ocamlfind" {build} 15 "stdcompat" {>= "11"} 16 "num" 17] 18depopts: ["utop"] 19url { 20 src: "https://github.com/thierry-martinez/pyml/archive/20190626.tar.gz" 21 checksum: [ 22 "sha256=160bb801e13ddf5e873c6585ac959317fa17035e58a4b73796ca10437b2a1d07" 23 "md5=400c0ad62e9af1ec90cadd7dd7cfae34" 24 ] 25}