vcpkg/ports/xxhash/vcpkg.json
2023-07-24 10:57:01 -07:00

22 lines
390 B
JSON

{
"name": "xxhash",
"version": "0.8.2",
"description": "Extremely fast hash algorithm",
"homepage": "https://github.com/Cyan4973/xxHash",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"xxhsum": {
"description": "Build the xxhsum binary"
}
}
}