blob: af76afc0c9e17c105265217e5fc8c7e040d8be40 [file] [log] [blame]
Nikolayabd0df72018-01-24 22:46:16 +07001{
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 III12f8b142018-09-14 13:11:37 +000011 "version": "~>2.0.2"
Nikolayabd0df72018-01-24 22:46:16 +070012 },
13 "openssl": {
James E. King IIId2c6dc82019-01-05 09:33:02 -050014 "version": ">=1.1.6"
Nikolayabd0df72018-01-24 22:46:16 +070015 }
16 },
James E. King IIId2c6dc82019-01-05 09:33:02 -050017 "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",
Nikolayabd0df72018-01-24 22:46:16 +070018 "targetType": "library",
19 "sourcePaths": [
20 "lib/d/src"
21 ],
22 "importPaths": [
23 "lib/d/src"
24 ],
25 "excludedSourceFiles": [
James E. King III12f8b142018-09-14 13:11:37 +000026 "lib/d/src/thrift/index.d"
Nikolayabd0df72018-01-24 22:46:16 +070027 ]
28}