opam-version: "2.0" maintainer: "Thierry Martinez " authors: "Thierry Martinez " homepage: "http://github.com/thierry-martinez/pyml" bug-reports: "http://github.com/thierry-martinez/pyml/issues" license: "BSD-3-Clause" dev-repo: "git+https://github.com/thierry-martinez/pyml.git" build: [make "all" "pymltop" "pymlutop" {utop:installed} "PREFIX=%{prefix}%"] install: [make "install" "PREFIX=%{prefix}%"] synopsis: "OCaml bindings for Python" description: "OCaml bindings for Python 2 and Python 3" depends: [ "ocaml" {>= "3.12.1" & < "4.10.0"} "ocamlfind" {build} "stdcompat" {>= "11"} "num" ] depopts: ["utop"] url { src: "https://github.com/thierry-martinez/pyml/archive/20190626.tar.gz" checksum: [ "sha256=160bb801e13ddf5e873c6585ac959317fa17035e58a4b73796ca10437b2a1d07" "md5=400c0ad62e9af1ec90cadd7dd7cfae34" ] }