aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyproto/vcpkg.json
blob: 2a84f2f099696df372079431f0d7f77665cb0419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tinyproto",
  "version": "1.1.0",
  "description": "Tiny Software Protocol for communication over UART, SPI, etc",
  "homepage": "https://github.com/lexus2k/tinyproto",
  "license": "GPL-3.0-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}