blob: ef53f820b48c16b0e85d71791253345991af9dac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[submodule "lua"]
path = lib/lua
url = https://github.com/lua/lua.git
[submodule "lib/libgit2"]
path = lib/libgit2
url = https://github.com/libgit2/libgit2.git
branch = main
[submodule "lib/zlib"]
path = lib/zlib
url = https://github.com/madler/zlib.git
[submodule "lib/libtar"]
path = lib/libtar
url = https://github.com/tklauser/libtar.git
[submodule "lib/libzip"]
path = lib/libzip
url = https://github.com/nih-at/libzip.git
|