vcpkg/ports/secp256k1/vcpkg.json
2022-07-18 13:16:51 -07:00

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"
}
}
}