aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/proxsuite/vcpkg.json
blob: 84a9cc03b9b6466da66ff58e5e148569ca8fdd23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "proxsuite",
  "version": "0.6.7",
  "description": "The Advanced Proximal Optimization Toolbox",
  "homepage": "https://github.com/Simple-Robotics/proxsuite",
  "license": "BSD-2-Clause",
  "dependencies": [
    "eigen3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}