19 lines
399 B
JSON
Executable file
19 lines
399 B
JSON
Executable file
{
|
|
"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
|
|
}
|
|
]
|
|
}
|