appstream-generator/dub.json
Matthias Klumpp d38749c465 Some experiments with build types
And also the result of the desperate attempt to get GDC to link asgen
with libcurl...
2016-03-26 05:11:59 +01:00

30 lines
900 B
JSON

{
"name": "appstream-generator",
"description": "An AppStream metadata generator",
"copyright": "Copyright © 2016, Matthias Klumpp",
"authors": ["Matthias Klumpp"],
"dependencies": {
"mustache-d": "~>0.1.1"
},
"buildTypes": {
"debug": {
"buildOptions": ["debugMode", "debugInfo", "optimize"],
"dflags": ["-Wall", "-Werror"]
},
"debug-profile": {
"buildOptions": ["debugMode", "debugInfo", "profile"]
}
},
"targetPath": "build",
"targetType": "executable",
"buildRequirements": ["disallowDeprecations"],
"x-sourcePaths": ["source", "build/bindings"],
"x-importPaths": ["build/bindings"],
"systemDependencies": "LMDB, AppStream, GLib2, GIO, GObject, libarchive, GDLib, LibRSVG2",
"libs": ["lmdb", "archive", "glib-2.0", "gobject-2.0", "gio-2.0", "appstream", "gdlib", "librsvg-2.0"]
}