-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
library.json
36 lines (36 loc) · 968 Bytes
/
library.json
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
35
36
{
"name": "LwPKT",
"version": "1.3.0",
"description": "Lightweight packet protocol library for communication implementation",
"keywords": "lwpkt, packet, protocol, manager, communication, com, lightweight, rs-485, rs-422, rs485, rs422, rs-232, rs232, uart, usart, lpuart",
"repository": {
"type": "git",
"url": "https://github.com/MaJerle/lwpkt.git"
},
"authors": [
{
"name": "Tilen Majerle",
"email": "tilen@majerle.eu",
"url": "https://majerle.eu"
}
],
"license": "MIT",
"homepage": "https://github.com/MaJerle/lwpkt",
"dependencies": {},
"frameworks": "*",
"platforms": "*",
"export": {
"exclude": [
".github",
"dev",
"docs",
"**/.vs",
"**/Debug",
"build",
"**/build"
]
},
"build": {
"includeDir": "lwpkt/src/include"
}
}