vcpkg/ports/aws-c-cal/vcpkg.json
2023-09-18 09:18:29 -07:00

25 lines
499 B
JSON

{
"name": "aws-c-cal",
"version": "0.6.2",
"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",
{
"name": "openssl",
"platform": "!windows & !osx"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}