this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_base" 5bug-reports: "https://github.com/janestreet/ppx_base/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_base.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_base/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.04.2"} 14 "ppx_cold" {>= "v0.13" & < "v0.14"} 15 "ppx_compare" {>= "v0.13" & < "v0.14"} 16 "ppx_enumerate" {>= "v0.13" & < "v0.14"} 17 "ppx_hash" {>= "v0.13" & < "v0.14"} 18 "ppx_js_style" {>= "v0.13" & < "v0.14"} 19 "ppx_sexp_conv" {>= "v0.13" & < "v0.14"} 20 "dune" {>= "1.5.1"} 21 "ppxlib" {>= "0.9.0"} 22] 23synopsis: "Base set of ppx rewriters" 24description: " 25ppx_base is the set of ppx rewriters used for Base. 26 27Note that Base doesn't need ppx to build, it is only used as a 28verification tool. 29" 30url { 31 src: 32 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_base-v0.13.0.tar.gz" 33 checksum: [ 34 "sha256=644aa2071fbab8ae3bed1135ac6c160ea71ca5c6c59f92c3b951e420990da77b" 35 "md5=38bcff2588008df20a39e8c74aaad0de" 36 ] 37}