vcpkg/ports/string-view-lite/vcpkg.json
xiaozhuai, Weihang Ding 9c4a648392
[string-view-lite] Modernization (#29313)
* [string-view-lite] Modernization

* update version database

* apply suggestion

* update version database

* CRLF -> LF

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 13:50:53 -08:00

18 lines
362 B
JSON

{
"name": "string-view-lite",
"version": "1.7.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
}
]
}