vcpkg/ports/pbc/vcpkg.json
Lily Wang 13d7255093
[pbc] Add usage (#27049)
* [pbc] Add usage

* x-add-version

* fix

* x-add-version

* update config file

* update version
2023-06-12 15:07:05 -07:00

20 lines
427 B
JSON

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