summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: bc23a61f56134d4e4b935d582970f37d2a21bb1d (plain)
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
[submodule "_build/alexandria"]
	path = _build/alexandria
	url = https://gitlab.common-lisp.net/alexandria/alexandria.git
	shallow = true
[submodule "_build/bordeaux-threads"]
	path = _build/bordeaux-threads
	url = https://github.com/sionescu/bordeaux-threads
	shallow = true
[submodule "_build/trivial-backtrace"]
	path = _build/trivial-backtrace
	url = https://github.com/gwkkwg/trivial-backtrace
	shallow = true
[submodule "_build/calispel"]
	path = _build/calispel
	url = https://github.com/hawkir/calispel
	shallow = true
[submodule "_build/cl-jpl-util"]
	path = _build/cl-jpl-util
	url = https://github.com/hawkir/cl-jpl-util
	shallow = true
[submodule "_build/eager-future2"]
	path = _build/eager-future2
	url = https://gitlab.common-lisp.net/vsedach/eager-future2.git
	shallow = true
[submodule "_build/trivial-garbage"]
	path = _build/trivial-garbage
	url = https://github.com/trivial-garbage/trivial-garbage
	shallow = true
[submodule "_build/cl-containers"]
	path = _build/cl-containers
	url = https://github.com/gwkkwg/cl-containers
	shallow = true
[submodule "_build/metatilities-base"]
	path = _build/metatilities-base
	url = https://github.com/gwkkwg/metatilities-base
	shallow = true
[submodule "_build/cl-custom-hash-table"]
	path = _build/cl-custom-hash-table
	url = https://github.com/metawilm/cl-custom-hash-table
	shallow = true
[submodule "_build/cl-ppcre"]
	path = _build/cl-ppcre
	url = https://github.com/edicl/cl-ppcre
	shallow = true
[submodule "_build/flexi-streams"]
	path = _build/flexi-streams
	url = https://github.com/edicl/flexi-streams
	shallow = true
[submodule "_build/trivial-gray-streams"]
	path = _build/trivial-gray-streams
	url = https://github.com/trivial-gray-streams/trivial-gray-streams
	shallow = true
[submodule "_build/cl-prevalence"]
	path = _build/cl-prevalence
	url = https://github.com/40ants/cl-prevalence
	shallow = true
[submodule "_build/s-sysdeps"]
	path = _build/s-sysdeps
	url = https://github.com/svenvc/s-sysdeps
	shallow = true
[submodule "_build/usocket"]
	path = _build/usocket
	url = https://github.com/usocket/usocket/
	shallow = true
[submodule "_build/split-sequence"]
	path = _build/split-sequence
	url = https://github.com/sharplispers/split-sequence
	shallow = true
[submodule "_build/closer-mop"]
	path = _build/closer-mop
	url = https://github.com/pcostanza/closer-mop
	shallow = true
[submodule "_build/cluffer"]
	path = _build/cluffer
	url = https://github.com/robert-strandh/cluffer
	shallow = true
[submodule "_build/Acclimation"]
	path = _build/Acclimation
	url = https://github.com/robert-strandh/Acclimation
	shallow = true
[submodule "_build/Clump"]
	path = _build/Clump
	url = https://github.com/robert-strandh/Clump
	shallow = true
[submodule "_build/dexador"]
	path = _build/dexador
	url = https://github.com/fukamachi/dexador
	shallow = true
[submodule "_build/babel"]
	path = _build/babel
	url = https://github.com/cl-babel/babel
	shallow = true
[submodule "_build/trivial-features"]
	path = _build/trivial-features
	url = https://github.com/trivial-features/trivial-features
	shallow = true
[submodule "_build/fast-http"]
	path = _build/fast-http
	url = https://github.com/fukamachi/fast-http
	shallow = true
[submodule "_build/proc-parse"]
	path = _build/proc-parse
	url = https://github.com/fukamachi/proc-parse
	shallow = true
