-
Notifications
You must be signed in to change notification settings - Fork 63
/
.gitmodules
54 lines (54 loc) · 1.8 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
52
53
54
[submodule "deps/aig"]
path = deps/aig
url = https://github.com/GaloisInc/aig.git
[submodule "deps/crucible"]
path = deps/crucible
url = https://github.com/GaloisInc/crucible.git
[submodule "deps/cryptol"]
path = deps/cryptol
url = https://github.com/GaloisInc/cryptol.git
[submodule "deps/jvm-parser"]
path = deps/jvm-parser
url = https://github.com/GaloisInc/jvm-parser.git
[submodule "deps/llvm-pretty"]
path = deps/llvm-pretty
url = https://github.com/GaloisInc/llvm-pretty.git
[submodule "deps/llvm-pretty-bc-parser"]
path = deps/llvm-pretty-bc-parser
url = https://github.com/GaloisInc/llvm-pretty-bc-parser.git
[submodule "deps/parameterized-utils"]
path = deps/parameterized-utils
url = https://github.com/GaloisInc/parameterized-utils.git
[submodule "deps/flexdis86"]
path = deps/flexdis86
url = https://github.com/GaloisInc/flexdis86.git
[submodule "deps/macaw"]
path = deps/macaw
url = https://github.com/GaloisInc/macaw.git
[submodule "deps/elf-edit"]
path = deps/elf-edit
url = https://github.com/GaloisInc/elf-edit.git
[submodule "deps/dwarf"]
path = deps/dwarf
url = https://github.com/GaloisInc/dwarf.git
[submodule "deps/cryptol-specs"]
path = deps/cryptol-specs
url = https://github.com/galoisinc/cryptol-specs
[submodule "deps/what4"]
path = deps/what4
url = https://github.com/GaloisInc/what4.git
[submodule "deps/argo"]
path = deps/argo
url = https://github.com/galoisinc/argo
[submodule "deps/language-rust"]
path = deps/language-rust
url = https://github.com/GaloisInc/language-rust.git
[submodule "deps/language-sally"]
path = deps/language-sally
url = https://github.com/GaloisInc/language-sally
[submodule "deps/lmdb"]
path = deps/lmdb
url = https://github.com/GaloisInc/lmdb.git
[submodule "deps/mir-json"]
path = deps/mir-json
url = https://github.com/GaloisInc/mir-json.git