From df903147f19fb7b88b8f4c49bb40aa720120d07e Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 16 Nov 2015 20:49:45 -0500 Subject: [PATCH] more libs as dub submodules --- dub.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dub.json b/dub.json index b546c48..546e6fd 100644 --- a/dub.json +++ b/dub.json @@ -23,6 +23,38 @@ } ], "sourceFiles": ["simpledisplay.d", "color.d"] + }, + { + "name": "dom", + "description": "HTML tag soup DOM library", + "targetType": "sourceLibrary", + "sourceFiles": ["dom.d", "characterencodings.d"] + }, + { + "name": "cgi", + "description": "web server library with cgi, fastcgi, scgi, and embedded http server support", + "targettype": "sourcelibrary", + "sourcefiles": ["cgi.d"] + }, + { + "name": "HTTP client", + "description": "HTTP client library", + "libs-posix": ["crypto", "ssl"], + "versions-posix": ["with_openssl"], + "targettype": "sourcelibrary", + "sourcefiles": ["http2.d"] + }, + { + "name": "script", + "description": "Small Javascript-like script interpreter with easy D API", + "targettype": "sourcelibrary", + "sourcefiles": ["script.d", "jsvar.d"] + }, + { + "name": "terminal", + "description": "Cross-platform Terminal I/O with color, mouse support, real time input, etc.", + "targetType": "sourceLibrary", + "sourceFiles": ["terminal.d"] } ]