File: .gitmodules

package info (click to toggle)
lua-luv 1.51.0-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: ansic: 6,996; makefile: 74; sh: 33
file content (16 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[submodule "libuv"]
	path = deps/libuv
	url = https://github.com/libuv/libuv.git
	branch = v1.x
[submodule "luajit"]
	path = deps/luajit
	url = https://github.com/LuaJIT/LuaJIT.git
	branch = v2.1
[submodule "lua"]
	path = deps/lua
	url = https://github.com/lua/lua
	branch = v5.4
[submodule "lua-compat-5.3"]
	path = deps/lua-compat-5.3
	url = https://github.com/keplerproject/lua-compat-5.3.git
	branch = master