OASISFormat:           0.4
OCamlVersion:          >= 4.02.3
FindlibVersion:        >= 1.3.2
Name:                  ppx_driver
Version:               113.33.03
Synopsis:              Feature-full driver for OCaml AST transformers
Authors:               Jane Street Group, LLC <opensource@janestreet.com>
Copyrights:            (C) 2015-2016 Jane Street Group LLC <opensource@janestreet.com>
Maintainers:           Jane Street Group, LLC <opensource@janestreet.com>
License:               Apache-2.0
LicenseFile:           LICENSE.txt
Homepage:              https://github.com/janestreet/ppx_driver
Plugins:               StdFiles (0.3), DevFiles (0.3)
XStdFilesAUTHORS:      false
XStdFilesREADME:       false
BuildTools:            ocamlbuild
BetaFeatures:          section_object
AlphaFeatures:         ocamlbuild_more_args
XOCamlbuildPluginTags: package(js-build-tools.ocamlbuild_goodies)
FilesAB:               META.ab
Description:
  Part of the Jane Street's PPX rewriters collection.

Library ppx_driver
  Path:         src
  Pack:         false
  Modules:      Ppx_driver
  BuildDepends: ppx_core,
                ppx_optcomp

Library ppx_driver_ocamlbuild
  Path:         ocamlbuild_plugin
  Pack:         false
  Modules:      Ppx_driver_ocamlbuild
  BuildDepends: ocamlbuild

Library ppx_driver_runner
  Path:         runner
  Pack:         false
  Modules:      Ppx_driver_runner
  BuildDepends: ppx_driver

Library ppx_driver_runner_as_ppx
  Path:         runner_as_ppx
  Pack:         false
  Modules:      Ppx_driver_runner_as_ppx
  BuildDepends: ppx_driver