[submodule "_build/cl-ansi-text"]
	path = _build/cl-ansi-text
	url = https://github.com/pnathan/cl-ansi-text
	shallow = true
[submodule "_build/let-plus"]
	path = _build/let-plus
	url = https://github.com/sharplispers/let-plus
	shallow = true
[submodule "_build/anaphora"]
	path = _build/anaphora
	url = https://github.com/tokenrove/anaphora
	shallow = true
[submodule "_build/xsubseq"]
	path = _build/xsubseq
	url = https://github.com/fukamachi/xsubseq
	shallow = true
[submodule "_build/smart-buffer"]
	path = _build/smart-buffer
	url = https://github.com/fukamachi/smart-buffer
	shallow = true
[submodule "_build/cl-syntax"]
	path = _build/cl-syntax
	url = https://github.com/m2ym/cl-syntax
	shallow = true
[submodule "_build/cl-annot"]
	path = _build/cl-annot
	url = https://github.com/m2ym/cl-annot
	shallow = true
[submodule "_build/cl-interpol"]
	path = _build/cl-interpol
	url = https://github.com/edicl/cl-interpol
	shallow = true
[submodule "_build/cl-unicode"]
	path = _build/cl-unicode
	url = https://github.com/edicl/cl-unicode
	shallow = true
[submodule "_build/named-readtables"]
	path = _build/named-readtables
	url = https://github.com/melisgl/named-readtables
	shallow = true
[submodule "_build/trivial-types"]
	path = _build/trivial-types
	url = https://github.com/m2ym/trivial-types
	shallow = true
[submodule "_build/quri"]
	path = _build/quri
	url = https://github.com/fukamachi/quri
	shallow = true
[submodule "_build/fast-io"]
	path = _build/fast-io
	url = https://github.com/rpav/fast-io
	shallow = true
[submodule "_build/static-vectors"]
	path = _build/static-vectors
	url = https://github.com/sionescu/static-vectors
	shallow = true
[submodule "_build/cffi"]
	path = _build/cffi
	url = https://github.com/cffi/cffi
	shallow = true
[submodule "_build/chunga"]
	path = _build/chunga
	url = https://github.com/edicl/chunga
	shallow = true
[submodule "_build/cl-cookie"]
	path = _build/cl-cookie
	url = https://github.com/fukamachi/cl-cookie
	shallow = true
[submodule "_build/local-time"]
	path = _build/local-time
	url = https://github.com/dlowe-net/local-time
	shallow = true
[submodule "_build/trivial-mimes"]
	path = _build/trivial-mimes
	url = https://github.com/Shinmera/trivial-mimes
	shallow = true
[submodule "_build/cl-fad"]
	path = _build/cl-fad
	url = https://github.com/edicl/cl-fad/
	shallow = true
[submodule "_build/cl-base64"]
	path = _build/cl-base64
	url = https://gitlab.common-lisp.net/nyxt/cl-base64.git
	shallow = true
[submodule "_build/kmrcl"]
	path = _build/kmrcl
	url = https://gitlab.common-lisp.net/nyxt/kmrcl.git
	shallow = true
[submodule "_build/cl-plus-ssl"]
	path = _build/cl-plus-ssl
	url = https://github.com/cl-plus-ssl/cl-plus-ssl
	shallow = true
[submodule "_build/lack"]
	path = _build/lack
	url = https://github.com/fukamachi/lack
	shallow = true
[submodule "_build/circular-streams"]
	path = _build/circular-streams
	url = https://github.com/fukamachi/circular-streams
	shallow = true
[submodule "_build/http-body"]
	path = _build/http-body
	url = https://github.com/fukamachi/http-body
	shallow = true
[submodule "_build/jonathan"]
	path = _build/jonathan
	url = https://github.com/Rudolph-Miller/jonathan
	shallow = true
[submodule "_build/ironclad"]
	path = _build/ironclad
	url = https://github.com/sharplispers/ironclad/
	shallow = true
