mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 18:09:06 +08:00
08d69d5e5b
* [blake3] Update port to use official buildsystem * [blake3] Add version to database * [blake3] Force correct filenames * [blake3] Add version to database * [blake3] Backport DSO/DLL support * [blake3] Add version to database
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "blake3",
|
|
"version": "1.3.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|