forked from luvit/luvit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
32 lines (32 loc) · 845 Bytes
/
.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
[submodule "deps/http-parser"]
path = deps/http-parser
url = https://github.com/joyent/http-parser.git
ignore = dirty
[submodule "deps/uv"]
path = deps/uv
url = https://github.com/joyent/libuv.git
ignore = dirty
[submodule "deps/luajit"]
path = deps/luajit
url = http://luajit.org/git/luajit-2.0.git
ignore = dirty
[submodule "deps/yajl"]
path = deps/yajl
url = https://github.com/lloyd/yajl.git
ignore = dirty
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/luvit/zlib.git
ignore = dirty
[submodule "deps/openssl"]
path = deps/openssl
url = https://github.com/luvit/openssl.git
ignore = dirty
[submodule "deps/luacrypto"]
path = deps/luacrypto
url = http://github.com/luvit/luacrypto
ignore = dirty
[submodule "tools/gyp"]
path = tools/gyp
url = https://github.com/luvit/gyp.git
ignore = dirty