opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ppx_python" bug-reports: "https://github.com/janestreet/ppx_python/issues" dev-repo: "git+https://github.com/janestreet/ppx_python.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_python/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04.2"} "base" {>= "v0.13" & < "v0.14"} "ppx_base" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} "ppxlib" {>= "0.9.0" & < "0.18.0"} "pyml" {>= "20190626"} ] synopsis: "[@@deriving] plugin to generate Python conversion functions" description: " Part of the Jane Street's PPX rewriters collection. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_python-v0.13.0.tar.gz" checksum: [ "sha256=c5af340fcea48a895d40ebca5af0584af8089afe22e835f1bcd96f0576fec2ed" "md5=1693819df7db90947379382ea1f5545a" ] }