(lang dune 3.20)
(name seq)
(version 0.3.1)
(sections
 (lib /startdir/pkg/ocaml-seq/usr/lib/ocaml/seq)
 (libexec /startdir/pkg/ocaml-seq/usr/lib/ocaml/seq)
 (doc /startdir/pkg/ocaml-seq/usr/doc/seq))
(files
 (lib
  (META
   dune-package
   opam
   seq.a
   seq.cma
   seq.cmxa
   seq_redef.cmi
   seq_redef.cmt
   seq_redef.cmti
   seq_redef.cmx
   seq_redef.ml
   seq_redef.mli))
 (libexec (seq.cmxs))
 (doc (CHANGES.md LICENSE README.md)))
(library
 (name seq)
 (kind normal)
 (archives (byte seq.cma) (native seq.cmxa))
 (plugins (byte seq.cma) (native seq.cmxs))
 (native_archives seq.a)
 (modes byte native)
 (modules
  (singleton
   (obj_name seq_redef)
   (visibility public)
   (source
    (path Seq_redef)
    (intf (path seq_redef.mli))
    (impl (path seq_redef.ml))))))
