-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 930 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 930 Bytes
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 "deps/lua-openssl"]
path = deps/lua-openssl
url = https://github.com/zhaozg/lua-openssl.git
[submodule "deps/luv"]
path = deps/luv
url = https://github.com/luvit/luv.git
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
[submodule "deps/lua-zlib"]
path = deps/lua-zlib
url = https://github.com/brimworks/lua-zlib.git
[submodule "deps/lrexlib"]
path = deps/lrexlib
url = https://github.com/rrthomas/lrexlib.git
[submodule "deps/lpeg"]
path = deps/lpeg
url = https://github.com/evo-lua/lpeg-compat-52
[submodule "deps/llhttp"]
path = deps/llhttp
url = https://github.com/nodejs/llhttp
[submodule "deps/openssl"]
path = deps/openssl
url = https://github.com/openssl/openssl.git
[submodule "deps/pcre2"]
path = deps/pcre2
url = https://github.com/PCRE2Project/pcre2.git
[submodule "deps/cparser"]
path = deps/cparser
url = https://github.com/facebookresearch/CParser.git