2020-07-31 13:57:28 +08:00
|
|
|
{
|
|
|
|
"name": "libmodbus",
|
2023-08-29 15:17:08 +08:00
|
|
|
"version": "3.1.10",
|
2020-07-31 13:57:28 +08:00
|
|
|
"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",
|
2022-12-14 11:34:17 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2023-03-08 06:14:52 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2020-07-31 13:57:28 +08:00
|
|
|
}
|