-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 774 Bytes
/
Copy path.gitmodules
File metadata and controls
25 lines (25 loc) · 774 Bytes
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
[submodule "onyx-pkgs"]
path = onyx-pkgs
url = https://github.com/heatd/onyx-pkgs
[submodule "usystem/googletest"]
path = usystem/googletest
url = https://github.com/heatd/googletest
[submodule "usystem/benchmark"]
path = usystem/benchmark
url = https://github.com/heatd/benchmark
[submodule "usystem/toybox"]
path = usystem/core/toybox
url = https://github.com/heatd/toybox
[submodule "toolchains"]
path = toolchains
url = https://github.com/heatd/toolchains.git
branch = master
[submodule "kernel/lib/zstd/zstd"]
path = kernel/lib/zstd/zstd
url = https://github.com/facebook/zstd
[submodule "musl"]
path = musl
url = https://github.com/heatd/musl.git
[submodule "usystem/dash"]
path = usystem/dash
url = https://git.kernel.org/pub/scm/utils/dash/dash.git