forked from ghewgill/neon-lang
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
44 lines (44 loc) · 1.17 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 "lib/sdl"]
path = lib/sdl
url = https://github.com/ghewgill/neon-sdl
ignore = untracked
[submodule "lib/zeromq"]
path = lib/zeromq
url = https://github.com/ghewgill/neon-zeromq
ignore = untracked
[submodule "lib/sodium"]
path = lib/sodium
url = https://github.com/ghewgill/neon-sodium
ignore = untracked
[submodule "lib/crypto"]
path = lib/crypto
url = https://github.com/ghewgill/neon-crypto
ignore = untracked
[submodule "lib/curses"]
path = lib/curses
url = https://github.com/ghewgill/neon-curses
ignore = untracked
[submodule "lib/easysid"]
path = lib/easysid
url = https://github.com/ghewgill/neon-easysid
ignore = untracked
[submodule "lib/hash"]
path = lib/hash
url = https://github.com/ghewgill/neon-hash
ignore = untracked
[submodule "lib/regex"]
path = lib/regex
url = https://github.com/ghewgill/neon-regex
ignore = untracked
[submodule "lib/fltk"]
path = lib/fltk
url = https://github.com/ghewgill/neon-fltk
ignore = untracked
[submodule "lib/http"]
path = lib/http
url = https://github.com/ghewgill/neon-http
ignore = untracked
[submodule "lib/compress"]
path = lib/compress
url = https://github.com/ghewgill/neon-compress
ignore = untracked