opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/pythonlib" bug-reports: "https://github.com/janestreet/pythonlib/issues" dev-repo: "git+https://github.com/janestreet/pythonlib.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/pythonlib/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.07.0"} "base" {>= "v0.13" & < "v0.14"} "ppx_expect" {>= "v0.13" & < "v0.14"} "ppx_python" {>= "v0.13" & < "v0.14"} "stdio" {>= "v0.13" & < "v0.14"} "typerep" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} "pyml" {>= "20190626"} ] synopsis: "A library to help writing wrappers around ocaml code for python" description: " This library helps exposing ocaml functions to python. The python runtime interaction is handled by pyml. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/pythonlib-v0.13.0.tar.gz" checksum: [ "sha256=3d4508cae33e5a4b9148dc5ec04d957eeb01f32e8a4884eefcb6eb8dabd15d26" "md5=be1f1a4a527b2ce28c8c1308183848cd" ] }