mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:18:59 +08:00
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"name": "nrf-ble-driver",
|
|
"version": "4.1.4",
|
|
"description": "BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.",
|
|
"homepage": "https://github.com/NordicSemiconductor/pc-ble-driver",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"asio",
|
|
"cli11",
|
|
"spdlog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|