2022-10-20 05:16:59 +08:00
|
|
|
{
|
|
|
|
"name": "cserialport",
|
2023-03-20 14:19:15 +08:00
|
|
|
"version": "4.3.0",
|
2023-06-16 05:49:00 +08:00
|
|
|
"port-version": 1,
|
2022-11-11 00:52:14 +08:00
|
|
|
"description": "C++ lightweight cross-platform serial port library, also support C#, Java, Python, Node.js etc.",
|
2022-10-20 05:16:59 +08:00
|
|
|
"homepage": "https://github.com/itas109/CSerialPort",
|
|
|
|
"license": "LGPL-3.0-only",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2022-10-20 05:16:59 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|