mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
19 lines
368 B
JSON
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
|
|
}
|
|
]
|
|
}
|