mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 22:13:48 +08:00
3b4a4e4b5c
* [metrohash] support Android build * check ANDROID variable * exclude 'crc' sources that requires non-ARM intrinsic * rewrite CONTROL to vcpkg.json * [metrohash] update checksum and version JSON * [metrohash] apply PR feedback * [metrohash] enable sse4.2 for Clang compiler * [metrohash] fix wrong version string * [metrohash] fix wrong version string
9 lines
278 B
JSON
9 lines
278 B
JSON
{
|
|
"name": "metrohash",
|
|
"version-string": "1.1.3",
|
|
"port-version": 2,
|
|
"description": "MetroHash is a set of state-of-the-art hash functions for non-cryptographic use cases",
|
|
"homepage": "https://github.com/jandrewrogers/MetroHash",
|
|
"supports": "!(uwp | arm | x86)"
|
|
}
|