(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) (native ANSITerminal.cmxa))
 (plugins (byte ANSITerminal.cma) (native ANSITerminal.cmxs))
 (foreign_objects ANSITerminal_stubs.o)
 (foreign_archives libANSITerminal_stubs.a)
 (native_archives ANSITerminal.a)
 (requires unix bytes)
 (main_module_name ANSITerminal)
 (modes byte native)
 (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))))
