-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathopam
More file actions
37 lines (36 loc) · 1.54 KB
/
opam
File metadata and controls
37 lines (36 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
}
x-maintenance-intent: ["(latest)"]