vcpkg/ports/crc32c/vcpkg.json
Aleksei Shpakovskii fbe824cb47
[crc32c] add license (#34516)
* [crc32c] add license

* Update version database
2023-11-08 10:10:24 -08:00

19 lines
397 B
JSON

{
"name": "crc32c",
"version": "1.1.2",
"port-version": 2,
"description": "CRC32C implementation with support for CPU-specific acceleration instructions.",
"homepage": "https://github.com/google/crc32c",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}