Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
}
}
}