capitalization errors

This commit is contained in:
Adam D. Ruppe 2016-03-12 09:11:53 -05:00
parent 4f1ad1cb3a
commit 4c1a38525b
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "arsd-official", "name": "arsd-official",
"targetType": "none", "targetType": "none",
"sourcePaths": ["dummy"], "sourcePaths": ["."],
"dependencies": { "dependencies": {
"arsd-official:simpledisplay":"~master", "arsd-official:simpledisplay":"~master",
"arsd-official:dom":"~master", "arsd-official:dom":"~master",
@ -40,22 +40,22 @@
{ {
"name": "cgi", "name": "cgi",
"description": "web server library with cgi, fastcgi, scgi, and embedded http server support", "description": "web server library with cgi, fastcgi, scgi, and embedded http server support",
"targettype": "sourcelibrary", "targetType": "sourceLibrary",
"sourcefiles": ["cgi.d"] "sourceFiles": ["cgi.d"]
}, },
{ {
"name": "http", "name": "http",
"description": "HTTP client library", "description": "HTTP client library",
"libs-posix": ["crypto", "ssl"], "libs-posix": ["crypto", "ssl"],
"versions-posix": ["with_openssl"], "versions-posix": ["with_openssl"],
"targettype": "sourcelibrary", "targetType": "sourceLibrary",
"sourcefiles": ["http2.d"] "sourceFiles": ["http2.d"]
}, },
{ {
"name": "script", "name": "script",
"description": "Small Javascript-like script interpreter with easy D API", "description": "Small Javascript-like script interpreter with easy D API",
"targettype": "sourcelibrary", "targetType": "sourceLibrary",
"sourcefiles": ["script.d", "jsvar.d"] "sourceFiles": ["script.d", "jsvar.d"]
}, },
{ {
"name": "terminal", "name": "terminal",