mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +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
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "c89stringutils",
|
|
"version": "0.0.2",
|
|
"description": "string functions from newer standards / common non-standards for C89",
|
|
"homepage": "https://github.com/offscale/c89stringutils",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|