this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/ppx_python"
5bug-reports: "https://github.com/janestreet/ppx_python/issues"
6dev-repo: "git+https://github.com/janestreet/ppx_python.git"
7license: "MIT"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.04.2"}
13 "base" {>= "v0.12" & < "v0.13"}
14 "ppx_base" {>= "v0.12" & < "v0.13"}
15 "dune" {>= "1.5.1"}
16 "ppxlib" {>= "0.7.0" & < "0.9.0"}
17 "pyml" {>= "20190626"}
18]
19synopsis: "[@@deriving] plugin to generate Python conversion functions"
20description: "
21Part of the Jane Street's PPX rewriters collection.
22"
23url {
24 src: "https://github.com/janestreet/ppx_python/archive/v0.12.0.tar.gz"
25 checksum: [
26 "sha256=1ef2b213d1dec9125a7ede1fbbd0520387759fa230b07ac6d009ed826234f7bf"
27 "md5=2c3fa39882b5fe033bd42c1e92db1a70"
28 ]
29}