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