opam-version: "2.0"
version: "v0.16.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/ppx_jane"
bug-reports: "https://github.com/janestreet/ppx_jane/issues"
dev-repo: "git+https://github.com/janestreet/ppx_jane.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_jane/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"                       {>= "4.14.0"}
  "base_quickcheck"             {>= "v0.16" & < "v0.17"}
  "ppx_assert"                  {>= "v0.16" & < "v0.17"}
  "ppx_base"                    {>= "v0.16" & < "v0.17"}
  "ppx_bench"                   {>= "v0.16" & < "v0.17"}
  "ppx_bin_prot"                {>= "v0.16" & < "v0.17"}
  "ppx_custom_printf"           {>= "v0.16" & < "v0.17"}
  "ppx_disable_unused_warnings" {>= "v0.16" & < "v0.17"}
  "ppx_expect"                  {>= "v0.16" & < "v0.17"}
  "ppx_fields_conv"             {>= "v0.16" & < "v0.17"}
  "ppx_fixed_literal"           {>= "v0.16" & < "v0.17"}
  "ppx_here"                    {>= "v0.16" & < "v0.17"}
  "ppx_ignore_instrumentation"  {>= "v0.16" & < "v0.17"}
  "ppx_inline_test"             {>= "v0.16" & < "v0.17"}
  "ppx_let"                     {>= "v0.16" & < "v0.17"}
  "ppx_log"                     {>= "v0.16" & < "v0.17"}
  "ppx_module_timer"            {>= "v0.16" & < "v0.17"}
  "ppx_optional"                {>= "v0.16" & < "v0.17"}
  "ppx_pipebang"                {>= "v0.16" & < "v0.17"}
  "ppx_sexp_message"            {>= "v0.16" & < "v0.17"}
  "ppx_sexp_value"              {>= "v0.16" & < "v0.17"}
  "ppx_stable"                  {>= "v0.16" & < "v0.17"}
  "ppx_stable_witness"          {>= "v0.16" & < "v0.17"}
  "ppx_string"                  {>= "v0.16" & < "v0.17"}
  "ppx_tydi"                    {>= "v0.16" & < "v0.17"}
  "ppx_typerep_conv"            {>= "v0.16" & < "v0.17"}
  "ppx_variants_conv"           {>= "v0.16" & < "v0.17"}
  "dune"                        {>= "2.0.0"}
  "ppxlib"                      {>= "0.28.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Standard Jane Street ppx rewriters"
description: "
This package installs a ppx-jane executable, which is a ppx driver
including all standard Jane Street ppx rewriters.
"
