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
|
{
"$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.0",
"status": "stable",
"kicad_version": "7.99",
"download_sha256": "e0c1a2752090def465afa6f6c38baeb74a6544e79e87de3019087c41a3f2790e",
"download_size": 822342,
"download_url": "https://git.jaseg.de/kimesh.git/plain/de.jaseg.kimesh.footprints-v1.0.0.zip?h=v1.0.0",
"install_size": 4803868
}
]
}
|