2021-02-09 10:18:42 +08:00
|
|
|
{
|
|
|
|
"name": "libftdi1",
|
|
|
|
"version": "1.5",
|
2024-09-13 10:28:25 +08:00
|
|
|
"port-version": 5,
|
2021-02-09 10:18:42 +08:00
|
|
|
"description": "FTDI USB driver with bitbang mode",
|
2024-09-13 10:28:25 +08:00
|
|
|
"homepage": "https://www.intra2net.com/en/developer/libftdi/",
|
|
|
|
"license": "LGPL-2.1-only AND MIT",
|
2021-02-09 10:18:42 +08:00
|
|
|
"dependencies": [
|
2024-09-13 10:28:25 +08:00
|
|
|
{
|
|
|
|
"name": "libusb",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-11-06 03:55:49 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-09-13 10:28:25 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cpp": {
|
|
|
|
"description": "C++ bindings",
|
|
|
|
"license": "GPL-2.0-only WITH eCos-exception-2.0",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-smart-ptr"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-02-09 10:18:42 +08:00
|
|
|
}
|