mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "string-view-lite",
|
|
"version": "1.8.0",
|
|
"port-version": 1,
|
|
"description": "A C++17-like string_view for C++98, C++11 and later in a single-file header-only library",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|