blob: e40b64d4fee44f528a97c86918956b6b664dc4c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "simpleble",
"version": "0.8.1",
"port-version": 1,
"description": "The ultimate fully-fledged cross-platform library and bindings for Bluetooth Low Energy (BLE).",
"homepage": "https://github.com/OpenBluetoothToolbox/SimpleBLE",
"license": "GPL-3.0",
"supports": "!android & !uwp",
"dependencies": [
{
"name": "dbus",
"platform": "linux"
},
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|