-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
executable file
·32 lines (32 loc) · 944 Bytes
/
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": "meridi kicad library",
"description": "useful footprints, schematic symbols, et cetera",
"description_full": "for my projects mostly. non-production use only",
"identifier": "com.github.calithameridi.meridi-kicad-library",
"type": "library",
"author": {
"name": "meridi",
"contact": {
"web": "https://example.com"
}
},
"maintainer": {
"name": "meridi",
"contact": {
"web": "https://example.com"
}
},
"license": "CC-BY-NC",
"resources": {
"homepage": "https://github.com/calithameridi"
},
"versions": [
{
"version": "0.0.1",
"status": "development",
"kicad_version": "8",
"download_url": "https://github.com/calithameridi/meridi-kicad-library/archive/refs/heads/master.zip"
}
]
}