[submodule "_build/clack"]
	path = _build/clack
	url = https://github.com/fukamachi/clack
	shallow = true
[submodule "_build/cl-fastcgi"]
	path = _build/cl-fastcgi
	url = https://github.com/KDr2/cl-fastcgi/
	shallow = true
[submodule "_build/hunchentoot"]
	path = _build/hunchentoot
	url = https://github.com/edicl/hunchentoot
	shallow = true
[submodule "_build/md5"]
	path = _build/md5
	url = https://github.com/pmai/md5
	shallow = true
[submodule "_build/rfc2388"]
	path = _build/rfc2388
	url = https://github.com/jdz/rfc2388
	shallow = true
[submodule "_build/cl-who"]
	path = _build/cl-who
	url = https://github.com/edicl/cl-who
	shallow = true
[submodule "_build/drakma"]
	path = _build/drakma
	url = https://github.com/edicl/drakma
	shallow = true
[submodule "_build/puri"]
	path = _build/puri
	url = https://gitlab.common-lisp.net/nyxt/puri.git
	shallow = true
[submodule "_build/cl-enchant"]
	path = _build/cl-enchant
	url = https://github.com/tlikonen/cl-enchant
	shallow = true
[submodule "_build/fset"]
	path = _build/fset
	url = https://github.com/slburson/fset
	shallow = true
[submodule "_build/misc-extensions"]
	path = _build/misc-extensions
	url = https://gitlab.common-lisp.net/misc-extensions/misc-extensions.git
	shallow = true
[submodule "_build/iolib"]
	path = _build/iolib
	url = https://github.com/sionescu/iolib
	shallow = true
[submodule "_build/idna"]
	path = _build/idna
	url = https://github.com/antifuchs/idna
	shallow = true
[submodule "_build/swap-bytes"]
	path = _build/swap-bytes
	url = https://github.com/sionescu/swap-bytes
	shallow = true
[submodule "_build/log4cl"]
	path = _build/log4cl
	url = https://github.com/sharplispers/log4cl
	shallow = true
[submodule "_build/metabang-bind"]
	path = _build/metabang-bind
	url = https://github.com/gwkkwg/metabang-bind
	shallow = true
[submodule "_build/slime"]
	path = _build/slime
	url = https://github.com/slime/slime/
	shallow = true
[submodule "_build/moptilities"]
	path = _build/moptilities
	url = https://github.com/gwkkwg/moptilities/
	shallow = true
[submodule "_build/parenscript"]
	path = _build/parenscript
	url = https://gitlab.common-lisp.net/parenscript/parenscript
	shallow = true
[submodule "_build/plump"]
	path = _build/plump
	url = https://github.com/Shinmera/plump
	shallow = true
[submodule "_build/array-utils"]
	path = _build/array-utils
	url = https://github.com/Shinmera/array-utils
	shallow = true
[submodule "_build/documentation-utils"]
	path = _build/documentation-utils
	url = https://github.com/Shinmera/documentation-utils
	shallow = true
[submodule "_build/trivial-indent"]
	path = _build/trivial-indent
	url = https://github.com/Shinmera/trivial-indent
	shallow = true
[submodule "_build/form-fiddle"]
	path = _build/form-fiddle
	url = https://github.com/Shinmera/form-fiddle
	shallow = true
[submodule "_build/serapeum"]
	path = _build/serapeum
	url = https://github.com/ruricolist/serapeum
	shallow = true
[submodule "_build/nhooks"]
	path = _build/nhooks
	url = https://github.com/atlas-engineer/nhooks
	shallow = true
[submodule "_build/trivia"]
	path = _build/trivia
	url = https://github.com/guicho271828/trivia
	shallow = true
[submodule "_build/fare-quasiquote"]
	path = _build/fare-quasiquote
	url = https://gitlab.common-lisp.net/frideau/fare-quasiquote.git
	shallow = true
[submodule "_build/fare-utils"]
	path = _build/fare-utils
	url = https://gitlab.common-lisp.net/frideau/fare-utils.git
	shallow = true
