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_compare" {>= "v0.12" & < "v0.13"} 15 "ppx_enumerate" {>= "v0.12" & < "v0.13"} 16 "ppx_hash" {>= "v0.12" & < "v0.13"} 17 "ppx_js_style" {>= "v0.12" & < "v0.13"} 18 "ppx_sexp_conv" {>= "v0.12" & < "v0.13"} 19 "dune" {>= "1.5.1"} 20 "ppxlib" {>= "0.5.0" & < "0.9.0"} 21] 22synopsis: "Base set of ppx rewriters" 23description: " 24ppx_base is the set of ppx rewriters used for Base. 25 26Note that Base doesn't need ppx to build, it is only used as a 27verification tool. 28" 29url { 30 src: 31 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_base-v0.12.0.tar.gz" 32 checksum: [ 33 "sha256=cfae071c72acba8548a19931c68dc6ec48cbb46ea0939cbed5c5537c9b81150a" 34 "md5=e8ee5802005d9cc161320f5bf5d51548" 35 ] 36}