-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.11 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
[submodule "software/Legion"]
path = software/Legion
url = https://github.com/albertlinde/Legion
[submodule "software/GRiSP/grisp"]
path = software/GRiSP/grisp
url = https://github.com/grisp/grisp
[submodule "software/GRiSP/rebar3_grisp"]
path = software/GRiSP/rebar3_grisp
url = https://github.com/grisp/rebar3_grisp
[submodule "software/Yggdrasil"]
path = software/Yggdrasil
url = https://github.com/LightKone/Yggdrasil-devel
[submodule "software/Lasp/Partisan"]
path = software/Lasp/Partisan
url = https://github.com/lasp-lang/partisan.git
[submodule "software/Lasp/Types"]
path = software/Lasp/Types
url = https://github.com/lasp-lang/types.git
[submodule "software/Lasp/lasp"]
path = software/Lasp/lasp
url = https://github.com/lasp-lang/lasp.git
[submodule "software-d5.2/GRiSP/grisp"]
path = software-d5.2/GRiSP/grisp
url = https://github.com/grisp/grisp.git
[submodule "software-d5.2/GRiSP/rebar3_grisp"]
path = software-d5.2/GRiSP/rebar3_grisp
url = https://github.com/grisp/rebar3_grisp.git
[submodule "software-d5.2/Yggdrasil"]
path = software-d5.2/Yggdrasil
url = https://github.com/LightKone/Yggdrasil.git