aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gasol/vcpkg.json
blob: ad2c96493e850785be4474fb966cd0ea59870881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "gasol",
  "version-date": "2018-01-04",
  "port-version": 4,
  "description": "A general Genetic Algorithm Solver in C++",
  "homepage": "https://github.com/PytLab/GASol",
  "supports": "!uwp & !arm",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}