appstream-generator/dub.json
2016-03-28 22:42:29 +02:00

34 lines
1.1 KiB
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"],
"dflags": ["-Wall", "-Werror"]
},
"debug-optimize": {
"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", "cairo", "gdk-pixbuf-2.0", "librsvg-2.0"]
}