forked from ernestrc/logd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
44 lines (44 loc) · 1.16 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[submodule "deps/lpeg"]
path = deps/lpeg
url = https://github.com/luvit/lpeg.git
ignore = dirty
[submodule "deps/lrexlib"]
path = deps/lrexlib
url = https://github.com/rrthomas/lrexlib.git
ignore = dirty
[submodule "deps/lua-openssl"]
path = deps/lua-openssl
url = https://github.com/zhaozg/lua-openssl.git
ignore = dirty
[submodule "deps/lua-zlib"]
path = deps/lua-zlib
url = https://github.com/brimworks/lua-zlib.git
ignore = dirty
[submodule "deps/luv"]
path = deps/luv
url = https://github.com/luvit/luv.git
ignore = dirty
[submodule "deps/pcre"]
path = deps/pcre
url = https://github.com/luvit/pcre.git
ignore = dirty
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/luvit/zlib.git
ignore = dirty
[submodule "deps/luajit"]
path = deps/luajit
url = https://github.com/LuaJIT/LuaJIT.git
ignore = dirty
[submodule "deps/slab"]
path = deps/slab
url = https://github.com/ernestrc/slab.git
ignore = dirty
[submodule "deps/openssl"]
path = deps/openssl
url = https://github.com/openssl/openssl.git
ignore = dirty
[submodule "test/lunit"]
path = test/lunit
url = https://github.com/dcurrie/lunit
ignore = dirty