appstream-generator/dub.json
2016-08-01 15:17:02 +02:00

49 lines
1.4 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"]
},
"debug-optimize": {
"buildOptions": ["debugMode", "debugInfo", "optimize"]
},
"debug-profile": {
"buildOptions": ["debugMode", "debugInfo", "profile"]
}
},
"targetPath": "build",
"targetType": "executable",
"buildRequirements": ["disallowDeprecations"],
"dflags-gdc": ["-Wl,--push-state,-no-as-needed", "-lcurl", "-Wl,--pop-state"],
"dflags-ldc": ["-relocation-model=pic"],
"systemDependencies": "LMDB,
AppStream,
GLib2,
GIO,
GObject,
libarchive >= 3.2,
GDLib,
LibRSVG2,
FreeType",
"libs": ["lmdb",
"archive",
"glib-2.0",
"gobject-2.0",
"gio-2.0",
"appstream",
"cairo",
"gdk-pixbuf-2.0",
"librsvg-2.0",
"freetype"]
}