(lang dune 2.9)
(name ppx_string)
(version v0.14.0)
(library
 (name ppx_string)
 (kind ppx_rewriter)
 (archives (byte ppx_string.cma))
 (plugins (byte ppx_string.cma))
 (requires
  base
  compiler-libs.common
  ppxlib.ast
  ppxlib
  stdio
  ppx_sexp_conv.runtime-lib
  ppx_compare.runtime-lib
  ppx_enumerate.runtime-lib
  ppx_hash.runtime-lib)
 (main_module_name Ppx_string)
 (modes byte)
 (modules
  (singleton
   (name Ppx_string)
   (obj_name ppx_string)
   (visibility public)
   (impl)
   (intf))))
