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.1.tar.gz" 33 checksum: [ 34 "md5=a8403e5acd3d5596d92596fc9cb64300" 35 "sha512=a980f0774cb0e12ab960190935682bc9cb48c1267cbf533e726c368073877284816beac4f95f56ca593c29dba0ad5b787f04596d01cdd79a902b6f1ef906f7fe" 36 ] 37}