(lang dune 2.9)
(name base_bigstring)
(version v0.14.0)
(library
 (name base_bigstring)
 (kind normal)
 (archives (byte base_bigstring.cma))
 (plugins (byte base_bigstring.cma))
 (foreign_objects base_bigstring_stubs.o)
 (foreign_archives libbase_bigstring_stubs.a)
 (jsoo_runtime runtime.js)
 (requires
  base
  ppx_sexp_conv.runtime-lib
  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.runtime-lib
  ppx_module_timer.runtime
  typerep
  variantslib
  ppx_expect.collector
  ppx_expect.config
  base_quickcheck)
 (main_module_name Base_bigstring)
 (modes byte)
 (modules
  (singleton
   (name Base_bigstring)
   (obj_name base_bigstring)
   (visibility public)
   (impl)
   (intf))))
