aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wg21-linear-algebra/vcpkg.json
blob: 4379168ea059882fd66bfb556b352e438e9db51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "wg21-linear-algebra",
  "version": "0.7.3",
  "port-version": 1,
  "description": "A linear algebra proposal for the C++ standard library",
  "license": "NCSA",
  "dependencies": [
    "mdspan",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}