-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
291 lines (291 loc) · 9.86 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
[submodule "ext/log4cl"]
path = ext/log4cl
url = https://github.com/sharplispers/log4cl.git
[submodule "ext/bordeaux-threads"]
path = ext/bordeaux-threads
url = https://github.com/sionescu/bordeaux-threads.git
[submodule "ext/alexandria"]
path = ext/alexandria
url = https://gitlab.common-lisp.net/alexandria/alexandria.git
[submodule "ext/named-readtables"]
path = ext/named-readtables
url = https://github.com/melisgl/named-readtables
[submodule "ext/drakma"]
path = ext/drakma
url = https://github.com/edicl/drakma.git
[submodule "ext/chunga"]
path = ext/chunga
url = https://github.com/edicl/chunga.git
[submodule "ext/trivial-gray-streams"]
path = ext/trivial-gray-streams
url = https://github.com/trivial-gray-streams/trivial-gray-streams.git
[submodule "ext/flexi-streams"]
path = ext/flexi-streams
url = https://github.com/edicl/flexi-streams.git
[submodule "ext/cl-ppcre"]
path = ext/cl-ppcre
url = https://github.com/edicl/cl-ppcre.git
[submodule "ext/chipz"]
path = ext/chipz
url = https://github.com/sharplispers/chipz.git
[submodule "ext/usocket"]
path = ext/usocket
url = https://github.com/usocket/usocket.git
[submodule "ext/split-sequence"]
path = ext/split-sequence
url = https://github.com/sharplispers/split-sequence.git
[submodule "ext/cl-plus-ssl"]
path = ext/cl-plus-ssl
url = https://github.com/cl-plus-ssl/cl-plus-ssl.git
[submodule "ext/trivial-features"]
path = ext/trivial-features
url = https://github.com/trivial-features/trivial-features.git
[submodule "ext/babel"]
path = ext/babel
url = https://github.com/cl-babel/babel.git
[submodule "ext/trivial-garbage"]
path = ext/trivial-garbage
url = https://github.com/trivial-garbage/trivial-garbage.git
[submodule "ext/osicat"]
path = ext/osicat
url = https://github.com/osicat/osicat
[submodule "ext/archive"]
path = ext/archive
url = https://github.com/daewok/archive.git
[submodule "ext/cl-fad"]
path = ext/cl-fad
url = https://github.com/edicl/cl-fad.git
[submodule "ext/anaphora"]
path = ext/anaphora
url = https://github.com/tokenrove/anaphora
[submodule "ext/iterate"]
path = ext/iterate
url = https://gitlab.common-lisp.net/iterate/iterate.git
[submodule "ext/cl-base64"]
path = ext/cl-base64
url = https://gitlab.common-lisp.net/clpm/cl-base64.git
[submodule "ext/puri"]
path = ext/puri
url = https://gitlab.common-lisp.net/clpm/puri.git
[submodule "ext/trivial-types"]
path = ext/trivial-types
url = https://github.com/m2ym/trivial-types.git
[submodule "ext/local-time"]
path = ext/local-time
url = https://github.com/dlowe-net/local-time.git
[submodule "ext/exit-hooks"]
path = ext/exit-hooks
url = https://github.com/ailisp/exit-hooks.git
[submodule "ext/lake"]
path = ext/lake
url = https://github.com/takagi/lake.git
[submodule "ext/cl-syntax"]
path = ext/cl-syntax
url = https://github.com/m2ym/cl-syntax.git
[submodule "ext/cl-interpol"]
path = ext/cl-interpol
url = https://github.com/edicl/cl-interpol.git
[submodule "ext/cl-unicode"]
path = ext/cl-unicode
url = https://github.com/edicl/cl-unicode.git
[submodule "ext/lparallel"]
path = ext/lparallel
url = https://github.com/lmj/lparallel.git
[submodule "ext/closer-mop"]
path = ext/closer-mop
url = https://github.com/pcostanza/closer-mop.git
[submodule "ext/ironclad"]
path = ext/ironclad
url = https://github.com/sharplispers/ironclad.git
[submodule "ext/nibbles"]
path = ext/nibbles
url = https://github.com/sharplispers/nibbles.git
[submodule "ext/trivial-utf-8"]
path = ext/trivial-utf-8
url = https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8.git
[submodule "ext/fast-http"]
path = ext/fast-http
url = https://github.com/fukamachi/fast-http.git
[submodule "ext/proc-parse"]
path = ext/proc-parse
url = https://github.com/fukamachi/proc-parse.git
[submodule "ext/xsubseq"]
path = ext/xsubseq
url = https://github.com/fukamachi/xsubseq.git
[submodule "ext/smart-buffer"]
path = ext/smart-buffer
url = https://github.com/fukamachi/smart-buffer.git
[submodule "ext/lisp-invocation"]
path = ext/lisp-invocation
url = https://gitlab.common-lisp.net/qitab/lisp-invocation.git
[submodule "ext/ieee-floats"]
path = ext/ieee-floats
url = https://github.com/marijnh/ieee-floats.git
[submodule "ext/fast-io"]
path = ext/fast-io
url = https://github.com/rpav/fast-io.git
[submodule "ext/static-vectors"]
path = ext/static-vectors
url = https://github.com/sionescu/static-vectors.git
[submodule "ext/adopt"]
path = ext/adopt
url = https://github.com/sjl/adopt.git
[submodule "ext/bobbin"]
path = ext/bobbin
url = https://github.com/sjl/bobbin.git
[submodule "ext/do-urlencode"]
path = ext/do-urlencode
url = https://github.com/drdo/do-urlencode.git
[submodule "ext/trivial-indent"]
path = ext/trivial-indent
url = https://github.com/Shinmera/trivial-indent.git
[submodule "ext/cffi"]
path = ext/cffi
url = https://github.com/cffi/cffi.git
[submodule "ext/cl-ansi-text"]
path = ext/cl-ansi-text
url = https://github.com/pnathan/cl-ansi-text.git
[submodule "ext/cl-colors2"]
path = ext/cl-colors2
url = https://notabug.org/cage/cl-colors2.git
[submodule "ext/dexador"]
path = ext/dexador
url = https://github.com/daewok/dexador.git
[submodule "ext/quri"]
path = ext/quri
url = https://github.com/fukamachi/quri.git
[submodule "ext/cl-cookie"]
path = ext/cl-cookie
url = https://github.com/fukamachi/cl-cookie.git
[submodule "ext/trivial-mimes"]
path = ext/trivial-mimes
url = https://github.com/Shinmera/trivial-mimes.git
[submodule "ext/cl-reexport"]
path = ext/cl-reexport
url = https://github.com/takagi/cl-reexport.git
[submodule "ext/s-xml"]
path = ext/s-xml
url = https://gitlab.common-lisp.net/s-xml/s-xml.git
[submodule "ext/uuid"]
path = ext/uuid
url = https://github.com/dardoria/uuid.git
[submodule "ext/winhttp"]
path = ext/winhttp
url = https://github.com/fjames86/winhttp.git
[submodule "ext/cl-semver"]
path = ext/cl-semver
url = https://github.com/cldm/cl-semver.git
[submodule "ext/esrap"]
path = ext/esrap
url = https://github.com/scymtym/esrap.git
[submodule "ext/clpm-multi-http-client"]
path = ext/clpm-multi-http-client
url = https://gitlab.common-lisp.net/clpm/clpm-multi-http-client.git
[submodule "ext/parse-float"]
path = ext/parse-float
url = https://github.com/soemraws/parse-float.git
[submodule "ext/cl-date-time-parser"]
path = ext/cl-date-time-parser
url = https://github.com/tkych/cl-date-time-parser
[submodule "ext/clpi"]
path = ext/clpi
url = https://gitlab.common-lisp.net/clpm/clpi.git
[submodule "ext/ql-clpi"]
path = ext/ql-clpi
url = https://gitlab.common-lisp.net/clpm/ql-clpi.git
[submodule "ext/asdf-system-groveler"]
path = ext/asdf-system-groveler
url = https://gitlab.common-lisp.net/clpm/asdf-system-groveler.git
[submodule "ext/jsown"]
path = ext/jsown
url = https://github.com/madnificent/jsown.git
[submodule "ext/trivial-with-current-source-form"]
path = ext/trivial-with-current-source-form
url = https://github.com/scymtym/trivial-with-current-source-form
[submodule "ext/global-vars"]
path = ext/global-vars
url = https://github.com/lmj/global-vars.git
[submodule "ext/asdf"]
path = ext/asdf
url = https://gitlab.common-lisp.net/asdf/asdf.git
[submodule "ext/zippy"]
path = ext/zippy
url = https://github.com/Shinmera/zippy.git
[submodule "ext/documentation-utils"]
path = ext/documentation-utils
url = https://github.com/Shinmera/documentation-utils.git
[submodule "ext/file-attributes"]
path = ext/file-attributes
url = https://github.com/Shinmera/file-attributes.git
[submodule "ext/pathname-utils"]
path = ext/pathname-utils
url = https://github.com/Shinmera/pathname-utils.git
[submodule "ext/3bz"]
path = ext/3bz
url = https://github.com/3b/3bz.git
[submodule "ext/mmap"]
path = ext/mmap
url = https://github.com/Shinmera/mmap.git
[submodule "ext/asdf-release-ops"]
path = ext/asdf-release-ops
url = https://github.com/daewok/asdf-release-ops.git
[submodule "ext/hunchentoot"]
path = ext/hunchentoot
url = https://github.com/edicl/hunchentoot.git
[submodule "ext/fiveam"]
path = ext/fiveam
url = https://github.com/lispci/fiveam.git
[submodule "ext/asdf-flv"]
path = ext/asdf-flv
url = https://github.com/didierverna/asdf-flv.git
[submodule "ext/trivial-backtrace"]
path = ext/trivial-backtrace
url = https://github.com/gwkkwg/trivial-backtrace.git
[submodule "ext/md5"]
path = ext/md5
url = https://github.com/pmai/md5.git
[submodule "ext/rfc2388"]
path = ext/rfc2388
url = https://github.com/jdz/rfc2388.git
[submodule "ext/cl-shlex"]
path = ext/cl-shlex
url = https://github.com/ruricolist/cl-shlex/
[submodule "ext/serapeum"]
path = ext/serapeum
url = https://github.com/ruricolist/serapeum.git
[submodule "ext/trivia"]
path = ext/trivia
url = https://github.com/guicho271828/trivia.git
[submodule "ext/lisp-namespace"]
path = ext/lisp-namespace
url = https://github.com/guicho271828/lisp-namespace.git
[submodule "ext/trivial-cltl2"]
path = ext/trivial-cltl2
url = https://github.com/Zulu-Inuoe/trivial-cltl2.git
[submodule "ext/type-i"]
path = ext/type-i
url = https://github.com/guicho271828/type-i.git
[submodule "ext/introspect-environment"]
path = ext/introspect-environment
url = https://github.com/Bike/introspect-environment/
[submodule "ext/fare-quasiquote"]
path = ext/fare-quasiquote
url = https://gitlab.common-lisp.net/frideau/fare-quasiquote
[submodule "ext/fare-utils"]
path = ext/fare-utils
url = https://gitlab.common-lisp.net/frideau/fare-utils.git
[submodule "ext/string-case"]
path = ext/string-case
url = https://github.com/pkhuong/string-case.git
[submodule "ext/parse-number"]
path = ext/parse-number
url = https://github.com/sharplispers/parse-number.git
[submodule "ext/parse-declarations"]
path = ext/parse-declarations
url = https://gitlab.common-lisp.net/parse-declarations/parse-declarations.git
[submodule "ext/trivial-file-size"]
path = ext/trivial-file-size
url = https://github.com/ruricolist/trivial-file-size.git
[submodule "ext/trivial-macroexpand-all"]
path = ext/trivial-macroexpand-all
url = https://github.com/cbaggers/trivial-macroexpand-all.git