(lang dune 2.9)
(name curses)
(library
 (name curses)
 (kind normal)
 (synopsis "OCaml bindings for ncursesw")
 (archives (byte curses.cma) (native curses.cmxa))
 (plugins (byte curses.cma) (native curses.cmxs))
 (foreign_objects ml_curses.o)
 (foreign_archives libcurses_stubs.a)
 (native_archives curses.a)
 (requires unix)
 (modes byte native)
 (modules
  (singleton
   (name Curses)
   (obj_name curses)
   (visibility public)
   (impl)
   (intf))))
