mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:29:07 +08:00
f93ba152d5
* Fix possible conflicting license file * version * update license * format * version * UWP can't handle drivers * version
23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"name": "nrf-ble-driver",
|
|
"version": "4.1.2",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|