From abd0df74492d24dccad115576c088e73e0b2634d Mon Sep 17 00:00:00 2001 From: Nikolay Date: Wed, 24 Jan 2018 22:46:16 +0700 Subject: dub.json for integration into Dlang package registry and fix deprication warnings --- dub.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dub.json (limited to 'dub.json') 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 " + ], + "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" + ] +} -- cgit v1.2.1