-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmeta_modules.json
More file actions
43 lines (43 loc) · 1.33 KB
/
meta_modules.json
File metadata and controls
43 lines (43 loc) · 1.33 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
[
{
"id": "hybrid_mount",
"name": "Hybrid Mount",
"description": "Next Generation Mounting Metamodule with OverlayFS and Magic Mount",
"author": "Hybrid Mount Developers",
"repoUrl": "https://github.com/Hybrid-Mount/meta-hybrid_mount",
"license": "GPL-3.0"
},
{
"id": "mountify",
"name": "Mountify",
"description": "Globally mounted modules via OverlayFS.",
"author": "xx, KOWX712",
"repoUrl": "https://github.com/backslashxx/mountify",
"license": "Unlicense"
},
{
"id": "meta-mm",
"name": "Meta Magic Mount",
"description": "An implementation of a metamodule using Magic Mount",
"author": "7a72",
"repoUrl": "https://github.com/KernelSU-Modules-Repo/meta-mm",
"license": "GPL-3.0"
},
{
"id": "magic_mount_rs",
"name": "Meta Magic Mount RS",
"description": "An implementation of a metamodule using Magic Mount (Rust)",
"author": "7a72, Tools-cx-app, YuzakiKokuban",
"repoUrl": "https://github.com/Tools-cx-app/meta-magic_mount-rs",
"license": "GPL-3.0",
"visibility": 1
},
{
"id": "meta-overlayfs",
"name": "Meta OverlayFS",
"description": "An implementation of a metamodule using OverlayFS",
"author": "KernelSU Developers",
"repoUrl": "https://github.com/KernelSU-Modules-Repo/meta-overlayfs",
"license": "GPL-3.0"
}
]