-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
54 lines (53 loc) · 1.72 KB
/
.gitmodules
File metadata and controls
54 lines (53 loc) · 1.72 KB
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
45
46
47
48
49
50
51
52
53
54
[submodule "submodules/yas"]
path = submodules/yas
url = https://github.com/edwardbr/yas.git
[submodule "submodules/fmt"]
path = submodules/fmt
url = https://github.com/edwardbr/fmt.git
[submodule "submodules/idlparser"]
path = submodules/idlparser
url = https://github.com/edwardbr/idlparser.git
[submodule "submodules/googletest"]
path = submodules/googletest
url = https://github.com/google/googletest.git
update = none
[submodule "submodules/spdlog"]
path = submodules/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "submodules/args"]
path = submodules/args
url = https://github.com/edwardbr/args.git
[submodule "submodules/libcoro_for_enclaves"]
path = submodules/libcoro_for_enclaves
url = https://github.com/edwardbr/libcoro.git
update = none
[submodule "submodules/libcoro"]
path = submodules/libcoro
url = https://github.com/jbaldwin/libcoro.git
update = none
[submodule "submodules/c-ares"]
path = submodules/c-ares
url = https://github.com/c-ares/c-ares.git
update = none
[submodule "submodules/json"]
path = submodules/json
url = https://github.com/nlohmann/json.git
[submodule "submodules/json-schema-validator"]
path = submodules/json-schema-validator
url = https://github.com/pboettch/json-schema-validator.git
[submodule "submodules/protobuf"]
path = submodules/protobuf
url = https://github.com/protocolbuffers/protobuf.git
update = none
[submodule "submodules/wslay"]
path = submodules/wslay
url = https://github.com/tatsuhiro-t/wslay.git
update = none
[submodule "submodules/llhttp"]
path = submodules/llhttp
url = https://github.com/nodejs/llhttp.git
update = none
[submodule "submodules/llama.cpp"]
path = submodules/llama.cpp
url = https://github.com/ggml-org/llama.cpp.git
update = none