-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitmodules
21 lines (21 loc) · 843 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "dependencies/golang"]
path = dependencies/golang
url = https://github.com/GaloisInc/golang.git
[submodule "dependencies/jvm-parser"]
path = dependencies/jvm-parser
url = https://github.com/GaloisInc/jvm-parser.git
[submodule "dependencies/llvm-pretty"]
path = dependencies/llvm-pretty
url = https://github.com/GaloisInc/llvm-pretty.git
[submodule "dependencies/llvm-pretty-bc-parser"]
path = dependencies/llvm-pretty-bc-parser
url = https://github.com/GaloisInc/llvm-pretty-bc-parser.git
[submodule "dependencies/what4"]
path = dependencies/what4
url = https://github.com/GaloisInc/what4.git
[submodule "dependencies/mir-json"]
path = dependencies/mir-json
url = https://github.com/GaloisInc/mir-json/
[submodule "dependencies/haskell-wasm"]
path = dependencies/haskell-wasm
url = https://github.com/SPY/haskell-wasm