opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
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.08.0"}
  "base"       {>= "v0.14" & < "v0.15"}
  "ppx_expect" {>= "v0.14" & < "v0.15"}
  "ppx_let"    {>= "v0.14" & < "v0.15"}
  "ppx_python" {>= "v0.14" & < "v0.15"}
  "stdio"      {>= "v0.14" & < "v0.15"}
  "typerep"    {>= "v0.14" & < "v0.15"}
  "dune"       {>= "2.0.0"}
  "pyml"       {>= "20200115"}
]
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.14/files/pythonlib-v0.14.0.tar.gz"
  checksum: "md5=0a214302759fa718ea50dd047a002b74"
}
