vcpkg/ports/pbc/vcpkg.json
Billy O'Neal 9fb2ecfd33
[pbc] Remove vcpkg_fail_port_install. (#22757)
The support expression was missing the arm block, but there was no ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 12:46:21 -08:00

19 lines
402 B
JSON

{
"name": "pbc",
"version": "0.5.14",
"port-version": 6,
"description": "Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems.",
"homepage": "https://crypto.stanford.edu/pbc",
"supports": "!uwp & !arm",
"dependencies": [
{
"name": "gmp",
"platform": "!windows"
},
{
"name": "mpir",
"platform": "windows"
}
]
}