aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 7ebbbb635962f4966c4d8b36bf044761ed8430df (plain)
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
[submodule "lua"]
	path = lib/lua
	url = https://github.com/lua/lua.git
	shallow = true
[submodule "lib/libgit2"]
	path = lib/libgit2
	url = https://github.com/libgit2/libgit2.git
	branch = main
	shallow = true
[submodule "lib/zlib"]
	path = lib/zlib
	url = https://github.com/madler/zlib.git
	shallow = true
[submodule "lib/libzip"]
	path = lib/libzip
	url = https://github.com/nih-at/libzip.git
	shallow = true
[submodule "lib/mbedtls"]
	path = lib/mbedtls
	url = https://github.com/Mbed-TLS/mbedtls.git
	tag = mbedtls-2.28.3
	shallow = true
[submodule "lib/xz"]
	path = lib/xz
	url = https://github.com/tukaani-project/xz.git