opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ppx_demo" bug-reports: "https://github.com/janestreet/ppx_demo/issues" dev-repo: "git+https://github.com/janestreet/ppx_demo.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_demo/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {>= "v0.16" & < "v0.17"} "dedent" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} "ppxlib" {>= "0.28.0"} ] synopsis: "PPX that exposes the source code string of an expression/module structure." description: " PPX that exposes the source code string of an expression/module structure. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_demo-v0.16.0.tar.gz" checksum: "sha256=6abef5c073772cef7d37fba6bbfd76b1ac32e0ad94976a63f91762bcaf783507" }