(lang dune 3.22)
(name ISO8601)
(version 0.2.6)
(sections
 (lib /usr/lib/ocaml/ISO8601)
 (libexec /usr/lib/ocaml/ISO8601)
 (doc /.omit/ISO8601))
(files
 (lib
  (ISO8601.a
   ISO8601.cma
   ISO8601.cmxa
   ISO8601.ml
   ISO8601.mli
   ISO8601_lexer.ml
   META
   dune-package
   iSO8601.cmi
   iSO8601.cmt
   iSO8601.cmti
   iSO8601.cmx
   iSO8601__.cmi
   iSO8601__.cmt
   iSO8601__.cmx
   iSO8601__.ml
   iSO8601__ISO8601_lexer.cmi
   iSO8601__ISO8601_lexer.cmt
   iSO8601__ISO8601_lexer.cmx
   opam))
 (libexec (ISO8601.cmxs))
 (doc (CHANGELOG.md LICENSE README.md)))
(library
 (name ISO8601)
 (kind normal)
 (archives (byte ISO8601.cma) (native ISO8601.cmxa))
 (plugins (byte ISO8601.cma) (native ISO8601.cmxs))
 (native_archives ISO8601.a)
 (requires unix)
 (main_module_name ISO8601)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name iSO8601__)
     (visibility public)
     (kind alias)
     (source (path ISO8601__) (impl (path iSO8601__.ml-gen))))
    (name ISO8601)
    (modules
     (module
      (obj_name iSO8601)
      (visibility public)
      (source
       (path ISO8601)
       (intf (path ISO8601.mli))
       (impl (path ISO8601.ml))))
     (module
      (obj_name iSO8601__ISO8601_lexer)
      (visibility public)
      (source (path ISO8601_lexer) (impl (path ISO8601_lexer.ml))))))
   (wrapped true))))
