(lang dune 3.16)
(name calendars)
(version 1.0.0)
(sections
 (lib /var/tmp/portage/dev-ml/calendars-1.0.0/image/usr/lib64/ocaml/calendars)
 (libexec
  /var/tmp/portage/dev-ml/calendars-1.0.0/image/usr/lib64/ocaml/calendars))
(files
 (lib
  (META
   calendars.a
   calendars.cma
   calendars.cmi
   calendars.cmt
   calendars.cmti
   calendars.cmx
   calendars.cmxa
   calendars.ml
   calendars.mli
   dune-package
   opam))
 (libexec (calendars.cmxs)))
(library
 (name calendars)
 (kind normal)
 (archives (byte calendars.cma) (native calendars.cmxa))
 (plugins (byte calendars.cma) (native calendars.cmxs))
 (native_archives calendars.a)
 (main_module_name Calendars)
 (modes byte native)
 (modules
  (singleton
   (obj_name calendars)
   (visibility public)
   (source
    (path Calendars)
    (intf (path calendars.mli))
    (impl (path calendars.ml))))))
