vcpkg/ports/c89stringutils/vcpkg.json

18 lines
389 B
JSON
Raw Normal View History

{
"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
}
]
}