mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 11:44:46 -05:00
13 lines
286 B
JSON
Executable File
13 lines
286 B
JSON
Executable File
{
|
|
"name": "nrf-ble-driver",
|
|
"version-string": "4.1.2",
|
|
"port-version": 1,
|
|
"description": "BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.",
|
|
"dependencies": [
|
|
"asio",
|
|
"catch2",
|
|
"cli11",
|
|
"spdlog"
|
|
]
|
|
}
|