mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:28:59 +08:00
18 lines
332 B
JSON
18 lines
332 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|