vcpkg/ports/apsi/vcpkg.json
Billy O'Neal c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00

59 lines
1.1 KiB
JSON

{
"name": "apsi",
"version-semver": "0.7.0",
"port-version": 1,
"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"
]
}
}
}