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" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.07.0"} "base" {>= "v0.12" & < "v0.13"} "ppx_jane" {>= "v0.12" & < "v0.13"} "ppx_python" {>= "v0.12" & < "v0.13"} "stdio" {>= "v0.12" & < "v0.13"} "typerep" {>= "v0.12" & < "v0.13"} "dune" {>= "1.5.1"} "ppxlib" {>= "0.7.0" & < "0.9.0"} "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://github.com/janestreet/pythonlib/archive/v0.12.0.tar.gz" checksum: [ "sha256=58e97442c809ea30505d6b64be70c265f22a7066b8fd0bcec04c620f3afe69f1" "md5=0cc39277498c92b81dbd4156a06cd185" ] }