-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
31 lines (31 loc) · 932 Bytes
/
metadata.json
File metadata and controls
31 lines (31 loc) · 932 Bytes
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
{
"packages": [
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "BoxLib KiCAD Library",
"description": "BoxLib Custom Symbol and Footprint Library",
"description_full": "This package contains symbols and footprints for my custom PCB library.",
"identifier": "com.github.ericboxer.boxlib",
"type": "library",
"author": {
"name": "Eric Boxer",
"contact": {
"email": "eric@ericboxer.net"
}
},
"license": "MIT",
"resources": {
"Github": "https://https://github.com/ericboxer/KiCad---BoxLib"
},
"tags": ["footprint", "symbol", "unified"],
"versions": [
{
"version": "1.0",
"status": "testing",
"kicad_version": "6.0",
"download_url": "https://github.com/ericboxer/KiCad---BoxLib/releases/download/1.0dev1/boxlib-1.0.zip"
}
]
}
]
}