(lang dune 2.5)
(name gettext-camomile)
(version 0.4.1)
(library
 (name gettext-camomile)
 (kind normal)
 (archives (byte gettextCamomile.cma) (native gettextCamomile.cmxa))
 (plugins (byte gettextCamomile.cma) (native gettextCamomile.cmxs))
 (native_archives gettextCamomile.a)
 (requires gettext.extension gettext.base camomile)
 (modes byte native)
 (modules
  (singleton
   (name GettextCamomile)
   (obj_name gettextCamomile)
   (visibility public)
   (impl)
   (intf))))
