forked from simendsjo/mysqln
-
Notifications
You must be signed in to change notification settings - Fork 28
/
dub.sdl
29 lines (23 loc) · 963 Bytes
/
dub.sdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name "mysql-native"
description "A native MySQL driver implementation based on Steve Teale's original"
license "BSL-1.0"
copyright "Copyright (c) 2011-2022 Steve Teale, James W. Oliphant, Simen Endsjø, Sönke Ludwig, Sergey Shamov, Nick Sabalausky, and Steven Schveighoffer"
authors "Steve Teale" "James W. Oliphant" "Simen Endsjø" "Sönke Ludwig" "Sergey Shamov" "Nick Sabalausky" "Steven Schveighoffer"
dependency "vibe-core" version=">=1.16.0" optional=true
dependency "taggedalgebraic" version=">=0.11.22"
toolchainRequirements frontend=">=2.068"
subPackage "./integration-tests"
subPackage "./integration-tests-vibe"
subPackage "./integration-tests-phobos"
subPackage "./testconn"
configuration "library" {
}
configuration "unittest" {
debugVersions "MYSQLN_TESTS"
targetType "sourceLibrary"
}
buildType "ddox" {
dflags "-c" "-Df__dummy.html" "-Xfdocs.json"
versions "MySQLDocs"
buildOptions "syntaxOnly"
}