(lang dune 3.16)
(name ppx_deriving_hash)
(version 0.1.2)
(sections (lib .) (libexec .) (doc ../../doc/ppx_deriving_hash))
(files
 (lib
  (META
   dune-package
   opam
   ppx_deriving_hash.a
   ppx_deriving_hash.cma
   ppx_deriving_hash.cmi
   ppx_deriving_hash.cmt
   ppx_deriving_hash.cmx
   ppx_deriving_hash.cmxa
   ppx_deriving_hash.ml))
 (libexec (ppx_deriving_hash.cmxs))
 (doc (CHANGELOG.md LICENSE.md README.md)))
(library
 (name ppx_deriving_hash)
 (kind ppx_deriver)
 (archives (byte ppx_deriving_hash.cma) (native ppx_deriving_hash.cmxa))
 (plugins (byte ppx_deriving_hash.cma) (native ppx_deriving_hash.cmxs))
 (native_archives ppx_deriving_hash.a)
 (requires ppxlib.ast ppxlib ppx_deriving.api)
 (main_module_name Ppx_deriving_hash)
 (modes byte native)
 (modules
  (singleton
   (obj_name ppx_deriving_hash)
   (visibility public)
   (source (path Ppx_deriving_hash) (impl (path ppx_deriving_hash.ml))))))
