this repo has no description
1opam-version: "2.0"
2maintainer: "Zach Shipko <zachshipko@gmail.com>"
3authors: ["Zach Shipko <zachshipko@gmail.com>"]
4homepage: "https://github.com/zshipko/ocaml-py"
5doc: "https://zshipko.github.io/ocaml-py/doc"
6license: "ISC"
7dev-repo: "git+https://github.com/zshipko/ocaml-py.git"
8bug-reports: "https://github.com/zshipko/ocaml-py/issues"
9tags: ["python"]
10
11depends:
12[
13 "ocaml" {>= "4.05.0"}
14 "dune"
15 "ctypes" {>= "0.13.0"}
16 "ctypes-foreign" {>= "0.4.0"}
17 "conf-python-3-dev"
18]
19
20build:
21[
22 ["dune" "build" "-p" name "-j" jobs]
23 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
24]
25
26post-messages: [
27 "Py requires Python 3.5 or greater"
28]
29
30synopsis: "Ctypes bindings to Python 3.5 or greater"
31url {
32 src: "https://github.com/zshipko/ocaml-py/archive/v1.2.tar.gz"
33 checksum: [
34 "md5=2c6774d3156e994182753394a7ad624d"
35 "sha512=94f06d73d079d7c715b596de73eab884560dca98e36a5b6257b41d51d58b99aa724edd43ea1e17e33d4fe007b2926be0b5e0b8ebc882297014b46602adb21c30"
36 ]
37}