2020-07-31 13:57:28 +08:00
|
|
|
{
|
|
|
|
"name": "libmodbus",
|
2022-01-26 02:31:15 +08:00
|
|
|
"version": "3.1.6",
|
2023-03-08 06:14:52 +08:00
|
|
|
"port-version": 4,
|
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-03-08 06:14:52 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2020-07-31 13:57:28 +08:00
|
|
|
}
|