mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 17:59:02 +08:00
e1918707c3
* [xxhash] Update to 0.8.1 * [xxhash] fix manifest formatting * [xxhash] Update version files * [xxhash] Fix wrong versioning scheme and remove redundant PREFER_NINJA argument * [xxhash] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
22 lines
390 B
JSON
22 lines
390 B
JSON
{
|
|
"name": "xxhash",
|
|
"version": "0.8.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"
|
|
}
|
|
}
|
|
}
|