pineapple/externals/vcpkg/ports/xxhash/vcpkg.json
2022-07-23 03:01:36 +02:00

22 lines
411 B
JSON
Executable file

{
"name": "xxhash",
"version": "0.8.1",
"port-version": 1,
"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"
}
}
}