aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: e843246d2c36fa369fb9156cc42659edb79b5aea (plain) (blame)
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
# [submodule "src/deps/zig-clap"]
# 	path = src/deps/zig-clap
# 	url = https://github.com/Hejsil/zig-clap
[submodule "src/deps/picohttpparser"]
	path = src/deps/picohttpparser
	url = https://github.com/h2o/picohttpparser.git
	ignore = dirty
[submodule "src/javascript/jsc/WebKit"]
	path = src/javascript/jsc/WebKit
	url = https://github.com/Jarred-Sumner/WebKit.git
	ignore = dirty
[submodule "src/deps/mimalloc"]
	path = src/deps/mimalloc
	url = https://github.com/microsoft/mimalloc.git
	ignore = dirty
[submodule "src/deps/zlib"]
	path = src/deps/zlib
	url = https://github.com/cloudflare/zlib.git
	ignore = dirty
[submodule "src/deps/libarchive"]
	path = src/deps/libarchive
	url = https://github.com/libarchive/libarchive.git
	ignore = dirty
[submodule "src/deps/s2n-tls"]
	path = src/deps/s2n-tls
	url = https://github.com/Jarred-Sumner/s2n-tls
	ignore = dirty