-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
32 lines (32 loc) · 1.13 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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "x16expansion: CommanderX16 related symbols and footprints",
"description": "KiCad Symbol and Footprint Library for the various slots/ports of the CommanderX16",
"description_full": "You may need to manually update the library tables in the Library Manager to get the new symbols and footprints to show up.\n\nThis is a library of KiCad schematic symbols for the various expansion ports of the CommanderX16; not for making the ports but for making devices which interface with the port.",
"identifier": "com.github.jkominek.x16expansion",
"type": "library",
"author": {
"name": "Jay Kominek",
"contact": {
"web": "https://github.com/jkominek/"
}
},
"license": "CC0-1.0",
"resources": {
"github": "https://github.com/jkominek/x16expansion"
},
"tags": [
"symbols",
"footprints",
"x16",
"commanderx16",
"retro"
],
"versions": [
{
"version": "1.0.0",
"status": "stable",
"kicad_version": "8.0"
}
]
}