vcpkg/ports/murmur3/vcpkg.json
2023-10-12 20:55:10 -07:00

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
}
]
}