vcpkg/ports/metrohash/vcpkg.json
Park DongHa 8317bf972a
[metrohash] support iOS triplets (#16035)
* [metrohash] ignore arm

* this change will allow android/ios triplets

* [metrohash] update baseline

* [metrohash] check platform variables

* [metrohash] fix wrong git-tee
2021-02-08 17:54:38 -08:00

9 lines
278 B
JSON

{
"name": "metrohash",
"version-string": "1.1.3",
"port-version": 3,
"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)"
}