mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:09:00 +08:00
915077e26e
* [proxsuite] add new port * [proxsuite] update version
19 lines
369 B
JSON
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
|
|
}
|
|
]
|
|
}
|