vcpkg/ports/murmurhash/vcpkg.json
2023-10-02 21:10:39 -07:00

19 lines
368 B
JSON

{
"name": "murmurhash",
"version-date": "2016-01-09",
"port-version": 7,
"description": "MurmurHash a family of hash functions.",
"homepage": "https://github.com/aappleby/smhasher",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}