File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ncurses" ,
3
- "description" : " Interface to the C ncurses library" ,
4
- "homepage" : " http://github.com/D-Programming-Deimos/ncurses" ,
2
+ "name" : " ncurses-d " ,
3
+ "description" : " Interface to the C ncurses library" ,
4
+ "homepage" : " http://github.com/D-Programming-Deimos/ncurses" ,
5
5
"authors" : [
6
- " Jon \" ylixir\" Allen" ,
7
- " Dejan Lekic" ,
8
- " Jude \" 1100110\" Young"
6
+ " Jon \" ylixir\" Allen" ,
7
+ " Dejan Lekic" ,
8
+ " Jude \" 1100110\" Young"
9
9
],
10
- "license" : " ncurses" ,
10
+ "license" : " ncurses" ,
11
11
"sourcePaths" : [
12
- " deimos"
12
+ " deimos"
13
13
],
14
14
"libs" : [
15
- " ncursesw"
15
+ " ncursesw"
16
16
],
17
- "targetType" : " staticLibrary" ,
18
- "buildRequirements" : [" relaxProperties" ],
17
+ "targetType" : " staticLibrary" ,
18
+ "buildRequirements" : [
19
+ " relaxProperties"
20
+ ],
19
21
}
You can’t perform that action at this time.
0 commit comments