mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 04:18:25 -05:00
17 lines
389 B
JSON
17 lines
389 B
JSON
|
{
|
||
|
"name": "gsl-lite",
|
||
|
"version": "0.40.0",
|
||
|
"description": "A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.",
|
||
|
"homepage": "https://github.com/gsl-lite/gsl-lite/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|