version = "v0.10.0"
description = ""
requires(ppx_driver) = "ppx_core ppx_driver ppx_here.expander"
archive(ppx_driver,byte) = "ppx_fail.cma"
archive(ppx_driver,native) = "ppx_fail.cmxa"
plugin(ppx_driver,byte) = "ppx_fail.cma"
plugin(ppx_driver,native) = "ppx_fail.cmxs"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = ""
ppx(-ppx_driver,-custom_ppx) = "./ppx.exe --as-ppx"
