mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"name": "levmar",
|
|
"version": "2.6",
|
|
"port-version": 3,
|
|
"description": "Levenberg-Marquardt nonlinear least squares optimization algorithm",
|
|
"homepage": "http://users.ics.forth.gr/~lourakis/levmar/",
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|