aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmodbus/vcpkg.json
blob: 2dbc876865d3ef5057c830ec018967c70b02f19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "libmodbus",
  "version": "3.1.11",
  "description": "libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol",
  "homepage": "https://github.com/stephane/libmodbus",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}