Nikolay | abd0df7 | 2018-01-24 22:46:16 +0700 | [diff] [blame] | 1 | { |
| 2 | "name": "apache-thrift", |
| 3 | "description": "Apache Thrift D library", |
| 4 | "authors": [ |
| 5 | "Apache Thrift Developers <dev@thrift.apache.org>" |
| 6 | ], |
| 7 | "homepage": "http://thrift.apache.org", |
| 8 | "license": "Apache-2.0", |
| 9 | "dependencies": { |
| 10 | "libevent": { |
James E. King III | 12f8b14 | 2018-09-14 13:11:37 +0000 | [diff] [blame] | 11 | "version": "~>2.0.2" |
Nikolay | abd0df7 | 2018-01-24 22:46:16 +0700 | [diff] [blame] | 12 | }, |
| 13 | "openssl": { |
James E. King III | d2c6dc8 | 2019-01-05 09:33:02 -0500 | [diff] [blame] | 14 | "version": ">=1.1.6" |
Nikolay | abd0df7 | 2018-01-24 22:46:16 +0700 | [diff] [blame] | 15 | } |
| 16 | }, |
James E. King III | d2c6dc8 | 2019-01-05 09:33:02 -0500 | [diff] [blame] | 17 | "systemDependencies": "On systems with native openssl 1.0.x use dub package openssl~>1.1, on systems with native openssl 1.1.x use dub package openssl~>2.0", |
Nikolay | abd0df7 | 2018-01-24 22:46:16 +0700 | [diff] [blame] | 18 | "targetType": "library", |
| 19 | "sourcePaths": [ |
| 20 | "lib/d/src" |
| 21 | ], |
| 22 | "importPaths": [ |
| 23 | "lib/d/src" |
| 24 | ], |
| 25 | "excludedSourceFiles": [ |
James E. King III | 12f8b14 | 2018-09-14 13:11:37 +0000 | [diff] [blame] | 26 | "lib/d/src/thrift/index.d" |
Nikolay | abd0df7 | 2018-01-24 22:46:16 +0700 | [diff] [blame] | 27 | ] |
| 28 | } |