Navigation Menu

Skip to content

Commit

Permalink
Use version based dependencies for openssl/libevent/libev.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Oct 2, 2014
1 parent 45c417d commit 4fd4537
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dub.json
@@ -1,4 +1,4 @@
{
{
"name": "vibe-d",
"description": "Asynchronous I/O framework",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@

"systemDependencies": "libevent 2.0.x or libev, OpenSSL 0.9.x or 1.0.x",
"dependencies": {
"openssl": "~master"
"openssl": "1.0.0+1.0.0e"
},

"targetType": "library",
Expand All @@ -24,11 +24,11 @@
"sourceFiles-windows-x86" : ["lib/win-i386/eay.lib", "lib/win-i386/ssl.lib"],
"copyFiles-windows-x86_64": ["lib/win-amd64/libeay32.dll", "lib/win-amd64/ssleay32.dll"],
"sourceFiles-windows-x86_64" : ["lib/win-amd64/libeay32.lib", "lib/win-amd64/ssleay32.lib"],

"configurations": [
{
"name": "libevent",
"dependencies": {"libevent": "~master"},
"dependencies": {"libevent": "~>2.0.1+2.0.16"},
"versions": ["VibeLibeventDriver"],
"sourceFiles-windows-x86": ["lib/win-i386/event2.lib"],
"copyFiles-windows-x86": ["lib/win-i386/libevent.dll"],
Expand All @@ -38,7 +38,7 @@
},
{
"name": "libev",
"dependencies": {"libev": "~master"},
"dependencies": {"libev": "~>4.0.0+4.04"},
"platforms": ["posix"],
"versions": ["VibeLibevDriver", "LIBEV4"],
},
Expand Down

0 comments on commit 4fd4537

Please sign in to comment.