mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 03:38:24 -05:00
20 lines
453 B
JSON
20 lines
453 B
JSON
|
{
|
||
|
"name": "aws-checksums",
|
||
|
"version": "0.1.11",
|
||
|
"port-version": 3,
|
||
|
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
|
||
|
"homepage": "https://github.com/awslabs/aws-checksums",
|
||
|
"supports": "!(windows & arm)",
|
||
|
"dependencies": [
|
||
|
"aws-c-common",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|