aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/open-dis-cpp/vcpkg.json
blob: e9469f2fc01fdf06d0e2f5b8215fea048d4015e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "open-dis-cpp",
  "version": "1.0.1",
  "description": [
    "DIS v6/v7 Library",
    "C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7"
  ],
  "homepage": "https://open-dis.org",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}