this repo has no description
1opam-version: "2.0"
2maintainer: "Thierry Martinez <martinez@nsup.org>"
3authors: "Thierry Martinez <martinez@nsup.org>"
4homepage: "http://pyml.gforge.inria.fr"
5bug-reports: "http://pyml.gforge.inria.fr/tracker"
6license: "BSD-3-Clause"
7dev-repo: "git+https://scm.gforge.inria.fr/anonscm/git/pyml/pyml.git"
8build: [make "all" "pymltop" "pymlutop" {utop:installed}]
9install: [make "install" "PREFIX=%{prefix}%"]
10remove: [make "uninstall" "PREFIX=%{prefix}%"]
11depends: [
12 "ocaml" {< "5.0"}
13 "ocamlfind" {build}
14]
15depopts: ["utop"]
16synopsis: "OCaml bindings for Python"
17url {
18 src:
19 "https://github.com/ocaml/opam-source-archives/raw/main/pyml-20170807.tar.gz"
20 checksum: [
21 "sha256=3c209843230377bbc2561c4306485919f4498699002ac49107ae2e0916985ce3"
22 "md5=b4d56646df336f83ecae295794524970"
23 ]
24}