-
Notifications
You must be signed in to change notification settings - Fork 351
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "thread_manager",
"description": "RT-Thread thread manager: task registry, message dispatch, manager thread, optional system-ready sync",
"description_zh": "RT-Thread 线程管理器:任务注册表、消息分发、管理线程、可选的系统就绪同步",
"enable": "PKG_USING_THREAD_MANAGER",
"keywords": [
"thread",
"manager",
],
"category": "system",
"author": {
"name": "John.liu",
"email": "450547566@qq.com",
"github": "https://github.com/Bluetooth-BLE"
},
"license": "Apache-2.0",
"repository": "https://github.com/Bluetooth-BLE/thread_manager",
"icon": "unknown",
"homepage": "https://github.com/Bluetooth-BLE/thread_manager#readme",
"doc": "unknown",
"site": [
{
"version": "v1.0.0",
"URL": "https://thread_manager-1.0.0.zip",
"filename": "thread_manager-1.0.0.zip"
},
{
"version": "latest",
"URL": "https://github.com/Bluetooth-BLE/thread_manager.git",
"filename": "",
"VER_SHA": "main"
}
]
}