-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
51 lines (51 loc) · 1.94 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
45
46
47
48
49
50
51
[submodule "submodules/macaw"]
path = submodules/macaw
url = https://github.com/GaloisInc/macaw.git
[submodule "submodules/crucible"]
path = submodules/crucible
url = https://github.com/GaloisInc/crucible.git
[submodule "submodules/parameterized-utils"]
path = submodules/parameterized-utils
url = https://github.com/GaloisInc/parameterized-utils.git
[submodule "submodules/arm-asl-parser"]
path = submodules/arm-asl-parser
url = https://github.com/GaloisInc/arm-asl-parser.git
[submodule "submodules/asl-translator"]
path = submodules/asl-translator
url = https://github.com/GaloisInc/asl-translator.git
[submodule "submodules/what4"]
path = submodules/what4
url = https://github.com/GaloisInc/what4.git
[submodule "submodules/semmc"]
path = submodules/semmc
url = https://github.com/GaloisInc/semmc.git
[submodule "submodules/elf-edit"]
path = submodules/elf-edit
url = https://github.com/GaloisInc/elf-edit.git
[submodule "submodules/dismantle"]
path = submodules/dismantle
url = https://github.com/GaloisInc/dismantle.git
[submodule "submodules/flexdis86"]
path = submodules/flexdis86
url = https://github.com/GaloisInc/flexdis86.git
[submodule "submodules/dwarf"]
path = submodules/dwarf
url = https://github.com/GaloisInc/dwarf.git
[submodule "submodules/llvm-pretty"]
path = submodules/llvm-pretty
url = https://github.com/GaloisInc/llvm-pretty
[submodule "submodules/llvm-pretty-bc-parser"]
path = submodules/llvm-pretty-bc-parser
url = https://github.com/GaloisInc/llvm-pretty-bc-parser
[submodule "submodules/grift"]
path = submodules/grift
url = https://github.com/GaloisInc/grift.git
[submodule "submodules/bv-sized"]
path = submodules/bv-sized
url = https://github.com/GaloisInc/bv-sized.git
[submodule "submodules/bv-sized-float"]
path = submodules/bv-sized-float
url = https://github.com/GaloisInc/bv-sized-float.git
[submodule "submodules/softfloat-hs"]
path = submodules/softfloat-hs
url = https://github.com/GaloisInc/softfloat-hs.git