-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitmodules
45 lines (44 loc) · 1.1 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
[submodule "runtime"]
path = runtime
url = https://github.com/elide-dev/runtime.git
branch = main
shallow = true
[submodule "elide-uuid"]
path = packages/uuid
url = https://github.com/elide-dev/uuid.git
shallow = true
[submodule "pkl"]
path = third_party/apple/pkl
url = https://github.com/elide-dev/pkl.git
shallow = true
branch = edge
ignore = dirty
[submodule "sqlite"]
path = third_party/sqlite
url = git@github.com:sqlite/sqlite.git
shallow = true
ignore = dirty
[submodule "boringssl"]
path = third_party/google/boringssl
url = git@github.com:google/boringssl.git
shallow = true
ignore = dirty
[submodule "apr"]
path = third_party/apache/apr
url = git@github.com:apache/apr.git
shallow = true
ignore = dirty
[submodule "zlib"]
path = third_party/cloudflare/zlib
url = git@github.com:cloudflare/zlib.git
shallow = true
ignore = dirty
[submodule "graalvm"]
path = third_party/oracle/graalvm
url = git@github.com:oracle/graal.git
shallow = true
ignore = dirty
[submodule "zlib-upstream"]
path = third_party/madler/zlib
url = git@github.com:madler/zlib.git
ignore = dirty