vcpkg/ports/blake3/vcpkg.json

14 lines
279 B
JSON
Raw Normal View History

{
"name": "blake3",
"version": "1.3.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
}
]
}