aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblbfgs/vcpkg.json
blob: 8525cd588425829cf9bcb6e07ba231148e40d685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "liblbfgs",
  "version": "1.10",
  "port-version": 2,
  "description": "libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)",
  "homepage": "http://www.chokkan.org/software/liblbfgs/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}