From 8ab7e935913c102fb039110e20b71f698a68c6ee Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 16 Jun 2016 01:49:06 -0400 Subject: step5 sdlang used for config files and doc headers --- src/sdlang/dub.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/sdlang/dub.json (limited to 'src/sdlang/dub.json') diff --git a/src/sdlang/dub.json b/src/sdlang/dub.json new file mode 100644 index 0000000..d5a0493 --- /dev/null +++ b/src/sdlang/dub.json @@ -0,0 +1,38 @@ +{ + "name": "sdlang-d", + "description": "An SDL (Simple Declarative Language) library for D.", + "homepage": "http://github.com/Abscissa/SDLang-D", + "authors": ["Nick Sabalausky"], + "license": "zlib/libpng", + "copyright": "©2012-2015 Nick Sabalausky", + "sourcePaths": ["."], + "importPaths": ["."], + "buildRequirements": ["allowWarnings"], + "dependencies": { + "libinputvisitor": "~>1.2.0" + }, + "subPackages": [ + "./libinputvisitor" + ], + "configurations": [ + { + "name": "test", + "targetType": "executable", + "versions": ["SDLang_TestApp"], + "targetPath": "../../bin/", + "targetName": "sdlang" + }, + { + "name": "library", + "targetType": "library" + }, + { + "name": "unittest", + "targetType": "executable", + "targetPath": "../../bin/", + "targetName": "sdlang-unittest", + + "versions": ["sdlangUnittest", "sdlangTrace"] + } + ] +} -- cgit v1.2.3