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

25 lines
499 B
JSON
Raw Normal View History

{
"name": "aws-c-cal",
"version": "0.6.2",
2023-09-19 00:18:29 +08:00
"port-version": 1,
"description": "C99 wrapper for cryptography primitives.",
"homepage": "https://github.com/awslabs/aws-c-cal",
"license": "Apache-2.0",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"aws-c-common",
2023-09-19 00:18:29 +08:00
{
"name": "openssl",
"platform": "!windows & !osx"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}