mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
8b4801fb4a
* [apsi] Update to 0.11.0 * version * Restore patch to avoid baseline regressions in the future * version * Fix patch * version * update patch * Fix quoting issue * version * Fix x86 build * version
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"name": "apsi",
|
|
"version-semver": "0.11.0",
|
|
"description": "APSI is a research library for asymmetric private set intersection.",
|
|
"homepage": "https://github.com/microsoft/APSI",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"flatbuffers",
|
|
"jsoncpp",
|
|
"kuku",
|
|
{
|
|
"name": "seal",
|
|
"default-features": false,
|
|
"features": [
|
|
"ms-gsl",
|
|
"no-throw-tran",
|
|
"zstd"
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
],
|
|
"platform": "x64"
|
|
}
|
|
]
|
|
},
|
|
"log4cplus": {
|
|
"description": "Use log4cplus for logging.",
|
|
"dependencies": [
|
|
"log4cplus"
|
|
]
|
|
},
|
|
"zeromq": {
|
|
"description": "Use ZeroMQ for networking.",
|
|
"dependencies": [
|
|
"cppzmq",
|
|
"zeromq"
|
|
]
|
|
}
|
|
}
|
|
}
|