mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
621b7abe07
* [ports/keccak-tiny] New port * [ports/keccak-tiny] Resolve hand-lint from vcpkg team * [ports/keccak-tiny/portfile.cmake] Guard check linkage for Windows Co-authored-by: Kai Pastor <dg0yt@darc.de> * [versions/k-/keccak-tiny.json] `./vcpkg x-add-version --all --overwrite-version` --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"name": "keccak-tiny",
|
|
"version-date": "2014-09-08",
|
|
"description": "A tiny implementation of SHA-3, SHAKE, Keccak, and sha3sum",
|
|
"homepage": "https://github.com/coruus/keccak-tiny",
|
|
"license": "CC0-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|