(lang dune 2.9)
(name ppx_stable)
(version v0.14.0)
(library
 (name ppx_stable)
 (kind ppx_deriver)
 (archives (byte ppx_stable.cma) (native ppx_stable.cmxa))
 (plugins (byte ppx_stable.cma) (native ppx_stable.cmxs))
 (native_archives ppx_stable.a)
 (requires base compiler-libs.common ppxlib.ast ppxlib)
 (main_module_name Ppx_stable)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_stable)
   (obj_name ppx_stable)
   (visibility public)
   (impl)
   (intf))))
