vcpkg/ports/libmodbus/vcpkg.json
JulZimmermann 4eb71afc7a
[libmodbus] set license (#28255)
* set license for libmodbus

* run x-add-version

Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:34:17 -08:00

10 lines
307 B
JSON

{
"name": "libmodbus",
"version": "3.1.6",
"port-version": 3,
"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"
}