Skip to content

Commit 8ce88c1

Browse files
committed
Convert dub.json to dub.sdl
1 parent 2c5cf31 commit 8ce88c1

File tree

2 files changed

+22
-26
lines changed

2 files changed

+22
-26
lines changed

dub.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

dub.sdl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
targetType "sourceLibrary"
15+
}
16+
17+
configuration "unittest" {
18+
targetType "executable"
19+
dflags "-main"
20+
sourcePaths "deimos/openssl"
21+
excludedSourceFiles "deimos/openssl/applink.d"
22+
}

0 commit comments

Comments
 (0)