We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba419b commit f435df1Copy full SHA for f435df1
dub.json
dub.sdl
@@ -0,0 +1,20 @@
1
+name "mysql-native"
2
+description "A native MySQL driver implementation based on Steve Teale's original"
3
+license "BSL-1.0"
4
+copyright "Copyright (c) 2011 Steve Teale"
5
+authors "Steve Teale" "James W. Oliphant" "simendsjo" "Sönke Ludwig" "sshamov" "Nick Sabalausky"
6
+
7
+dependency "vibe-d:core" version="~>0.7.28" optional=true
8
9
+sourcePaths "source/"
10
+importPaths "source/"
11
12
+configuration "application" {
13
+ targetType "executable"
14
+ versions "VibeCustomMain"
15
+}
16
17
+configuration "library" {
18
+ targetType "library"
19
+ excludedSourceFiles "source/app.d"
20
0 commit comments