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" {>= "2.0"}
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"
31description: "Simplifies the process of calling into Python from OCaml"
32url {
33 src:
34 "https://github.com/zshipko/ocaml-py/releases/download/v1.3/py-v1.3.tbz"
35 checksum: [
36 "sha256=bbba9188bf6dd1e573368918982ac07cab1cccde6a0a44382ca83aa4214fb2ee"
37 "sha512=459f744b8d9367692e23be0374e265f75bd356857883e7db8359061c3525011dbe99d24a52ede0fa5a37eaf04c1b72f5cba56fad94b8c85de2b46a178a996afa"
38 ]
39}