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.11.0" & < "4.13.0"} "base" {>= "v0.16" & < "v0.17"} "core" {>= "v0.16" & < "v0.17"} "expect_test_helpers_core" {>= "v0.16" & < "v0.17"} "ppx_compare" {>= "v0.16" & < "v0.17"} "ppx_expect" {>= "v0.16" & < "v0.17"} "ppx_here" {>= "v0.16" & < "v0.17"} "ppx_let" {>= "v0.16" & < "v0.17"} "ppx_python" {>= "v0.16" & < "v0.17"} "ppx_string" {>= "v0.16" & < "v0.17"} "stdio" {>= "v0.16" & < "v0.17"} "typerep" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} "pyml" {>= "20211015"} ] 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.16/files/pythonlib-v0.16.0.tar.gz" checksum: "sha256=f1f8e2329e64a3d6d0e34a6c73263195a53487c0517a462bb9ba92d9ca033c67" }