mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:59:05 +08:00
0a5ffc6f56
Fixes #39327 Update port ring-span-lite to version 0.7.0. Note: no feature need to test.
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"name": "ring-span-lite",
|
|
"version": "0.7.0",
|
|
"description": "A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library",
|
|
"homepage": "https://github.com/martinmoene/ring-span-lite",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|