mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 01:18:24 -05:00
19 lines
402 B
JSON
Executable File
19 lines
402 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|