-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathdub.json
More file actions
17 lines (15 loc) · 708 Bytes
/
dub.json
File metadata and controls
17 lines (15 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "adrdox",
"description": "A better alternative for documentation generation in D code",
"authors": ["Adam D. Ruppe"],
"homepage": "https://github.com/adamdruppe/adrdox",
"license": "BSL-1.0",
"copyFiles": ["skeleton-default.html", "script.js", "style.css", "search-docs.js", "search-docs.html", "katex"],
"targetPath": "build",
"targetType": "executable",
"buildRequirements": ["allowWarnings"],
"sourcePaths": ["Dscanner/libdparse/src"],
"sourceFiles": ["doc2.d", "latex.d", "jstex.d", "cgi.d", "comment.d", "stemmer.d", "dom.d", "archive.d", "jsvar.d", "script.d", "color.d", "syntaxhighlighter.d", "Dscanner/src/astprinter.d"],
"stringImportPaths": ["."],
"libs-posix": [ "z" ]
}