version = "0.1.2"
description = ""
requires(ppx_driver) = "ppx_deriving.api ppxlib ppxlib.ast"
archive(ppx_driver,byte) = "ppx_deriving_hash.cma"
archive(ppx_driver,native) = "ppx_deriving_hash.cmxa"
plugin(ppx_driver,byte) = "ppx_deriving_hash.cma"
plugin(ppx_driver,native) = "ppx_deriving_hash.cmxs"
# This line makes things transparent for people mixing preprocessors
# and normal dependencies
requires(-ppx_driver) = "ppx_deriving.runtime"
requires(-ppx_driver,-custom_ppx) += "ppx_deriving"
ppxopt(-ppx_driver,-custom_ppx) = "ppx_deriving,package:ppx_deriving_hash"
library_kind = "ppx_deriver"