aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-powerit/vcpkg.json
blob: 161117caf2237c53e13f78638b27bba061cbad85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ltla-powerit",
  "version": "2.0.1",
  "description": "Lightweight C++ library for power iterations",
  "homepage": "https://github.com/LTLA/powerit",
  "license": "MIT",
  "dependencies": [
    "ltla-aarand",
    "ltla-subpar",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}