On 11/21/2011 12:13 PM, Jacob Carlborg wrote:
https://github.com/D-Programming-Deimos/ncurses/blob/master/curses.dIt has the following module declaration: "module curses;", which means it will conflict with any other library the has a module with the same name.
Yeah, that should be fixed.
