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