vcpkg/ports/blake3/vcpkg.json
2024-02-13 21:59:48 -08:00

19 lines
368 B
JSON

{
"name": "blake3",
"version": "1.5.0",
"port-version": 1,
"description": "BLAKE3 cryptographic hash function.",
"homepage": "https://github.com/BLAKE3-team/BLAKE3",
"license": "CC0-1.0 OR Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}