]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/dub.json
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / dub.json
CommitLineData
f67539c2
TL
1{
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": "~>2.0.2"
12 },
13 "openssl": {
14 "version": ">=1.1.6"
15 }
16 },
17 "systemDependencies": "On systems with native openssl 1.0.x use dub package openssl~>1.1, on systems with native openssl 1.1.x use dub package openssl~>2.0",
18 "targetType": "library",
19 "sourcePaths": [
20 "lib/d/src"
21 ],
22 "importPaths": [
23 "lib/d/src"
24 ],
25 "excludedSourceFiles": [
26 "lib/d/src/thrift/index.d"
27 ]
28}