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-2-Clause"
7dev-repo: "git+https://github.com/thierry-martinez/pyml.git"
8build: [
9 ["dune" "subst"] {dev}
10 [
11 "dune"
12 "build"
13 "-p"
14 name
15 "-j"
16 jobs
17 "@install"
18 "@runtest" {with-test}
19 "@doc" {with-doc}
20 ]
21]
22synopsis: "OCaml bindings for Python"
23description: "OCaml bindings for Python 2 and Python 3"
24depends: [
25 "ocaml" {>= "3.12.1" & < "5.0"}
26 "dune" {>= "2.8.0"}
27 "ocamlfind" {build}
28 "stdcompat" {>= "18"}
29 "conf-python-3-dev" {with-test}
30 "odoc" {with-doc}
31]
32depopts: ["utop"]
33url {
34 src: "https://github.com/thierry-martinez/pyml/releases/download/20220615/pyml-20220615.tar.gz"
35 checksum: "sha512=8ad6b6c92ca1c2cdaae4a0fbc0baca75e80c95239731e56537b7c78c613ce0e0f2e13aa7a976631a324d4faf8291bc5f2f48cc8956e7c5623fb858d8a483e0b5"
36}