(lang dune 3.20)
(name bitstring)
(version 5.0.2)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/bitstring)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/bitstring)
 (doc /usr/doc/bitstring)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   bitstring.a
   bitstring.cma
   bitstring.cmi
   bitstring.cmt
   bitstring.cmti
   bitstring.cmx
   bitstring.cmxa
   bitstring.ml
   bitstring.mli
   bitstring__.cmi
   bitstring__.cmt
   bitstring__.cmx
   bitstring__.ml
   bitstring__Bitstring_config.cmi
   bitstring__Bitstring_config.cmt
   bitstring__Bitstring_config.cmx
   bitstring__Bitstring_types.cmi
   bitstring__Bitstring_types.cmt
   bitstring__Bitstring_types.cmx
   bitstring_config.ml
   bitstring_types.ml
   dune-package
   libbitstring_stubs.a
   opam))
 (libexec (bitstring.cmxs))
 (doc (README.md))
 (stublibs (dllbitstring_stubs.so)))
(library
 (name bitstring)
 (kind normal)
 (archives (byte bitstring.cma) (native bitstring.cmxa))
 (plugins (byte bitstring.cma) (native bitstring.cmxs))
 (foreign_objects bitstring_fastpath.o)
 (foreign_archives (archives (for all) (files libbitstring_stubs.a)))
 (foreign_dll_files ../stublibs/dllbitstring_stubs.so)
 (native_archives bitstring.a)
 (requires str unix stdlib-shims)
 (main_module_name Bitstring)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name bitstring__)
     (visibility public)
     (kind alias)
     (source (path Bitstring__) (impl (path bitstring__.ml-gen))))
    (name Bitstring)
    (modules
     (module
      (obj_name bitstring)
      (visibility public)
      (source
       (path Bitstring)
       (intf (path bitstring.mli))
       (impl (path bitstring.ml))))
     (module
      (obj_name bitstring__Bitstring_config)
      (visibility public)
      (source (path Bitstring_config) (impl (path bitstring_config.ml))))
     (module
      (obj_name bitstring__Bitstring_types)
      (visibility public)
      (source (path Bitstring_types) (impl (path bitstring_types.ml))))))
   (wrapped true))))
