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.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: "md5=be1f1a4a527b2ce28c8c1308183848cd"
}
