mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 14:19:07 +08:00
89f1b227fe
* Update string-view-lite to 1.7.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "string-view-lite",
|
|
"version": "1.7.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|