[submodule "_build/optima"]
	path = _build/optima
	url = https://github.com/m2ym/optima
	shallow = true
[submodule "_build/lisp-namespace"]
	path = _build/lisp-namespace
	url = https://github.com/guicho271828/lisp-namespace
	shallow = true
[submodule "_build/trivial-cltl2"]
	path = _build/trivial-cltl2
	url = https://github.com/Zulu-Inuoe/trivial-cltl2
	shallow = true
[submodule "_build/type-i"]
	path = _build/type-i
	url = https://github.com/guicho271828/type-i
	shallow = true
[submodule "_build/introspect-environment"]
	path = _build/introspect-environment
	url = https://github.com/Bike/introspect-environment
	shallow = true
[submodule "_build/string-case"]
	path = _build/string-case
	url = https://github.com/pkhuong/string-case
	shallow = true
[submodule "_build/parse-number"]
	path = _build/parse-number
	url = https://github.com/sharplispers/parse-number/
	shallow = true
[submodule "_build/parse-declarations"]
	path = _build/parse-declarations
	url = https://gitlab.common-lisp.net/parse-declarations/parse-declarations.git
	shallow = true
[submodule "_build/global-vars"]
	path = _build/global-vars
	url = https://github.com/lmj/global-vars
	shallow = true
[submodule "_build/trivial-file-size"]
	path = _build/trivial-file-size
	url = https://github.com/ruricolist/trivial-file-size
	shallow = true
[submodule "_build/trivial-macroexpand-all"]
	path = _build/trivial-macroexpand-all
	url = https://github.com/cbaggers/trivial-macroexpand-all
	shallow = true
[submodule "_build/cl-str"]
	path = _build/cl-str
	url = https://github.com/vindarel/cl-str
	shallow = true
[submodule "_build/cl-change-case"]
	path = _build/cl-change-case
	url = https://github.com/rudolfochrist/cl-change-case
	shallow = true
[submodule "_build/trivial-clipboard"]
	path = _build/trivial-clipboard
	url = https://github.com/snmsts/trivial-clipboard
	shallow = true
[submodule "_build/trivial-package-local-nicknames"]
	path = _build/trivial-package-local-nicknames
	url = https://github.com/phoe/trivial-package-local-nicknames
	shallow = true
[submodule "_build/unix-opts"]
	path = _build/unix-opts
	url = https://github.com/libre-man/unix-opts
	shallow = true
[submodule "_build/cl-webkit"]
	path = _build/cl-webkit
	url = https://github.com/joachifm/cl-webkit
	shallow = true
[submodule "_build/cl-gobject-introspection"]
	path = _build/cl-gobject-introspection
	url = https://github.com/andy128k/cl-gobject-introspection
	shallow = true
[submodule "_build/lparallel"]
	path = _build/lparallel
	url = https://github.com/lmj/lparallel/
	shallow = true
[submodule "_build/jpl-queues"]
	path = _build/jpl-queues
	url = https://gitlab.common-lisp.net/nyxt/jpl-queues.git
	shallow = true
[submodule "_build/mt19937"]
	path = _build/mt19937
	url = https://gitlab.common-lisp.net/nyxt/mt19937
	shallow = true
[submodule "_build/s-xml"]
	path = _build/s-xml
	url = https://gitlab.common-lisp.net/s-xml/s-xml
	shallow = true
[submodule "_build/cl-utilities"]
	path = _build/cl-utilities
	url = https://gitlab.common-lisp.net/cl-utilities/cl-utilities
	shallow = true
[submodule "_build/cl-qrencode"]
	path = _build/cl-qrencode
	url = https://github.com/jnjcc/cl-qrencode
	shallow = true
[submodule "_build/clss"]
	path = _build/clss
	url = https://github.com/Shinmera/clss
	shallow = true
[submodule "_build/spinneret"]
	path = _build/spinneret
	url = https://github.com/ruricolist/spinneret/
	shallow = true
