(lang dune 3.20)
(name bstr)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/bstr)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/bstr)
 (doc /usr/doc/bstr)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   bstr.a
   bstr.cma
   bstr.cmi
   bstr.cmt
   bstr.cmti
   bstr.cmx
   bstr.cmxa
   bstr.ml
   bstr.mli
   dune-package
   libbstr_stubs.a
   opam))
 (libexec (bstr.cmxs))
 (doc (CHANGES.md LICENSE.md README.md))
 (stublibs (dllbstr_stubs.so)))
(library
 (name bstr)
 (kind normal)
 (archives (byte bstr.cma) (native bstr.cmxa))
 (plugins (byte bstr.cma) (native bstr.cmxs))
 (foreign_objects bstr.o)
 (foreign_archives (archives (for all) (files libbstr_stubs.a)))
 (foreign_dll_files ../stublibs/dllbstr_stubs.so)
 (native_archives bstr.a)
 (modes byte native)
 (modules
  (singleton
   (obj_name bstr)
   (visibility public)
   (source (path Bstr) (intf (path bstr.mli)) (impl (path bstr.ml))))))
