vcpkg/ports/murmur3/vcpkg.json

18 lines
326 B
JSON
Raw Normal View History

2023-10-13 11:55:10 +08:00
{
"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
}
]
}