forked from includeos/IncludeOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (27 loc) · 900 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
[submodule "mod/GSL"]
path = mod/GSL
url = https://github.com/Microsoft/GSL.git
[submodule "test/lest"]
path = test/lest
url = https://github.com/martinmoene/lest.git
[submodule "mod/http-parser"]
path = mod/http-parser
url = https://github.com/nodejs/http-parser.git
[submodule "mod/uzlib"]
path = mod/uzlib
url = https://github.com/AnnikaH/uzlib.git
[submodule "mod/rapidjson"]
path = mod/rapidjson
url = https://github.com/miloyip/rapidjson.git
[submodule "examples/SQlite/sqlite3_amalgamation"]
path = examples/SQlite/sqlite3_amalgamation
url = https://github.com/fwsGonzo/sqlite3_amalgamation.git
[submodule "examples/SQlite/libsl3"]
path = examples/SQlite/libsl3
url = https://github.com/fwsGonzo/libsl3.git
[submodule "lib/protobuf"]
path = lib/protobuf
url = https://github.com/google/protobuf.git
[submodule "NaCl"]
path = NaCl
url = https://github.com/includeos/NaCl.git