mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"name": "libmodbus",
|
|
"version": "3.1.10",
|
|
"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-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|