vcpkg/ports/ace/vcpkg.json
2021-11-11 13:36:51 -08:00

31 lines
655 B
JSON

{
"name": "ace",
"version": "7.0.3",
"port-version": 3,
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
"features": {
"ssl": {
"description": "Enable SSL/TLS features in ACE",
"dependencies": [
"openssl"
]
},
"tao": {
"description": "The ACE ORB"
},
"wchar": {
"description": "Enable extra wide char functions in ACE"
},
"xml": {
"description": "Enable XML features in ACE"
},
"zlib": {
"description": "Enable zlib support",
"dependencies": [
"zlib"
]
}
}
}