mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:29:01 +08:00
06a42bb8ab
* [c89stringutils] Update to 0.0.2 * test UWP * [rhasheq] Update to latest commit * version * version * Use correct date * version * Add rhash patch * version * add find_dependency * version * remove custom find module * version
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|