(lang dune 2.9)
(name ppx_hash)
(version v0.15.0)
(library
 (name ppx_hash)
 (kind ppx_deriver)
 (archives (byte ppx_hash.cma))
 (plugins (byte ppx_hash.cma))
 (requires ppxlib.ast ppxlib ppx_hash.expander)
 (main_module_name Ppx_hash)
 (modes byte)
 (modules
  (singleton
   (name Ppx_hash)
   (obj_name ppx_hash)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ppx_hash.expander)
 (kind normal)
 (archives (byte expander/ppx_hash_expander.cma))
 (plugins (byte expander/ppx_hash_expander.cma))
 (requires ppx_compare.expander base ppxlib.ast ppxlib compiler-libs.common)
 (ppx_runtime_deps ppx_hash.runtime-lib)
 (main_module_name Ppx_hash_expander)
 (modes byte)
 (modules
  (singleton
   (name Ppx_hash_expander)
   (obj_name ppx_hash_expander)
   (visibility public)
   (impl)
   (intf))))
(library
 (name ppx_hash.runtime-lib)
 (kind normal)
 (archives (byte runtime-lib/ppx_hash_lib.cma))
 (plugins (byte runtime-lib/ppx_hash_lib.cma))
 (requires base ppx_sexp_conv.runtime-lib sexplib0 ppx_compare.runtime-lib)
 (main_module_name Ppx_hash_lib)
 (modes byte)
 (modules
  (singleton
   (name Ppx_hash_lib)
   (obj_name ppx_hash_lib)
   (visibility public)
   (impl))))
