aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdbindings/vcpkg.json
blob: 8465cf21e81a677e4570f31b35a988ab2d6d804d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "kdbindings",
  "version": "1.1.0",
  "description": "Reactive programming & data binding in C++",
  "homepage": "https://github.com/KDAB/KDBindings",
  "license": "MIT OR BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}