[submodule "_build/salza2"]
	path = _build/salza2
	url = https://github.com/xach/salza2
	shallow = true
[submodule "_build/zpng"]
	path = _build/zpng
	url = https://github.com/xach/zpng
	shallow = true
[submodule "_build/iterate"]
	path = _build/iterate
	url = https://gitlab.common-lisp.net/iterate/iterate.git
	shallow = true
[submodule "_build/osicat"]
	path = _build/osicat
	url = https://github.com/osicat/osicat
	shallow = true
[submodule "_build/cl-gopher"]
	path = _build/cl-gopher
	url = https://github.com/knusbaum/cl-gopher
	shallow = true
[submodule "_build/phos"]
	path = _build/phos
	url = https://github.com/omar-polo/phos
	shallow = true
[submodule "_build/cl-tld"]
	path = _build/cl-tld
	url = https://github.com/lu4nx/cl-tld
	shallow = true
[submodule "_build/nfiles"]
	path = _build/nfiles
	url = https://github.com/atlas-engineer/nfiles
	shallow = true
[submodule "_build/nkeymaps"]
	path = _build/nkeymaps
	url = https://github.com/atlas-engineer/nkeymaps
	shallow = true
[submodule "_build/sly"]
	path = _build/sly
	url = https://github.com/joaotavora/sly
	shallow = true
[submodule "_build/py-configparser"]
	path = _build/py-configparser
	url = https://gitlab.common-lisp.net/nyxt/py-configparser
	shallow = true
[submodule "_build/dissect"]
	path = _build/dissect
	url = https://github.com/Shinmera/dissect
	shallow = true
[submodule "_build/trivial-custom-debugger"]
	path = _build/trivial-custom-debugger
	url = https://github.com/phoe/trivial-custom-debugger
	shallow = true
[submodule "_build/ndebug"]
	path = _build/ndebug
	url = https://github.com/atlas-engineer/ndebug
	shallow = true
[submodule "_build/lisp-unit2"]
	path = _build/lisp-unit2
	url = https://github.com/AccelerationNet/lisp-unit2
	shallow = true
[submodule "_build/nsymbols"]
	path = _build/nsymbols
	url = https://github.com/atlas-engineer/nsymbols
	shallow = true
[submodule "_build/LASS"]
	path = _build/LASS
	url = https://github.com/Shinmera/LASS
	shallow = true
[submodule "_build/njson"]
	path = _build/njson
	url = https://github.com/atlas-engineer/njson
	shallow = true
[submodule "_build/history-tree"]
	path = _build/history-tree
	url = https://github.com/atlas-engineer/history-tree
	shallow = true
[submodule "_build/nclasses"]
	path = _build/nclasses
	url = https://github.com/atlas-engineer/nclasses/
	shallow = true
[submodule "_build/prompter"]
	path = _build/prompter
	url = https://github.com/atlas-engineer/prompter
	shallow = true
[submodule "_build/chipz"]
	path = _build/chipz
	url = https://github.com/sharplispers/chipz
	shallow = true
[submodule "_build/cl-cffi-gtk"]
	path = _build/cl-cffi-gtk
	url = https://github.com/sharplispers/cl-cffi-gtk
	shallow = true
[submodule "_build/cl-json"]
	path = _build/cl-json
	url = https://github.com/sharplispers/cl-json
	shallow = true
[submodule "_build/cl-sqlite"]
	path = _build/cl-sqlite
	url = https://github.com/TeMPOraL/cl-sqlite
	shallow = true
[submodule "_build/cl-symbol-munger"]
	path = _build/cl-symbol-munger
	url = https://github.com/AccelerationNet/symbol-munger
	shallow = true
[submodule "_build/cl-electron"]
	path = _build/cl-electron
	url = https://github.com/atlas-engineer/cl-electron/
	shallow = true
[submodule "_build/cl-colors2"]
	path = _build/cl-colors2
	url = https://codeberg.org/cage/cl-colors2.git
	shallow = true