Dynamic and static D bindings for ncurses library
import riverd.ncurses;
void main()
{
// Load the ncurses library.
dylib_load_ncurses();
// Now ncurses functions can be called.
...
}
Check out our wiki.
GNU Lesser General Public License (Version 3, 29 June 2007)
Made with ❤ by a bunch of geeks