vcpkg/ports/gsl/vcpkg.json
مهدي شينون (Mehdi Chinoune) b69d6a2d0c
[gsl] update to 2.7.1 (#21809)
2021-12-02 19:53:42 -08:00

17 lines
342 B
JSON

{
"name": "gsl",
"version": "2.7.1",
"description": "The GNU Scientific Library is a numerical library for C and C++ programmers",
"homepage": "https://www.gnu.org/software/gsl/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}