aboutsummaryrefslogtreecommitdiff
path: root/ports/rappture/vcpkg.json
blob: 68a1a5efa9467fbe5891bdd5b528dc337d30000b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rappture",
  "version": "1.9",
  "port-version": 1,
  "description": "Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.",
  "dependencies": [
    "expat",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}