blob: 81a2d445baf7cd3f25a12b87082fb4389f40fc2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "gsl-lite",
"version": "0.39.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
}
]
}
|