vcpkg/ports/rhash/vcpkg.json
2023-10-02 17:27:03 -07:00

19 lines
360 B
JSON

{
"name": "rhash",
"version": "1.4.4",
"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
}
]
}