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.17~preview.129.11+135"} "core" {= "v0.17~preview.129.11+135"} "expect_test_helpers_core" {= "v0.17~preview.129.11+135"} "ppx_bin_prot" {= "v0.17~preview.129.11+135"} "ppx_compare" {= "v0.17~preview.129.11+135"} "ppx_expect" {= "v0.17~preview.129.11+135"} "ppx_here" {= "v0.17~preview.129.11+135"} "ppx_let" {= "v0.17~preview.129.11+135"} "ppx_python" {= "v0.17~preview.129.11+135"} "ppx_sexp_conv" {= "v0.17~preview.129.11+135"} "ppx_string" {= "v0.17~preview.129.11+135"} "stdio" {= "v0.17~preview.129.11+135"} "typerep" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} "pyml" {>= "20211015"} ] available: arch != "arm32" & arch != "x86_32" 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/1c10dfa41d0cd3ccec2c27b980a0c146690da4fe.tar.gz" checksum: "sha256=c4b1e4340372ac568ae309393f61366b64311aa71fc6d220561d2cd843fdde17" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]