mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
13d7255093
* [pbc] Add usage * x-add-version * fix * x-add-version * update config file * update version
20 lines
427 B
JSON
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"
|
|
}
|
|
]
|
|
}
|