vcpkg/ports/astr/vcpkg.json

18 lines
332 B
JSON
Raw Permalink Normal View History

{
"name": "astr",
"version": "0.2.1",
"description": "Compile-time array string header-only library.",
"homepage": "https://github.com/a4z/astr",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}