(lang dune 3.4)
(name re2)
(version 0.15.0)
(sections
 (lib /usr/lib64/ocaml/re2)
 (libexec /usr/lib64/ocaml/re2)
 (doc /usr/doc/re2)
 (stublibs /usr/lib64/ocaml/stublibs))
(files
 (lib
  (META
   c/libre2_c_stubs.a
   c/re2_c.a
   c/re2_c.cma
   c/re2_c.cmi
   c/re2_c.cmt
   c/re2_c.cmx
   c/re2_c.cmxa
   c/re2_c.ml
   dune-package
   explicit_dependencies_unignored.ml
   explicit_dependencies_unignored.mli
   libre2_stubs.a
   opam
   options.ml
   options.mli
   parser.ml
   parser.mli
   parser_intf.ml
   re2.a
   re2.cma
   re2.cmi
   re2.cmt
   re2.cmx
   re2.cmxa
   re2.ml
   re2__.cmi
   re2__.cmt
   re2__.cmx
   re2__.ml
   re2__Explicit_dependencies_unignored.cmi
   re2__Explicit_dependencies_unignored.cmt
   re2__Explicit_dependencies_unignored.cmti
   re2__Explicit_dependencies_unignored.cmx
   re2__Options.cmi
   re2__Options.cmt
   re2__Options.cmti
   re2__Options.cmx
   re2__Parser.cmi
   re2__Parser.cmt
   re2__Parser.cmti
   re2__Parser.cmx
   re2__Parser_intf.cmi
   re2__Parser_intf.cmt
   re2__Parser_intf.cmx
   re2__Regex.cmi
   re2__Regex.cmt
   re2__Regex.cmti
   re2__Regex.cmx
   re2__Regex_intf.cmi
   re2__Regex_intf.cmt
   re2__Regex_intf.cmx
   regex.ml
   regex.mli
   regex_intf.ml))
 (libexec (c/re2_c.cmxs re2.cmxs))
 (doc (CHANGES.md LICENSE.md README.txt))
 (stublibs (dllre2_c_stubs.so dllre2_stubs.so)))
(library
 (name re2)
 (kind normal)
 (archives (byte re2.cma) (native re2.cmxa))
 (plugins (byte re2.cma) (native re2.cmxs))
 (foreign_objects stubs.o)
 (foreign_archives libre2_stubs.a)
 (native_archives re2.a)
 (requires
  core
  re2.c
  core_kernel.rope
  ppx_sexp_conv.runtime-lib
  sexplib0
  ppx_compare.runtime-lib
  ppx_enumerate.runtime-lib
  ppx_hash.runtime-lib
  ppx_here.runtime-lib
  ppx_assert.runtime-lib
  ppx_bench.runtime-lib
  bin_prot
  fieldslib
  ppx_inline_test.config
  ppx_inline_test.runtime-lib
  ppx_module_timer.runtime
  typerep
  variantslib
  ppx_expect.collector
  ppx_expect.config
  ppx_log.types
  base_quickcheck.ppx_quickcheck.runtime
  base_quickcheck)
 (main_module_name Re2)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Re2)
   (modules
    ((name Explicit_dependencies_unignored)
     (obj_name re2__Explicit_dependencies_unignored)
     (visibility public)
     (impl)
     (intf))
    ((name Options) (obj_name re2__Options) (visibility public) (impl) (intf))
    ((name Parser) (obj_name re2__Parser) (visibility public) (impl) (intf))
    ((name Parser_intf)
     (obj_name re2__Parser_intf)
     (visibility public)
     (impl))
    ((name Re2) (obj_name re2) (visibility public) (impl))
    ((name Regex) (obj_name re2__Regex) (visibility public) (impl) (intf))
    ((name Regex_intf) (obj_name re2__Regex_intf) (visibility public) (impl)))
   (alias_module
    (name Re2__)
    (obj_name re2__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
(library
 (name re2.c)
 (kind normal)
 (archives (byte c/re2_c.cma) (native c/re2_c.cmxa))
 (plugins (byte c/re2_c.cma) (native c/re2_c.cmxs))
 (foreign_archives c/libre2_c_stubs.a)
 (native_archives c/re2_c.a)
 (main_module_name Re2_c)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Re2_c)
   (alias_module
    (name Re2_c)
    (obj_name re2_c)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
