(lang dune 2.9)
(name ppx_bitstring)
(version 4.1.0)
(library
 (name ppx_bitstring)
 (kind ppx_rewriter)
 (archives (byte ppx_bitstring.cma))
 (plugins (byte ppx_bitstring.cma))
 (requires str compiler-libs ppxlib.ast ppxlib)
 (main_module_name Ppx_bitstring)
 (modes byte)
 (modules
  (singleton
   (name Ppx_bitstring)
   (obj_name ppx_bitstring)
   (visibility public)
   (impl))))
