(lang dune 2.9)
(name ppx_typerep_conv)
(version v0.14.0)
(library
 (name ppx_typerep_conv)
 (kind ppx_deriver)
 (archives (byte ppx_typerep_conv.cma))
 (plugins (byte ppx_typerep_conv.cma))
 (requires base ppxlib.ast ppxlib)
 (ppx_runtime_deps typerep)
 (main_module_name Ppx_typerep_conv)
 (modes byte)
 (modules
  (singleton
   (name Ppx_typerep_conv)
   (obj_name ppx_typerep_conv)
   (visibility public)
   (impl)
   (intf))))
