-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.65 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.65 KB
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
[submodule "compiler+runtime/third-party/folly"]
path = compiler+runtime/third-party/folly
url = https://github.com/jank-lang/folly.git
[submodule "compiler+runtime/third-party/immer"]
path = compiler+runtime/third-party/immer
url = https://github.com/jank-lang/immer.git
[submodule "compiler+runtime/third-party/boost-preprocessor"]
path = compiler+runtime/third-party/boost-preprocessor
url = https://github.com/jank-lang/boost-preprocessor.git
[submodule "compiler+runtime/third-party/ftxui"]
path = compiler+runtime/third-party/ftxui
url = https://github.com/jank-lang/FTXUI.git
[submodule "compiler+runtime/test/bash/clojure-test-suite/clojure-test-suite"]
path = compiler+runtime/test/bash/clojure-test-suite/clojure-test-suite
url = https://github.com/jank-lang/clojure-test-suite
[submodule "compiler+runtime/third-party/cpptrace"]
path = compiler+runtime/third-party/cpptrace
url = https://github.com/jank-lang/cpptrace
[submodule "compiler+runtime/third-party/cppinterop"]
path = compiler+runtime/third-party/cppinterop
url = https://github.com/jank-lang/CppInterOp.git
[submodule "compiler+runtime/third-party/boost-multiprecision"]
path = compiler+runtime/third-party/boost-multiprecision
url = https://github.com/jank-lang/boost-multiprecision.git
[submodule "compiler+runtime/third-party/bdwgc"]
path = compiler+runtime/third-party/bdwgc
url = https://github.com/jank-lang/bdwgc.git
[submodule "compiler+runtime/third-party/stduuid"]
path = compiler+runtime/third-party/stduuid
url = https://github.com/jank-lang/stduuid.git
[submodule "compiler+runtime/third-party/zip"]
path = compiler+runtime/third-party/zip
url = https://github.com/jank-lang/zip.git