diff options
Diffstat (limited to 'vcpkg/ports/libmodbus/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmodbus/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libmodbus/vcpkg.json b/vcpkg/ports/libmodbus/vcpkg.json new file mode 100644 index 0000000..2dbc876 --- /dev/null +++ b/vcpkg/ports/libmodbus/vcpkg.json @@ -0,0 +1,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 + } + ] +} |