Initial commit
This commit is contained in:
Executable
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"packages": [
|
||||
{
|
||||
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||
"author": {
|
||||
"contact": {
|
||||
"mail": "tieutuanbao@gmail.com"
|
||||
},
|
||||
"name": "BitsCat"
|
||||
},
|
||||
"description": "BitsCat Kicad library",
|
||||
"description_full": "This package contains footprints, symbols, 3dmodels, ...\n",
|
||||
"identifier": "git.bitscat-kicad-library",
|
||||
"license": "MIT",
|
||||
"name": "BitsCat Kicad Library",
|
||||
"resources": {
|
||||
"Github": "https://git.bitscat.vn/Kicad/kicad-libraries"
|
||||
},
|
||||
"tags": [
|
||||
"footprint",
|
||||
"library",
|
||||
"models"
|
||||
],
|
||||
"type": "library",
|
||||
"versions": [
|
||||
{
|
||||
"kicad_version": "9.0",
|
||||
"status": "stable",
|
||||
"version": "1.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Executable
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://gitlab.com/kicad/code/kicad/-/raw/master/kicad/pcm/schemas/pcm.v1.schema.json#/definitions/Repository",
|
||||
"maintainer": {
|
||||
"contact": {
|
||||
"mail": "tieutuanbao@gmail.com"
|
||||
},
|
||||
"name": "BitsCat"
|
||||
},
|
||||
"name": "BitsCat KiCad repository",
|
||||
"packages": {
|
||||
"update_timestamp": 1780390061,
|
||||
"url": "https://git.bitscat.vn/Kicad/kicad-repository/raw/branch/main/packages.json"
|
||||
},
|
||||
"resources": {
|
||||
"url": "https://git.bitscat.vn/Kicad/kicad-repository/raw/branch/main/resources.zip",
|
||||
"update_timestamp": 1780390061
|
||||
}
|
||||
}
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user