aboutsummaryrefslogtreecommitdiff
path: root/ports/gsl/vcpkg.json
blob: e09fe1f11bedb26712703953628ce2ce9e4ec231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "gsl",
  "version": "2.7",
  "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
    }
  ]
}