blob: 0558781b14c2a46323125d2b93dc77a634bebb71 [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": {
11 "version": "*"
12 },
13 "openssl": {
14 "version": "*"
15 }
16 },
17 "targetType": "library",
18 "sourcePaths": [
19 "lib/d/src"
20 ],
21 "importPaths": [
22 "lib/d/src"
23 ],
24 "excludedSourceFiles": [
25 "src/thrift/index.d"
26 ]
27}