aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/levmar/vcpkg.json
blob: 217521f44a5f9a3ee4fa826702f16418c6158846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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
    }
  ]
}