mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "murmur3",
|
|
"version-date": "2015-05-02",
|
|
"description": "Murmur3 hash in C",
|
|
"homepage": "https://github.com/PeterScott/murmur3",
|
|
"license": "CC0-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|