summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/dub.json b/dub.json
new file mode 100644
index 000000000..0558781b1
--- /dev/null
+++ b/dub.json
@@ -0,0 +1,27 @@
+{
+ "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"
+ ]
+}