pineapple/externals/vcpkg/ports/span-lite/vcpkg.json
2022-07-23 03:01:36 +02:00

16 lines
362 B
JSON
Executable file

{
"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
}
]
}