-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.lua
More file actions
73 lines (65 loc) · 1.82 KB
/
index.lua
File metadata and controls
73 lines (65 loc) · 1.82 KB
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
return {
spec = "allay/v1.0.0",
format = "allay",
name = "allaycc/extras",
description = "Curated CC: Tweaked libraries that aren't in unicornpkg-main. Add this source to extend allay's catalog with popular community libraries.",
homepage = "https://github.com/allaycc/extras",
packages = {
-- Graphics.
pine3d = {
version = "1.0.0",
description = "3D rendering engine. require('pine3d')",
},
isometrih = {
version = "main",
description = "Isometric rendering engine.",
},
pixelbox_lite = {
version = "master",
description = "Fast 2D teletext rendering library.",
},
pnglua = {
version = "master",
description = "PNG image decoder.",
},
-- Networking and security.
ecnet2 = {
version = "main",
description = "Secure encrypted rednet replacement. require('ecnet2')",
},
-- Generation and procedural.
acidity = {
version = "master",
description = "Procedural noise generation for terrain and effects.",
},
-- UI and tooling.
tamperer = {
version = "master",
description = "Settings menu library.",
},
-- Compression and archives.
luz = {
version = "master",
description = "Lightweight compression for Lua files.",
},
["cc-archive"] = {
version = "master",
description = "Archive formats: ar, tar, gzip, xz.",
},
-- Storage.
abstractInvLib = {
version = "master",
description = "Abstract inventory peripheral library.",
},
-- Economy / Krist shops.
msks = {
version = "main",
description = "Simple Krist shop, installs as /bin/msks.",
},
-- Developer tooling.
aua = {
version = "1.0.1",
description = "lua REPL with allay's package.path preset; run as /bin/aua.",
},
},
}