pineapple/externals/vcpkg/ports/span-lite/vcpkg.json

17 lines
362 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "span-lite",
"version": "0.10.3",
"description": "A C++20-like span for C++98, C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/span-lite",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}