mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 00:29:01 +08:00
18 lines
615 B
JSON
18 lines
615 B
JSON
{
|
|
"name": "casadi",
|
|
"version": "3.6.7",
|
|
"description": "CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.",
|
|
"homepage": "http://casadi.org",
|
|
"license": "LGPL-3.0-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|