mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
18 lines
378 B
JSON
18 lines
378 B
JSON
|
{
|
||
|
"name": "str-view",
|
||
|
"version": "0.3.11",
|
||
|
"description": "A simple, robust, and convenient library for read-only string handling in C.",
|
||
|
"homepage": "https://github.com/agl-alexglopez/str_view",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|