vcpkg/ports/gsl-lite/vcpkg.json
Moritz Beutel 2a31089e77
[gsl-lite] Update to 0.39.0 (#20450)
* [gsl-lite] Update to 0.39.0, update portfile

* [gsl-lite] Update version registry
2021-10-01 17:07:45 -07:00

17 lines
389 B
JSON

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