vcpkg/ports/apsi/vcpkg.json
Wei Dai 50700e0360
[SEAL/APSI]Updated SEAL to 3.7.2 and APSI to 0.5.0 (#21454)
* Updated ports/seal to 3.7.2 and ports/apsi to 0.5.0.

* Updated versioning.
2021-11-16 10:13:33 -08:00

58 lines
1.1 KiB
JSON

{
"name": "apsi",
"version-semver": "0.5.0",
"description": "APSI is a research library for asymmetric private set intersection.",
"homepage": "https://github.com/microsoft/APSI",
"supports": "static",
"dependencies": [
"flatbuffers",
"jsoncpp",
"kuku",
{
"name": "seal",
"features": [
"no-throw-tran"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"log4cplus",
"zeromq"
],
"features": {
"hexl": {
"description": "Use Intel® HEXL to accelerate Microsoft SEAL.",
"dependencies": [
{
"name": "seal",
"features": [
"hexl",
"no-throw-tran"
],
"platform": "x64"
}
]
},
"log4cplus": {
"description": "Use log4cplus for logging.",
"dependencies": [
"log4cplus"
]
},
"zeromq": {
"description": "Use ZeroMQ for networking.",
"dependencies": [
"cppzmq"
]
}
}
}