(lang dune 3.16)
(name gettext-stub)
(sections
 (lib
  /var/tmp/portage/dev-ml/ocaml-gettext-stub-0.4.2-r2/image/usr/lib64/ocaml/gettext-stub)
 (libexec
  /var/tmp/portage/dev-ml/ocaml-gettext-stub-0.4.2-r2/image/usr/lib64/ocaml/gettext-stub)
 (doc
  /var/tmp/portage/dev-ml/ocaml-gettext-stub-0.4.2-r2/image/usr/doc/gettext-stub)
 (stublibs
  /var/tmp/portage/dev-ml/ocaml-gettext-stub-0.4.2-r2/image/usr/lib64/ocaml/stublibs))
(files
 (lib
  (META
   dune-package
   gettextStub.a
   gettextStub.cma
   gettextStub.cmi
   gettextStub.cmt
   gettextStub.cmx
   gettextStub.cmxa
   gettextStub.ml
   gettextStubCompat.cmi
   gettextStubCompat.cmt
   gettextStubCompat.cmx
   gettextStubCompat.ml
   libgettextStub_stubs.a
   opam))
 (libexec (gettextStub.cmxs))
 (doc (CHANGES.md LICENSE.txt README.md))
 (stublibs (dllgettextStub_stubs.so)))
(library
 (name gettext-stub)
 (kind normal)
 (archives (byte gettextStub.cma) (native gettextStub.cmxa))
 (plugins (byte gettextStub.cma) (native gettextStub.cmxs))
 (foreign_objects gettextStubCompat_stubs.o)
 (foreign_archives (archives (for all) (files libgettextStub_stubs.a)))
 (foreign_dll_files ../stublibs/dllgettextStub_stubs.so)
 (native_archives gettextStub.a)
 (requires gettext.base gettext.extension)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name gettextStub)
    (visibility public)
    (source (path GettextStub) (impl (path gettextStub.ml))))
   (module
    (obj_name gettextStubCompat)
    (visibility public)
    (source (path GettextStubCompat) (impl (path gettextStubCompat.ml)))))))
