-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
37 lines (37 loc) · 1.18 KB
/
metadata.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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "openinput library",
"description": "Kicad symbol and footprint library for input device related components.",
"description_full": "This package contains footprints and symbols for input device related components like optical tracking sensors and switches.",
"identifier": "com.github.openinput-fw.openinput-kicad-library",
"type": "library",
"author": {
"name": "Rafael Silva (perigoso)",
"contact": {
"email": "perigoso@riseup.net"
}
},
"license": "CC-BY-4.0",
"resources": {
"donate": "https://opencollective.com/openinput",
"github": "https://github.com/openinput-fw/openinput-kicad-library"
},
"tags": [
"footprint",
"library",
"mouse",
"gaming",
"optical",
"tracking",
"sensor",
"input-device"
],
"versions": [
{
"version": "0.3",
"status": "testing",
"kicad_version": "6.0",
"download_url": "https://github.com/openinput-fw/openinput-kicad-library/releases/download/v0.3/openinput-kicad-library.zip"
}
]
}