-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
200 lines (159 loc) · 4.87 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
#
# Copyright (C) 2014-2024 The SEA Language <https://sealang.org>
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
# <https://github.com/sealangdotorg/sea/graphs/contributors>
#
# This file is part of sea.
#
# sea is free software: you can redistribute it and/or modify it
# under the terms of the Mozilla Public License Version 2.0 (MPL-2.0).
#
# sea is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE.
# See the MPL-2.0 License for more details.
#
# You should have received a copy of the MPL-2.0 License along with sea.
# If not, see <https://www.mozilla.org/en-US/MPL/2.0/>.
#
# Please note that the attached MPL-2.0 license provides two additional
# exceptions in order to use the generated source code produced by sea
# compiler as well as the linking and integrating of sea interpreter
# runtime with the users license choice as long as the sea source code
# is unchanged and unaffected in any way.
#
#
# Applications
#
[submodule "app/casmc"] # internal
path = app/casmc
url = https://github.com/casm-lang/casmc.git
[submodule "app/casmf"]
path = app/casmf
url = https://github.com/casm-lang/casmf.git
[submodule "app/casmd"]
path = app/casmd
url = https://github.com/casm-lang/casmd.git
[submodule "app/casmi"]
path = app/casmi
url = https://github.com/casm-lang/casmi.git
#
#
# Libraries (External Forks)
#
[submodule "lib/asmjit"]
path = lib/asmjit
url = https://github.com/casm-lang/libasmjit.git
[submodule "lib/gtest"]
path = lib/gtest
url = https://github.com/casm-lang/libgtest.git
[submodule "lib/hayai"]
path = lib/hayai
url = https://github.com/casm-lang/libhayai.git
[submodule "lib/z3"] # external
path = lib/z3
url = https://github.com/casm-lang/libz3.git
#
#
# Libraries (General)
#
[submodule "lib/stdhl"]
path = lib/stdhl
url = https://github.com/casm-lang/libstdhl.git
[submodule "lib/pass"]
path = lib/pass
url = https://github.com/casm-lang/libpass.git
[submodule "lib/tptp"]
path = lib/tptp
url = https://github.com/casm-lang/libtptp.git
#
#
# Libraries (CASM)
#
[submodule "lib/casm-ir"]
path = lib/casm-ir
url = https://github.com/casm-lang/libcasm-ir.git
[submodule "lib/casm-rt"] # internal
path = lib/casm-rt
url = https://github.com/casm-lang/libcasm-rt.git
[submodule "lib/casm-fe"]
path = lib/casm-fe
url = https://github.com/casm-lang/libcasm-fe.git
[submodule "lib/casm-be"] # internal
path = lib/casm-be
url = https://github.com/casm-lang/libcasm-be.git
[submodule "lib/casm-tc"]
path = lib/casm-tc
url = https://github.com/casm-lang/libcasm-tc.git
#
#
# Libraries (CJEL)
#
[submodule "lib/cjel-ir"] # internal
path = lib/cjel-ir
url = https://github.com/casm-lang/libcjel-ir.git
[submodule "lib/cjel-rt"] # internal
path = lib/cjel-rt
url = https://github.com/casm-lang/libcjel-rt.git
[submodule "lib/cjel-be"] # internal
path = lib/cjel-be
url = https://github.com/casm-lang/libcjel-be.git
#
#
# Extension (Plug-ins)
#
[submodule "ext/emacs"] # internal
path = ext/emacs
url = https://github.com/casm-lang/casm-lang.plugin.emacs.git
[submodule "ext/kate"] # internal
path = ext/kate
url = https://github.com/casm-lang/casm-lang.plugin.kate.git
[submodule "ext/monaco"] # internal
path = ext/monaco
url = https://github.com/casm-lang/casm-lang.plugin.monaco.git
[submodule "ext/tmbundle"] # internal
path = ext/tmbundle
url = https://github.com/casm-lang/casm-lang.plugin.tmbundle.git
[submodule "ext/vscode"] # internal
path = ext/vscode
url = https://github.com/casm-lang/casm-lang.plugin.vscode.git
#
#
# Packages
#
[submodule "pkg/archlinux"] # internal
path = pkg/archlinux
url = https://github.com/casm-lang/casm-lang.pkg.archlinux.git
[submodule "pkg/appimage"] # internal
path = pkg/appimage
url = https://github.com/casm-lang/casm-lang.pkg.appimage.git
[submodule "pkg/flatpak"] # internal
path = pkg/flatpak
url = https://github.com/casm-lang/casm-lang.pkg.flatpak.git
[submodule "pkg/docker"] # internal
path = pkg/docker
url = https://github.com/casm-lang/casm-lang.pkg.docker.git
#
#
# Various (Containers, Logo, Publications, Website etc.)
#
[submodule "var/container/linux"] # internal
path = var/container/linux
url = https://github.com/casm-lang/casm-lang.container.linux.git
[submodule "var/container/windows"] # internal
path = var/container/windows
url = https://github.com/casm-lang/casm-lang.container.windows.git
[submodule "var/logo"] # internal
path = var/logo
url = https://github.com/casm-lang/casm-lang.logo.git
[submodule "var/publication"] # internal
path = var/publication
url = https://github.com/casm-lang/publication.git
[submodule "var/web"] # internal
path = var/web
url = https://github.com/casm-lang/casm-lang.github.io.git
[submodule "lib/zola.adidoks"]
path = lib/zola.adidoks
url = https://github.com/aaranxu/adidoks