(lang dune 2.9)
(name ANSITerminal)
(library
 (name ANSITerminal)
 (kind normal)
 (synopsis "Basic control of ANSI compliant terminals and the windows shell")
 (archives (byte ANSITerminal.cma))
 (plugins (byte ANSITerminal.cma))
 (foreign_objects ANSITerminal_stubs.o)
 (foreign_archives libANSITerminal_stubs.a)
 (requires unix bytes)
 (main_module_name ANSITerminal)
 (modes byte)
 (modules
  (wrapped
   (main_module_name ANSITerminal)
   (modules
    ((name ANSITerminal)
     (obj_name aNSITerminal)
     (visibility public)
     (impl)
     (intf))
    ((name ANSITerminal_common)
     (obj_name aNSITerminal__ANSITerminal_common)
     (visibility public)
     (impl)))
   (alias_module
    (name ANSITerminal__)
    (obj_name aNSITerminal__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
