vcpkg/ports/rhasheq/vcpkg.json

20 lines
434 B
JSON
Raw Normal View History

{
"name": "rhasheq",
"version-date": "2023-06-17",
"description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
"homepage": "https://github.com/offscale/rhasheq",
"license": "0BSD",
"dependencies": [
"c89stringutils",
"rhash",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}