mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-25 19:38:07 +11:00
Compare commits
No commits in common. "2f1144041b85535a776d377d2f0b55eb0a6fc0e5" and "f30cdef8c0275eb960f78f88cbdd118e400f54ad" have entirely different histories.
2f1144041b
...
f30cdef8c0
@ -223,6 +223,7 @@
|
||||
dependencies = {
|
||||
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
||||
},
|
||||
dependencies = {},
|
||||
name = "LZSS (Lempel–Ziv–Storer–Szymanski) Library",
|
||||
description = "Library providing LZSS compression and decompression, provided in oppm for convenience",
|
||||
authors = "Sebastian Steinhauer (kieselsteini)",
|
||||
@ -242,7 +243,7 @@
|
||||
["libmtar"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/libmtar.lua"] = "/lib",
|
||||
["https://git.shadowkat.net/izaya/OC-misc/src/branch/master/mtar/libmtar.lua"] = "/lib",
|
||||
},
|
||||
name = "MiniTel ARchive Library",
|
||||
description = "Library implementing a dumb-as-rocks archive format",
|
||||
@ -252,7 +253,7 @@
|
||||
["mtar"] = {
|
||||
files = {},
|
||||
dependencies = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/bin",
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/lib",
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/man/mtar"] = "/man",
|
||||
["libmtar"] = "",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user