blob: 0558781b14c2a46323125d2b93dc77a634bebb71 [file] [log] [blame]
{
"name": "apache-thrift",
"description": "Apache Thrift D library",
"authors": [
"Apache Thrift Developers <dev@thrift.apache.org>"
],
"homepage": "http://thrift.apache.org",
"license": "Apache-2.0",
"dependencies": {
"libevent": {
"version": "*"
},
"openssl": {
"version": "*"
}
},
"targetType": "library",
"sourcePaths": [
"lib/d/src"
],
"importPaths": [
"lib/d/src"
],
"excludedSourceFiles": [
"src/thrift/index.d"
]
}