-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
43 lines (43 loc) · 1.27 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
38
39
40
41
42
43
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "impart GUI for KiCad",
"description": "Import library files from Octopart, Samacsys, Ultralibrarian, Snapeda and EasyEDA",
"description_full": "Import library files from Octopart, Samacsys, Ultralibrarian, Snapeda and EasyEDA.\n For usage and correct setup please read the Readme: \n https://github.com/Steffen-W/Import-LIB-KiCad-Plugin#use-of-the-application",
"identifier": "com.github.Steffen-W.impartGUI",
"type": "plugin",
"author": {
"name": "Steffen Wittemeier",
"contact": {
"github": "https://github.com/Steffen-W"
}
},
"maintainer": {
"name": "Steffen Wittemeier",
"contact": {
"github": "https://github.com/Steffen-W"
}
},
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/Steffen-W/Import-LIB-KiCad-Plugin"
},
"tags": [
"import",
"library",
"octopart",
"samacsys",
"ultralibrarian",
"snapeda",
"easyeda"
],
"keep_on_update": [
".*/config.ini"
],
"versions": [
{
"version": "2024.00.00",
"status": "stable",
"kicad_version": "8.00"
}
]
}