this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Generate pyml bindings from OCaml value specifications"
4maintainer: ["Ryan M. Moore"]
5authors: ["Ryan M. Moore"]
6homepage: "https://github.com/mooreryan/ocaml_python_bindgen"
7doc: "https://mooreryan.github.io/ocaml_python_bindgen/"
8bug-reports: "https://github.com/mooreryan/ocaml_python_bindgen/issues"
9depends: [
10 "dune" {>= "3.0"}
11 "angstrom" {>= "0.15.0"}
12 "base" {>= "v0.12.0" & < "v0.16.0" }
13 "cmdliner" {>= "1.1.0"}
14 "ppx_let" {>= "v0.12"}
15 "ppx_sexp_conv" {>= "v0.12"}
16 "ppx_string" {>= "v0.12"}
17 "re" {>= "1.10.0"}
18 "stdio" {>= "v0.12"}
19 "ocaml" {>= "4.08.0"}
20 "conf-python-3-dev" {>= "1" & with-test}
21 "base_quickcheck" {>= "v0.12" & with-test}
22 "ocamlformat" {>= "0.23" & < "0.24" & with-test}
23 "ppx_assert" {>= "v0.12" & with-test}
24 "ppx_inline_test" {>= "v0.12" & with-test}
25 "ppx_expect" {>= "v0.12" & with-test}
26 "pyml" {with-test}
27 "shexp" {>= "v0.14" & with-test}
28 "odoc" {with-doc}
29]
30build: [
31 ["dune" "subst"] {dev}
32 [
33 "dune"
34 "build"
35 "-p"
36 name
37 "-j"
38 jobs
39 "@install"
40 "@runtest" {with-test}
41 "@doc" {with-doc}
42 ]
43]
44dev-repo: "git+https://github.com/mooreryan/ocaml_python_bindgen.git"
45license: ["MIT" "Apache-2.0"]
46url {
47 src:
48 "https://github.com/mooreryan/ocaml_python_bindgen/archive/0.4.1.tar.gz"
49 checksum: [
50 "md5=bfa32570ab50fe360974fe7a4c9ff504"
51 "sha512=496beb6364654ad09be5d0f8ae01016a01163105341ed57f5f27eb430c67cea4e6e5aa913375557094d4acf1e29fb4908cab8552b8ae38f50f1f89f7562d4821"
52 ]
53}