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
|
{
"plugins": [
{
"id": "plugin_manager",
"version": "0.1",
"description": "A GUI interface to the Adam's lite plugin manager.",
"path": "plugins/plugin_manager",
"mod_version": 3,
"provides": [
"plugin-manager"
],
"files": [
{
"url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux",
"arch": "x86_64-linux",
"checksum": "SKIP"
},
{
"url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-windows.exe",
"arch": "x86_64-windows",
"checksum": "SKIP"
},
{
"url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-darwin",
"arch": "x86_64-darwin",
"checksum": "SKIP"
}
],
"dependencies": {
"json": {}
}
},
{
"id": "json",
"version": "1.0",
"description": "JSON support plugin, provides encoding/decoding.",
"type": "library",
"path": "plugins/json.lua",
"provides": [
"json"
]
}
],
"lite-xls": [
{
"version": "2.1-simplified",
"mod_version": 3,
"files": [
{
"arch": "x86_64-linux",
"url": "https://github.com/adamharrison/lite-xl-simplified/releases/download/v2.1/lite-xl-2.1.0-simplified-x86_64-linux.tar.gz",
"checksum": "b5087bd03fb491c9424485ba5cb16fe3bb0a6473fdc801704e43f82cdf960448"
},
{
"arch": "x86_64-windows",
"url": "https://github.com/adamharrison/lite-xl-simplified/releases/download/v2.1/lite-xl-2.1.0-simplified-x86_64-windows.zip",
"checksum": "f12cc1c172299dd25575ae1b7473599a21431f9c4e14e73b271ff1429913275d"
}
]
},
{
"version": "2.1-simplified-enhanced",
"mod_version": 3,
"files": [
{
"arch": "x86_64-linux",
"url": "https://github.com/adamharrison/lite-xl-simplified/releases/download/v2.1/lite-xl-2.1.0-simplified-x86_64-linux-enhanced.tar.gz",
"checksum": "4625c7aac70a2834ef5ce5ba501af2d72d203441303e56147dcf8bcc4b889e40"
},
{
"arch": "x86_64-windows",
"url": "https://github.com/adamharrison/lite-xl-simplified/releases/download/v2.1/lite-xl-2.1.0-simplified-x86_64-windows-enhanced.zip",
"checksum": "5ac009e3d5a5c99ca7fbd4f6b5bd4e25612909bf59c0925eddb41fe294ce28a4"
}
]
}
],
"remotes": [
"https://github.com/lite-xl/lite-xl-plugins.git:master"
]
}
|