mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
24f83d5783
* [ports/c89stringutils] Init * `./vcpkg x-add-version --all --overwrite-version` * [versions/c-/c89stringutils.json] Init * [ports/rhasheq] Init * [versions/r-/rhasheq.json] ./vcpkg x-add-version --all --overwrite-version * [ports/rhasheq/vcpkg.json] Added c89stringutils port as dependency * [versions/r-/rhasheq.json] `./vcpkg x-add-version --all --overwrite-version`
20 lines
393 B
JSON
20 lines
393 B
JSON
{
|
|
"name": "rhasheq",
|
|
"version": "0.0.1",
|
|
"description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
|
|
"license": "0BSD",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"c89stringutils",
|
|
"rhash",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|