-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
86 lines (86 loc) · 3.07 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"indexVersion": 2.0,
"name": "main",
"url": "https://raw.githubusercontent.com/lcpluginmaker/repo-main/main/index.json",
"project": {
"description": "main repository, official plugins",
"maintainer": "alexcoder04",
"email": "[email protected]",
"homepage": "https://github.com/lcpluginmaker/repo-main",
"bugTracker": "https://github.com/lcpluginmaker/repo-main/issues"
},
"packageList": [
{
"name": "apkg",
"description": "advanced package manager",
"version": "2.0.0",
"os": "win64",
"lc": ["2.2.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/apkg/releases/download/v2.0.0/apkg-win64.lcp"
},
{
"name": "apkg",
"description": "advanced package manager",
"version": "2.0.0",
"os": "lnx64",
"lc": ["2.2.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/apkg/releases/download/v2.0.0/apkg-lnx64.lcp"
},
{
"name": "coreutils",
"description": "some basic unix coreutils",
"version": "0.3.0",
"os": "any",
"lc": ["2.1.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/coreutils/releases/download/v0.3.0/coreutils.lcp"
},
{
"name": "external",
"description": "support for go plugins, scripts and other binaries",
"version": "2.2.0",
"os": "any",
"lc": ["2.1.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/external/releases/download/v2.2.0/external.lcp"
},
{
"name": "file-manager",
"description": "TUI file manager (lf)",
"version": "0.1.0",
"os": "win64",
"lc": ["2.2.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/file-manager/releases/download/v0.1.0/file-manager-win64.lcp"
},
{
"name": "file-manager",
"description": "TUI file manager (lf)",
"version": "0.1.0",
"os": "lnx64",
"lc": ["2.2.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/file-manager/releases/download/v0.1.0/file-manager-lnx64.lcp"
},
{
"name": "downloader",
"description": "download files from their url",
"version": "0.0.1",
"os": "win64",
"lc": ["2.1.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/downloader/releases/download/v0.0.1/downloader-win64.lcp"
},
{
"name": "downloader",
"description": "download files from their url",
"version": "0.0.1",
"os": "lnx64",
"lc": ["2.1.0"],
"depends": [],
"url": "https://github.com/lcpluginmaker/downloader/releases/download/v0.0.1/downloader-lnx64.lcp"
}
]
}