kicoil/metadata.json
2025-12-09 22:36:23 +01:00

23 lines
987 B
JSON

{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "KiCoil",
"description": "Planar inductor supporting spiral coils, toroidal coils, and hybrids",
"description_full": "KiCoil generates planar inductors as footprints. Currently, circular spiral and toroid inductors are supported. KiCoil supports arbitrary intermediates between spiral and toroid inductors. By playing around with this, you can create inductors that have lower parasitics and higher self-resonant frequency than standard multilayer spiral inductors.",
"identifier": "de.jaseg.kicoil",
"type": "plugin",
"author": {
"name": "jaseg",
"contact": {
"web": "https://jaseg.de/"
}
},
"license": "Apache-2.0",
"resources": {
"homepage": "https://jaseg.de/projects/kicoil",
"git": "https://git.jaseg.de/kicoil",
"issues": "https://codeberg.org/jaseg/kicoil/issues"
},
"versions": [
],
"runtime": "ipc"
}