vcpkg/ports/rhash/vcpkg.json
2024-10-18 15:03:31 -07:00

19 lines
360 B
JSON

{
"name": "rhash",
"version": "1.4.5",
"description": "C library for computing a wide variety of hash sums",
"homepage": "https://github.com/rhash/RHash",
"license": "0BSD",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}