(lang dune 3.16)
(name gettext-camomile)
(sections
 (lib
  /var/tmp/portage/dev-ml/ocaml-gettext-camomile-0.4.2-r1/image/usr/lib64/ocaml/gettext-camomile)
 (libexec
  /var/tmp/portage/dev-ml/ocaml-gettext-camomile-0.4.2-r1/image/usr/lib64/ocaml/gettext-camomile)
 (doc
  /var/tmp/portage/dev-ml/ocaml-gettext-camomile-0.4.2-r1/image/usr/doc/gettext-camomile))
(files
 (lib
  (META
   dune-package
   gettextCamomile.a
   gettextCamomile.cma
   gettextCamomile.cmi
   gettextCamomile.cmt
   gettextCamomile.cmti
   gettextCamomile.cmx
   gettextCamomile.cmxa
   gettextCamomile.ml
   gettextCamomile.mli
   opam))
 (libexec (gettextCamomile.cmxs))
 (doc (CHANGES.md LICENSE.txt README.md)))
(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
   (obj_name gettextCamomile)
   (visibility public)
   (source
    (path GettextCamomile)
    (intf (path gettextCamomile.mli))
    (impl (path gettextCamomile.ml))))))
