diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-09-05 11:14:52 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | 4623bdcff2d96192a3399fe9601856a5fb934ed9 (patch) | |
tree | 8e38a29727c427aaab8136c1b2db951dd66ef6cd /dub.sdl | |
parent | processing info (diff) |
build related
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -10,12 +10,14 @@ stringImportPaths "./views" buildRequirements "allowWarnings" targetType "executable" platforms "posix" -dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive -dependency "d2sqlite3" version="~>0.16.2" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html - subconfiguration "d2sqlite3" "all-included" -dependency "imageformats" version="~>7.0.0" # https://code.dlang.org/packages/imageformats https://github.com/lgvz/imageformats -dependency "toml" version="~>1.0.0-rc.3" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki -dependency "toml:json" version="~>1.0.0-rc.3" +dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive +dependency "d2sqlite3" version="~>0.18.3" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html + subconfiguration "d2sqlite3" "all-included" +dependency "imageformats" version="~>7.0.1" # https://code.dlang.org/packages/imageformats https://github.com/lgvz/imageformats +dependency "toml" version="~>1.0.0-rc.3" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki +dependency "toml:json" version="~>1.0.0-rc.3" +dependency "dyaml" version="~>0.8.0" +dependency "tinyendian" version="~>0.2.0" // for dyaml configuration "default" { targetName "doc-reform" postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'doc-reform'" |