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-20170730.tar.gz"
20 checksum: [
21 "sha256=0514b92a484b8459259ad1238a5cd8c7d6a911b16ae2779445a89d47e6db256c"
22 "md5=468e86155b28dc02d9acf0c8cc61e4b0"
23 ]
24}