mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
19 lines
382 B
JSON
19 lines
382 B
JSON
|
{
|
||
|
"name": "libaes-siv",
|
||
|
"version-date": "2020-10-15",
|
||
|
"description": "An RFC5297-compliant C implementation of AES-SIV.",
|
||
|
"homepage": "https://github.com/dfoxfranke/libaes_siv",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|