this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_jane" 5bug-reports: "https://github.com/janestreet/ppx_jane/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_jane.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_jane/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.04.2"} 14 "base_quickcheck" {>= "v0.13" & < "v0.14"} 15 "ppx_assert" {>= "v0.13" & < "v0.14"} 16 "ppx_base" {>= "v0.13" & < "v0.14"} 17 "ppx_bench" {>= "v0.13" & < "v0.14"} 18 "ppx_bin_prot" {>= "v0.13" & < "v0.14"} 19 "ppx_custom_printf" {>= "v0.13" & < "v0.14"} 20 "ppx_expect" {>= "v0.13" & < "v0.14"} 21 "ppx_fail" {>= "v0.13" & < "v0.14"} 22 "ppx_fields_conv" {>= "v0.13" & < "v0.14"} 23 "ppx_here" {>= "v0.13" & < "v0.14"} 24 "ppx_inline_test" {>= "v0.13" & < "v0.14"} 25 "ppx_let" {>= "v0.13" & < "v0.14"} 26 "ppx_module_timer" {>= "v0.13" & < "v0.14"} 27 "ppx_optcomp" {>= "v0.13" & < "v0.14"} 28 "ppx_optional" {>= "v0.13" & < "v0.14"} 29 "ppx_pipebang" {>= "v0.13" & < "v0.14"} 30 "ppx_sexp_message" {>= "v0.13" & < "v0.14"} 31 "ppx_sexp_value" {>= "v0.13" & < "v0.14"} 32 "ppx_stable" {>= "v0.13" & < "v0.14"} 33 "ppx_typerep_conv" {>= "v0.13" & < "v0.14"} 34 "ppx_variants_conv" {>= "v0.13" & < "v0.14"} 35 "dune" {>= "1.5.1"} 36 "ppxlib" {>= "0.9.0"} 37] 38synopsis: "Standard Jane Street ppx rewriters" 39description: " 40This package installs a ppx-jane executable, which is a ppx driver 41including all standard Jane Street ppx rewriters. 42" 43url { 44 src: 45 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_jane-v0.13.0.tar.gz" 46 checksum: [ 47 "sha256=33592faa05d708d0653d8537be2ed525f4f226df5a82b36682454d8b3aa1ce48" 48 "md5=a0bfd0e6e98455622e1993be6ba48c70" 49 ] 50}