(lang dune 2.9)
(name textutils)
(version v0.14.0)
(library
 (name textutils.ascii_table)
 (kind normal)
 (archives
  (byte ascii_table/ascii_table.cma)
  (native ascii_table/ascii_table.cmxa))
 (plugins
  (byte ascii_table/ascii_table.cma)
  (native ascii_table/ascii_table.cmxs))
 (native_archives ascii_table/ascii_table.a)
 (requires
  textutils.console
  core
  textutils.ascii_table_kernel
  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
  base_quickcheck)
 (main_module_name Ascii_table)
 (modes byte native)
 (modules
  (singleton
   (name Ascii_table)
   (obj_name ascii_table)
   (visibility public)
   (impl)
   (intf))))
(library
 (name textutils.ascii_table_kernel)
 (kind normal)
 (archives
  (byte ascii_table_kernel/ascii_table_kernel.cma)
  (native ascii_table_kernel/ascii_table_kernel.cmxa))
 (plugins
  (byte ascii_table_kernel/ascii_table_kernel.cma)
  (native ascii_table_kernel/ascii_table_kernel.cmxs))
 (native_archives ascii_table_kernel/ascii_table_kernel.a)
 (requires
  core_kernel.ansi_kernel
  core_kernel
  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
  base_quickcheck)
 (main_module_name Ascii_table_kernel)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Ascii_table_kernel)
   (modules
    ((name Ascii_table_kernel)
     (obj_name ascii_table_kernel)
     (visibility public)
     (impl)
     (intf))
    ((name Ascii_table_kernel_intf)
     (obj_name ascii_table_kernel__Ascii_table_kernel_intf)
     (visibility public)
     (impl)))
   (alias_module
    (name Ascii_table_kernel__)
    (obj_name ascii_table_kernel__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
(library
 (name textutils.console)
 (kind normal)
 (archives (byte console/console.cma) (native console/console.cmxa))
 (plugins (byte console/console.cma) (native console/console.cmxs))
 (native_archives console/console.a)
 (requires
  core_kernel.ansi_kernel
  core
  core.linux_ext
  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
  base_quickcheck)
 (main_module_name Console)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Console)
   (modules
    ((name Console) (obj_name console) (visibility public) (impl) (intf))
    ((name Console_intf)
     (obj_name console__Console_intf)
     (visibility public)
     (impl)))
   (alias_module
    (name Console__)
    (obj_name console__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
