mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:41:18 +08:00
28effe75c4
* c89stringutils remove flags * v db * remove code * v db
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "c89stringutils",
|
|
"version": "0.0.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|