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
|
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "KiMesh",
"description": "A security mesh generator for KiCad",
"description_full": "This is the footprint package for the KiMesh security mesh generator.",
"identifier": "de.jaseg.kimesh.footprints",
"type": "library",
"author": {
"name": "jaseg",
"contact": {
"web": "https://jaseg.de/"
}
},
"license": "CERN-OHL",
"resources": {
"homepage": "https://jaseg.de/projects/kimesh",
"git": "https://git.jaseg.de/kimesh.git",
"issues": "https://github.com/jaseg/kimesh/issues"
},
"versions": [
{
"version": "1.0.1",
"status": "stable",
"kicad_version": "7.99"
}
]
}
|