mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
27 lines
518 B
JSON
27 lines
518 B
JSON
{
|
|
"name": "secp256k1",
|
|
"version-date": "2022-07-11",
|
|
"port-version": 1,
|
|
"description": "Optimized C library for EC operations on curve",
|
|
"homepage": "https://github.com/bitcoin-core/secp256k1",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"examples": {
|
|
"description": "Build examples"
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|