22 lines
411 B
JSON
Executable file
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"
|
|
}
|
|
}
|
|
}
|