forked from cielavenir/p7zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1004 Bytes
/
.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
[submodule "Codecs/lz4"]
path = Codecs/lz4
url = https://github.com/lz4/lz4.git
[submodule "Codecs/zstd"]
path = Codecs/zstd
url = https://github.com/facebook/zstd.git
[submodule "Codecs/lz5"]
path = Codecs/lz5
url = https://github.com/inikep/lizard.git
[submodule "Codecs/lizard"]
path = Codecs/lizard
url = https://github.com/inikep/lizard.git
[submodule "Codecs/brotli"]
path = Codecs/brotli
url = https://github.com/google/brotli.git
[submodule "Codecs/zstdmt"]
path = Codecs/zstdmt
url = https://github.com/mcmilk/zstdmt.git
[submodule "Codecs/lzham_codec_devel"]
path = Codecs/lzham_codec_devel
url = https://github.com/richgel999/lzham_codec_devel.git
[submodule "Codecs/StormLib"]
path = Codecs/StormLib
url = https://github.com/ladislav-zezula/StormLib.git
[submodule "Codecs/fast-lzma2"]
path = Codecs/fast-lzma2
url = https://github.com/conor42/fast-lzma2.git
[submodule "p7zip_test_utils"]
path = p7zip_test_utils
url = https://github.com/jinfeihan57/p7zip_test_utils.git