aboutsummaryrefslogtreecommitdiff
path: root/ports/ampl-mp/vcpkg.json
blob: 8e97a5ce05982a0069bd39593076778516862852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ampl-mp",
  "version-string": "2020-11-11",
  "port-version": 1,
  "description": "An open-source library for mathematical programming",
  "homepage": "https://github.com/ampl/mp",
  "supports": "!uwp",
  "dependencies": [
    "ampl-asl",
    {
      "name": "ampl-mp",
      "host": true
    }
  ]
}