vibe-core/dub.sdl

16 lines
354 B
Plaintext
Raw Normal View History

name "vibe-core"
description "The I/O core library of vibe.d."
authors "Sönke Ludwig"
copyright "Copyright © 2016, rejectedsoftware e.K."
license "MIT"
dependency "eventcore" version="~>0.5.0"
2016-10-05 12:40:29 +00:00
//subConfiguration "eventcore" "libasync"
mainSourceFile "source/vibe/appmain.d"
2016-10-05 12:40:29 +00:00
configuration "unittest" {
2016-11-29 18:17:40 +00:00
debugVersions "VibeMutexLog" "VibeAsyncLog"
2016-10-05 12:40:29 +00:00
}