version = "v0.16.0"
description = ""
requires(ppx_driver) = "base compiler-libs.common ppxlib ppxlib.ast"
archive(ppx_driver,byte) = "ppx_stable.cma"
archive(ppx_driver,native) = "ppx_stable.cmxa"
plugin(ppx_driver,byte) = "ppx_stable.cma"
plugin(ppx_driver,native) = "ppx_stable.cmxs"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = ""
requires(-ppx_driver,-custom_ppx) += "ppx_deriving"
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,package:ppx_stable"
library_kind = "ppx_deriver"