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/libinputvisitor/dub.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/sdlang/libinputvisitor/dub.json (limited to 'src/sdlang/libinputvisitor/dub.json') diff --git a/src/sdlang/libinputvisitor/dub.json b/src/sdlang/libinputvisitor/dub.json new file mode 100644 index 0000000..6e273c8 --- /dev/null +++ b/src/sdlang/libinputvisitor/dub.json @@ -0,0 +1,10 @@ +{ + "name": "libinputvisitor", + "description": "Write D input range generators in a straightforward coroutine style", + "authors": ["Nick Sabalausky"], + "homepage": "https://github.com/abscissa/libInputVisitor", + "license": "WTFPL", + "sourcePaths": ["."], + "importPaths": ["."], + "excludedSourceFiles": ["libInputVisitorExample.d"] +} -- cgit v1.2.3