mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:39:00 +08:00
0c5939ea29
* update to v0.8.1 and fix supports * skip x86-windows and arm64-windows in ci.baseline * add x86-windows and arm64-windows supports * update * update Co-authored-by: Jonliu1993 <13720414433@163.com>
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"name": "apsi",
|
|
"version-semver": "0.8.2",
|
|
"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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|