mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 19:19:01 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"name": "libmodbus",
|
|
"version": "3.1.6",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|