this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/pythonlib"
5bug-reports: "https://github.com/janestreet/pythonlib/issues"
6dev-repo: "git+https://github.com/janestreet/pythonlib.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/pythonlib/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.11.0" & < "4.13.0"}
14 "base" {>= "v0.16" & < "v0.17"}
15 "core" {>= "v0.16" & < "v0.17"}
16 "expect_test_helpers_core" {>= "v0.16" & < "v0.17"}
17 "ppx_compare" {>= "v0.16" & < "v0.17"}
18 "ppx_expect" {>= "v0.16" & < "v0.17"}
19 "ppx_here" {>= "v0.16" & < "v0.17"}
20 "ppx_let" {>= "v0.16" & < "v0.17"}
21 "ppx_python" {>= "v0.16" & < "v0.17"}
22 "ppx_string" {>= "v0.16" & < "v0.17"}
23 "stdio" {>= "v0.16" & < "v0.17"}
24 "typerep" {>= "v0.16" & < "v0.17"}
25 "dune" {>= "2.0.0"}
26 "pyml" {>= "20211015"}
27]
28synopsis: "A library to help writing wrappers around ocaml code for python"
29description: "
30This library helps exposing ocaml functions to python. The python runtime interaction is handled by pyml.
31"
32url {
33src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/pythonlib-v0.16.0.tar.gz"
34checksum: "sha256=f1f8e2329e64a3d6d0e34a6c73263195a53487c0517a462bb9ba92d9ca033c67"
35}