vibe-core/dub.sdl

16 lines
349 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" {
versions "VibeMutexLog" "VibeAsyncLog"
}