blob: 6e273c8e7e9da6f93174de72afd7c448305bf0fb (
plain)
1
2
3
4
5
6
7
8
9
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"]
}
|