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" {>= "5.1.0"} 14 "base_quickcheck" {>= "v0.17" & < "v0.18"} 15 "ppx_assert" {>= "v0.17" & < "v0.18"} 16 "ppx_base" {>= "v0.17" & < "v0.18"} 17 "ppx_bench" {>= "v0.17" & < "v0.18"} 18 "ppx_bin_prot" {>= "v0.17" & < "v0.18"} 19 "ppx_custom_printf" {>= "v0.17" & < "v0.18"} 20 "ppx_disable_unused_warnings" {>= "v0.17" & < "v0.18"} 21 "ppx_expect" {>= "v0.17" & < "v0.18"} 22 "ppx_fields_conv" {>= "v0.17" & < "v0.18"} 23 "ppx_fixed_literal" {>= "v0.17" & < "v0.18"} 24 "ppx_here" {>= "v0.17" & < "v0.18"} 25 "ppx_ignore_instrumentation" {>= "v0.17" & < "v0.18"} 26 "ppx_inline_test" {>= "v0.17" & < "v0.18"} 27 "ppx_let" {>= "v0.17" & < "v0.18"} 28 "ppx_log" {>= "v0.17" & < "v0.18"} 29 "ppx_module_timer" {>= "v0.17" & < "v0.18"} 30 "ppx_optional" {>= "v0.17" & < "v0.18"} 31 "ppx_pipebang" {>= "v0.17" & < "v0.18"} 32 "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 33 "ppx_sexp_value" {>= "v0.17" & < "v0.18"} 34 "ppx_stable" {>= "v0.17" & < "v0.18"} 35 "ppx_stable_witness" {>= "v0.17" & < "v0.18"} 36 "ppx_string" {>= "v0.17" & < "v0.18"} 37 "ppx_string_conv" {>= "v0.17" & < "v0.18"} 38 "ppx_tydi" {>= "v0.17" & < "v0.18"} 39 "ppx_typerep_conv" {>= "v0.17" & < "v0.18"} 40 "ppx_variants_conv" {>= "v0.17" & < "v0.18"} 41 "dune" {>= "3.11.0"} 42 "ppxlib" {>= "0.28.0"} 43] 44available: arch != "x86_32" 45synopsis: "Standard Jane Street ppx rewriters" 46description: " 47This package installs a ppx-jane executable, which is a ppx driver 48including all standard Jane Street ppx rewriters. 49" 50url { 51src: "https://github.com/janestreet/ppx_jane/archive/refs/tags/v0.17.0.tar.gz" 52checksum: "sha256=4dcf29dbb093f57fdda18b659739b255b66dc5566b6c4c8a35caa3ce8666fa65" 53}