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]
22run-test: [make "test"]
23synopsis: "OCaml bindings for Python"
24description: "OCaml bindings for Python 2 and Python 3"
25depends: [
26 "ocaml" {>= "3.12.1" & < "5.0"}
27 "dune" {>= "2.8.0"}
28 "ocamlfind" {build}
29 "stdcompat" {>= "18"}
30 "conf-python-3-dev" {with-test}
31 "odoc" {with-doc}
32]
33depopts: ["utop"]
34url {
35 src: "https://github.com/thierry-martinez/pyml/releases/download/20220322/pyml-20220322.tar.gz"
36 checksum: "sha512=a7835061afab1e092f44c1e03dc7898ed570443939f7deb2ad5e530aed0ac486b944df0cbd96c5d6371a1e129d0851dec5c4c6967d2a4bb0950532d48ab6e9a5"
37}