(lang dune 2.9)
(name ppx_hash)
(version v0.14.0)
(library
 (name ppx_hash)
 (kind ppx_deriver)
 (archives (byte ppx_hash.cma) (native ppx_hash.cmxa))
 (plugins (byte ppx_hash.cma) (native ppx_hash.cmxs))
 (native_archives ppx_hash.a)
 (requires ppxlib.ast ppxlib ppx_hash.expander)
 (main_module_name Ppx_hash)
 (modes byte native)
 (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)
  (native expander/ppx_hash_expander.cmxa))
 (plugins
  (byte expander/ppx_hash_expander.cma)
  (native expander/ppx_hash_expander.cmxs))
 (native_archives expander/ppx_hash_expander.a)
 (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 native)
 (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)
  (native runtime-lib/ppx_hash_lib.cmxa))
 (plugins
  (byte runtime-lib/ppx_hash_lib.cma)
  (native runtime-lib/ppx_hash_lib.cmxs))
 (native_archives runtime-lib/ppx_hash_lib.a)
 (requires base ppx_sexp_conv.runtime-lib ppx_compare.runtime-lib)
 (main_module_name Ppx_hash_lib)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_hash_lib)
   (obj_name ppx_hash_lib)
   (visibility public)
   (impl))))
