forked from openmrn/OpenMRNLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
46 lines (45 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name":"OpenMRNLite",
"description":"OpenMRN (Open Model Railroad Network) is a set of software libraries that are designed to make it easier to implement support for the NMRA's LCC (Layout Command Control) bus.",
"keywords":"openlcb,lcc",
"authors": [
{
"name":"Stuart Baker"
},
{
"name":"Mike Dunston",
"email": "[email protected]",
"maintainer": true
},
{
"name":"Balazs Racz",
"email": "[email protected]",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/openmrn/OpenMRNLite"
},
"version": "1.0.3",
"license": "BSD-2-Clause",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"srcFilter" : [
"-<.git/>",
"-<examples/>",
"+<*>",
"+<dcc/*>",
"+<executor/*>",
"+<freertos/*>",
"+<freertos_drivers/*>",
"+<openlcb/*>",
"+<os/*>",
"+<sys/*>",
"+<utils/*>"
],
"libArchive" : true,
"libLDFMode" : "chain+"
}
}