forked from dlang/dub-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.sdl
More file actions
24 lines (20 loc) · 652 Bytes
/
dub.sdl
File metadata and controls
24 lines (20 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name "dub-registry"
description "Online registry for dub packages"
homepage "http://code.dlang.org/"
authors "Sönke Ludwig" "Martin Nowak" "Anton Fediushin aka ohdatboi" \
"Jan Jurzitza aka WebFreak001" "Sebastian Wilzbach" "Colden Cullen" \
"see GitHub for more"
license "BSL-1.0"
dependency "vibe-d" version="~>0.8.4-alpha.1"
dependency "dub" version="~>1.9.0"
dependency "userman" version="~>0.3.2"
subConfiguration "dub" "library-nonet"
versions "VibeJsonFieldNames"
configuration "application" {
targetType "executable"
mainSourceFile "source/app.d"
}
configuration "library" {
targetType "library"
excludedSourceFiles "source/app.d"
}