vcpkg/ports/levmar/vcpkg.json

15 lines
329 B
JSON
Raw Normal View History

{
"name": "levmar",
"version": "2.6",
"port-version": 2,
"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
}
]
}