version = "0.7"
description = ""
requires(ppx_driver) = "ppxlib ppxlib.ast"
archive(ppx_driver,byte) = "ppx_deriving_qcheck.cma"
archive(ppx_driver,native) = "ppx_deriving_qcheck.cmxa"
plugin(ppx_driver,byte) = "ppx_deriving_qcheck.cma"
plugin(ppx_driver,native) = "ppx_deriving_qcheck.cmxs"
# This is what dune uses to find out the runtime dependencies of
# a preprocessor
ppx_runtime_deps = "qcheck-core"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = "qcheck-core"
requires(-ppx_driver,-custom_ppx) += "ppx_deriving"
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,package:ppx_deriving_qcheck"
library_kind = "ppx_deriver"