appstream-generator/dub.json

49 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "appstream-generator",
"description": "An AppStream metadata generator",
"copyright": "Copyright © 2016, Matthias Klumpp",
"authors": ["Matthias Klumpp"],
"dependencies": {
"mustache-d": "~>0.1.1"
},
"buildTypes": {
2016-03-26 21:20:32 -07:00
"debug": {
2016-07-12 07:48:48 -07:00
"buildOptions": ["debugMode", "debugInfo"]
2016-03-26 21:20:32 -07:00
},
"debug-optimize": {
2016-07-12 07:48:48 -07:00
"buildOptions": ["debugMode", "debugInfo", "optimize"]
},
"debug-profile": {
2016-03-26 21:20:32 -07:00
"buildOptions": ["debugMode", "debugInfo", "profile"]
}
},
"targetPath": "build",
"targetType": "executable",
"buildRequirements": ["disallowDeprecations"],
2016-08-01 06:17:02 -07:00
"dflags-gdc": ["-Wl,--push-state,-no-as-needed", "-lcurl", "-Wl,--pop-state"],
"dflags-ldc": ["-relocation-model=pic"],
2016-05-19 18:25:19 -07:00
"systemDependencies": "LMDB,
AppStream,
GLib2,
GIO,
GObject,
2016-08-01 06:17:02 -07:00
libarchive >= 3.2,
2016-05-19 18:25:19 -07:00
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"]
}