aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ade/vcpkg.json
blob: 1cf88db93ada8c35a2c9587f1c243698884867d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ade",
  "version-string": "0.1.2e",
  "description": "ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}