-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathlibrary.json
More file actions
40 lines (39 loc) · 884 Bytes
/
library.json
File metadata and controls
40 lines (39 loc) · 884 Bytes
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
{
"name":"LocoNet2",
"description":"This library allows you to interface to a LocoNet network and send/receive LocoNet commands.",
"keywords":"loconet",
"authors": [
{
"name":"Alex Shepherd"
},
{
"name":"John Plocher"
},
{
"name":"Damian Philipp"
},
{
"name":"Tom Knox"
},
{
"name":"Jeffrey Marten Gillmor"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mrrwa/LocoNet2"
},
"version": "2.2.2",
"license": "GPL-2.0-or-later",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"srcFilter" : [
"-<.git/>",
"-<examples/>",
"+<*>"
],
"libArchive" : true,
"libLDFMode" : "chain+"
}
}