(lang dune 2.9)
(name gettext-camomile)
(library
 (name gettext-camomile)
 (kind normal)
 (archives (byte gettextCamomile.cma))
 (plugins (byte gettextCamomile.cma))
 (requires gettext.extension gettext.base camomile)
 (modes byte)
 (modules
  (singleton
   (name GettextCamomile)
   (obj_name gettextCamomile)
   (visibility public)
   (impl)
   (intf))))
