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 2c5cf31 commit 8ce88c1Copy full SHA for 8ce88c1
dub.json
dub.sdl
@@ -0,0 +1,22 @@
1
+name "openssl"
2
+description "Deimos bindings for the OpenSSL cryptographic library"
3
+homepage "http://www.openssl.org/"
4
+license "OpenSSL or SSLeay"
5
+libs "ssl" "crypto" platform="posix"
6
+importPaths "."
7
+
8
+configuration "library" {
9
+ targetType "sourceLibrary"
10
+ excludedSourceFiles "deimos/openssl/applink.d"
11
+}
12
13
+configuration "library-applink" {
14
15
16
17
+configuration "unittest" {
18
+ targetType "executable"
19
+ dflags "-main"
20
+ sourcePaths "deimos/openssl"
21
22
0 commit comments