yuzu/externals/vcpkg/ports/aws-c-cal/vcpkg.json

20 lines
399 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "aws-c-cal",
"version": "0.5.12",
"port-version": 2,
"description": "C99 wrapper for cryptography primitives.",
"homepage": "https://github.com/awslabs/aws-c-cal",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"aws-c-common",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}