mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:29:01 +08:00
17 lines
342 B
JSON
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
|
|
}
|
|
]
|
|
}
|