-
Notifications
You must be signed in to change notification settings - Fork 35
/
.gitmodules
84 lines (84 loc) · 2.33 KB
/
.gitmodules
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
[submodule "FastLZ"]
path = FastLZ
url = https://github.com/ariya/FastLZ.git
[submodule "bzip2"]
path = bzip2
url = https://github.com/asimonov-im/bzip2.git
[submodule "libbsc"]
path = libbsc
url = https://github.com/IlyaGrebnov/libbsc.git
[submodule "lzham_codec_devel"]
path = lzham_codec_devel
url = https://github.com/richgel999/lzham_codec_devel.git
[submodule "ms-compress"]
path = ms-compress
url = https://github.com/coderforlife/ms-compress.git
[submodule "quicklz"]
path = quicklz
url = https://github.com/robottwo/quicklz.git
[submodule "zlib"]
path = zlib
url = https://github.com/madler/zlib.git
[submodule "zopfli"]
path = zopfli
url = https://github.com/google/zopfli.git
[submodule "zpaq"]
path = zpaq
url = https://github.com/zpaq/zpaq.git
[submodule "LZSSE"]
path = LZSSE
url = https://github.com/ConorStokes/LZSSE.git
[submodule "lzfse"]
path = lzfse
url = https://github.com/lzfse/lzfse.git
[submodule "lizard"]
path = lizard
url = https://github.com/inikep/lizard.git
[submodule "lz4"]
path = lz4
url = https://github.com/lz4/lz4
[submodule "snappy"]
path = snappy
url = https://github.com/google/snappy
[submodule "isa-l"]
path = isa-l
url = https://github.com/01org/isa-l
[submodule "libdeflate"]
path = libdeflate
url = https://github.com/ebiggers/libdeflate
[submodule "miniz"]
path = miniz
url = https://github.com/richgel999/miniz
[submodule "brotli"]
path = brotli
url = https://github.com/google/brotli.git
[submodule "fast-lzma2"]
path = fast-lzma2
url = https://github.com/conor42/fast-lzma2
[submodule "lzma"]
path = lzma
url = https://github.com/sisong/lzma
[submodule "lzsa"]
path = lzsa
url = https://github.com/emmanuel-marty/lzsa
[submodule "Turbo-Run-Length-Encoding"]
path = Turbo-Run-Length-Encoding
url = https://github.com/powturbo/Turbo-Run-Length-Encoding.git
[submodule "zstd"]
path = zstd
url = https://github.com/facebook/zstd.git
[submodule "bzip3"]
path = bzip3
url = https://github.com/kspalaiologos/bzip3
[submodule "Turbo-Range-Coder"]
path = Turbo-Range-Coder
url = https://github.com/powturbo/Turbo-Range-Coder.git
[submodule "lzo"]
path = lzo
url = https://github.com/nemequ/lzo.git
[submodule "zlib-ng"]
path = zlib-ng
url = https://github.com/zlib-ng/zlib-ng
[submodule "EC/sserangecoding"]
path = EC/sserangecoding
url = https://github.com/richgel999/sserangecoding.git