We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecec242 commit 7b7f465Copy full SHA for 7b7f465
.travis.yml
@@ -4,5 +4,6 @@ before_install:
4
- sudo apt-get install dub dmd
5
6
script:
7
- cp .main.d ./deimos/ncurses/main.d && dub
+ rdmd --main -lib -oflibncurses-d -L-lncursesw deimos/ncurses/*.d
8
+ #cp .main.d ./deimos/ncurses/main.d && dub
9
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "ncurses-d",
+ "name": "ncurses",
3
"description": "Interface to the C ncurses library",
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
"authors": [
0 commit comments