mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:40:48 +08:00
ee1531ce6c
* [ports/c89stringutils] Init * `./vcpkg x-add-version --all --overwrite-version` * [versions/c-/c89stringutils.json] Init
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "c89stringutils",
|
|
"version": "0.0.1",
|
|
"description": "string functions from newer standards / common non-standards for C89",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|