summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorNikolay <sibnick@gmail.com>2018-01-24 22:46:16 +0700
committerJames E. King III <jking@apache.org>2018-09-16 19:56:29 -0400
commitabd0df74492d24dccad115576c088e73e0b2634d (patch)
treec43e102e5644385ace483fc9017b55721384ee88 /dub.json
parent0f6e52abcce49102f4032393e6651cebb82ec29c (diff)
downloadthrift-abd0df74492d24dccad115576c088e73e0b2634d.tar.gz
dub.json for integration into Dlang package registry and fix deprication warnings
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"
+ ]
+}