aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/comms-ublox/vcpkg.json
blob: 4b6fd80b6717f73748f753c0c723d6b63b32728a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "comms-ublox",
  "version-semver": "1.0.0",
  "description": "UBLOX (UBX) protocol definition, generated out of cc.ublox.commsdsl",
  "homepage": "https://commschamp.github.io/",
  "documentation": "https://github.com/commschamp/cc.ublox.generated",
  "license": null,
  "dependencies": [
    "comms",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}