mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
e5cdefb70e
* [ports/randomstr] Init * `./vcpkg x-add-version --all --overwrite-version`
17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"name": "randomstr",
|
|
"version-date": "2022-02-03",
|
|
"description": "Simple randomstr function in a header-only C89 library",
|
|
"license": "0BSD",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|