(lang dune 2.7)
(name textutils)
(version v0.13.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
  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.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
  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
  (singleton
   (name Console)
   (obj_name console)
   (visibility public)
   (impl)
   (intf))))
