vcpkg/ports/proxsuite/vcpkg.json
Andrew Kornilov 915077e26e
[proxsuite] add new port (#34722)
* [proxsuite] add new port

* [proxsuite] update version
2023-10-26 16:47:24 -07:00

19 lines
369 B
JSON

{
"name": "proxsuite",
"version": "0.5.0",
"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
}
]
}