vcpkg/ports/xxhash/vcpkg.json
Rémy Tassoux e1918707c3
[xxhash] Update to 0.8.1 (#21761)
* [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>
2021-12-01 19:22:09 -08:00

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"
}
}
}