aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gsl/vcpkg.json
blob: 346be0afb64b722d4dc84577ed93eba0b71a442f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "gsl",
  "version": "2.8",
  "port-version": 2,
  "description": "The GNU Scientific Library is a numerical library for C and C++ programmers",
  "homepage": "https://www.gnu.org/software/gsl/",
  "license": "GPL-3.0-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}