Source: ppx-driver
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper (>= 9),
 ocaml-nox,
 ocaml-findlib,
 opam,
 libjs-build-tools-ocaml-dev,
 libppx-tools-ocaml-dev (>= 0.99.3),
 libppx-core-ocaml-dev,
 libppx-optcomp-ocaml-dev,
 libfindlib-ocaml-dev,
 dh-ocaml
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ppx-driver.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ppx-driver.git
Homepage: https://github.com/janestreet/ppx_driver

Package: libppx-driver-ocaml-dev
Provides: ${ocaml:Provides}
Architecture: any
Depends:
 ocaml-findlib,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: feature-full driver for OCaml AST transformers (dev files)
 A driver is an executable created from a set of OCaml AST
 transformers linked together with a command line frontend.
 .
 The aim is to provide a tool that can be used to:
 .
  * easily view the pre-processed version of a file, no need to
    construct a complex command line: `ppx file.ml` will do
  * use a single executable to run several transformations: no need to
    fork many times just for pre-processing
  * improved errors for misspelled/misplaced attributes and extension
    points
 .
 This package contains development files.

Package: libppx-driver-ocaml
Provides: ${ocaml:Provides}
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: feature-full driver for OCaml AST transformers (runtime files)
 A driver is an executable created from a set of OCaml AST
 transformers linked together with a command line frontend.
 .
 The aim is to provide a tool that can be used to:
 .
  * easily view the pre-processed version of a file, no need to
    construct a complex command line: `ppx file.ml` will do
  * use a single executable to run several transformations: no need to
    fork many times just for pre-processing
  * improved errors for misspelled/misplaced attributes and extension
    points
 .
 This package contains runtime files.
