-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibraries.html
More file actions
462 lines (434 loc) · 18.8 KB
/
Copy pathlibraries.html
File metadata and controls
462 lines (434 loc) · 18.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Common Lisp libraries · Lambda Symbolics OÜ</title>
<meta
name="description"
content="Registry of Common Lisp libraries developed by Lambda Symbolics OÜ. Open-source packages suitable for general-purpose use within their domains."
>
<link rel="canonical" href="https://lambda-symbolics.com/libraries">
<meta property="og:title" content="Common Lisp libraries">
<meta
property="og:description"
content="Registry of Common Lisp libraries developed by Lambda Symbolics OÜ. Open-source packages suitable for general-purpose use within their domains."
>
<meta property="og:type" content="website">
<meta property="og:url" content="https://lambda-symbolics.com/libraries">
<meta property="og:image" content="https://lambda-symbolics.com/og.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Lambda Symbolics OÜ">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@LukasHozda">
<meta name="twitter:title" content="Common Lisp libraries">
<meta
name="twitter:description"
content="Registry of Common Lisp libraries developed by Lambda Symbolics OÜ. Open-source packages suitable for general-purpose use within their domains."
>
<meta name="twitter:image" content="https://lambda-symbolics.com/og.png">
<link rel="icon" href="/logo/ls-favicon.svg" type="image/svg+xml">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Lambda Symbolics Common Lisp libraries",
"url": "https://lambda-symbolics.com/libraries",
"itemListElement": [
{
"@type": "SoftwareSourceCode",
"position": 1,
"name": "cl-colorist",
"description": "Capability-aware ANSI text styling for Common Lisp.",
"codeRepository": "https://github.com/luciusmagn/cl-colorist",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 2,
"name": "cl-exec-sandbox",
"description": "Policy-driven external process sandboxing for Common Lisp.",
"codeRepository": "https://github.com/luciusmagn/cl-exec-sandbox",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 3,
"name": "cl-jobpond",
"description": "A bounded Common Lisp thread pool for supervised jobs.",
"codeRepository": "https://github.com/luciusmagn/cl-jobpond",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 4,
"name": "clifff",
"description": "Common Lisp bindings and a supervised worker for the fff search library.",
"codeRepository": "https://github.com/luciusmagn/clifff",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 5,
"name": "clinedi",
"description": "A portable, Unicode-aware terminal line editor.",
"codeRepository": "https://github.com/luciusmagn/clinedi",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 6,
"name": "COLL",
"description": "A configurable software-license family expressed as a Common Lisp association list.",
"codeRepository": "https://github.com/luciusmagn/COLL",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 7,
"name": "colordiff",
"description": "Colorful syntax-highlighted endpoint diffs for terminals.",
"codeRepository": "https://github.com/luciusmagn/colordiff",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 8,
"name": "colorlisp",
"description": "Style-neutral syntax highlighting for Common Lisp applications.",
"codeRepository": "https://github.com/luciusmagn/colorlisp",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 9,
"name": "idsmall",
"description": "Short, human-typable Common Lisp identifiers with recoverable timestamps.",
"codeRepository": "https://github.com/luciusmagn/idsmall",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 10,
"name": "lightfast",
"description": "Common Lisp bindings for FLTK 1.4 with a deterministic flex layout engine.",
"codeRepository": "https://github.com/luciusmagn/lightfast",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/mit"
},
{
"@type": "SoftwareSourceCode",
"position": 11,
"name": "lispolar",
"description": "A Common Lisp client for Polar.sh checkouts, customer portals, and webhooks.",
"codeRepository": "https://github.com/luciusmagn/lispolar",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 12,
"name": "ls-compat",
"description": "A portability facade for Common Lisp across SBCL, Clozure CL, and ECL.",
"codeRepository": "https://github.com/luciusmagn/ls-compat",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 13,
"name": "mcparen",
"description": "A Model Context Protocol client for Common Lisp.",
"codeRepository": "https://github.com/luciusmagn/mcparen",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 14,
"name": "parenchek",
"description": "Delimiter balance checker for Common Lisp, Scheme, and Clojure.",
"codeRepository": "https://github.com/luciusmagn/parenchek",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 15,
"name": "sbcl-generations",
"description": "Live SBCL image checkpoints as numbered, boot-probed generations.",
"codeRepository": "https://github.com/luciusmagn/sbcl-generations",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 16,
"name": "sbcl-workers",
"description": "Persistent isolated SBCL workers and immutable heap images.",
"codeRepository": "https://github.com/luciusmagn/sbcl-workers",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
},
{
"@type": "SoftwareSourceCode",
"position": 17,
"name": "sexp-config",
"description": "Safe, grammar-bounded s-expression configuration reading for Common Lisp.",
"codeRepository": "https://github.com/luciusmagn/sexp-config",
"programmingLanguage": "Common Lisp",
"license": "https://github.com/luciusmagn/COLL"
},
{
"@type": "SoftwareSourceCode",
"position": 18,
"name": "sexp-store",
"description": "Crash-tolerant readable Common Lisp state files.",
"codeRepository": "https://github.com/luciusmagn/sexp-store",
"programmingLanguage": "Common Lisp",
"license": "https://opensource.org/license/isc-license-txt"
}
]
}
</script>
<link rel="stylesheet" href="paper.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to content</a>
<header class="shell">
<div class="letterhead">
<a class="wordmark" href="/"><img src="/logo/ls-wordmark.svg" alt="Lambda Symbolics" width="110" height="31"></a>
<nav class="site-nav" aria-label="Primary">
<ul class="site-nav-list">
<li><a href="#registry">Registry</a></li>
<li><a href="/autolith">Autolith</a></li>
<li><a href="/cclsh">CCLSH</a></li>
<li><a href="https://github.com/luciusmagn">GitHub</a></li>
</ul>
</nav>
</div>
</header>
<main id="main-content" class="shell">
<section class="page-open" aria-label="Common Lisp libraries">
<h1>Common Lisp libraries</h1>
<p class="lede">
A registry of packages developed by Lambda Symbolics OÜ with
contributions from friends and associates. These libraries are
open-source, actively maintained, and suitable for general-purpose
use within their domains.
</p>
</section>
<section class="doc-section registry-section" id="registry" aria-labelledby="registry-title">
<h2 id="registry-title">Registry</h2>
<div class="duo">
<article class="product">
<header class="product-head">
<h3>cl-colorist</h3>
<a class="service-link" href="https://github.com/luciusmagn/cl-colorist">luciusmagn/cl-colorist</a>
</header>
<p>
Dependency-free ANSI text styling which automatically detects terminal capability
and gracefully degrades graphics.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>cl-exec-sandbox</h3>
<a class="service-link" href="https://github.com/luciusmagn/cl-exec-sandbox">luciusmagn/cl-exec-sandbox</a>
</header>
<p>
Policy-driven sandboxing for external processes. Policies control what children can
read, write, and reach.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>cl-jobpond</h3>
<a class="service-link" href="https://github.com/luciusmagn/cl-jobpond">luciusmagn/cl-jobpond</a>
</header>
<p>
Bounded thread pool for supervised jobs. Cancellation, deadlines,
progress, and exactly one terminal result per job.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>clifff</h3>
<a class="service-link" href="https://github.com/luciusmagn/clifff">luciusmagn/clifff</a>
</header>
<p>
Bindings and a supervised worker for the <a href="https://github.com/dmtrKovalenko/fff">fff</a> search library.
The supervised worker can be automatically restarted in case of (rare) fff failure.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>clinedi</h3>
<a class="service-link" href="https://github.com/luciusmagn/clinedi">luciusmagn/clinedi</a>
</header>
<p>
Portable, Unicode-aware terminal line editor: grapheme-cluster
movement, completion, highlighting, persistent history, and
inline suggestions.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>COLL</h3>
<a class="service-link" href="https://github.com/luciusmagn/COLL">luciusmagn/COLL</a>
</header>
<p>
A configurable license family whose operative terms
are in Common Lisp. Select terms to produce variants
ranging from FOSS to proprietary.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>colordiff</h3>
<a class="service-link" href="https://github.com/luciusmagn/colordiff">luciusmagn/colordiff</a>
</header>
<p>
Colorful, syntax-highlighted endpoint diffs for terminals.
Compares whole documents and renders one bounded change block.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>colorlisp</h3>
<a class="service-link" href="https://github.com/luciusmagn/colorlisp">luciusmagn/colorlisp</a>
</header>
<p>
Style-neutral syntax highlighting for Common Lisp applications.
One native library across many languages; the host supplies
colors, the library supplies spans.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>idsmall</h3>
<a class="service-link" href="https://github.com/luciusmagn/idsmall">luciusmagn/idsmall</a>
</header>
<p>
Short, human-typable identifiers with a reversibly scrambled
timestamp. Seven Base58 characters; easy to read aloud and type.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>lightfast</h3>
<a class="service-link" href="https://github.com/luciusmagn/lightfast">luciusmagn/lightfast</a>
</header>
<p>
Small, direct Common Lisp bindings for FLTK 1.4, plus a
deterministic flex-style layout engine for nested rows and
columns. Adds optional layout calculation separate from widgets.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>lispolar</h3>
<a class="service-link" href="https://github.com/luciusmagn/lispolar">luciusmagn/lispolar</a>
</header>
<p>
A Common Lisp client for Polar.sh: checkout sessions,
checkout-link URLs, customer portal sessions, and Standard
Webhooks signature verification.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>ls-compat</h3>
<a class="service-link" href="https://github.com/luciusmagn/ls-compat">luciusmagn/ls-compat</a>
</header>
<p>
A portability facade for Common Lisp applications to make projects portable across
SBCL, CCL, and usually ECL. Honestly a mixed bag, a number of La-Sy libs depend on it
</p>
</article>
<article class="product">
<header class="product-head">
<h3>mcparen</h3>
<a class="service-link" href="https://github.com/luciusmagn/mcparen">luciusmagn/mcparen</a>
</header>
<p>
A reasonably comprehensive Model Context Protocol client implemented in Common Lisp.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>parenchek</h3>
<a class="service-link" href="https://github.com/luciusmagn/parenchek">luciusmagn/parenchek</a>
</header>
<p>
Missing and mismatched delimiter checker for Common Lisp, Scheme,
and Clojure. Reports unexpected closers and unclosed openers with
line and column.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>sbcl-generations</h3>
<a class="service-link" href="https://github.com/luciusmagn/sbcl-generations">luciusmagn/sbcl-generations</a>
</header>
<p>
Checkpoint a live SBCL image without stopping it. Numbered
generations are boot-probed before publication; select which one
boots next.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>sbcl-workers</h3>
<a class="service-link" href="https://github.com/luciusmagn/sbcl-workers">luciusmagn/sbcl-workers</a>
</header>
<p>
Persistent, isolated SBCL worker processes and immutable heap
images. Long-lived helpers that outlive individual work and can
be restored from a known-good image.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>sexp-config</h3>
<a class="service-link" href="https://github.com/luciusmagn/sexp-config">luciusmagn/sexp-config</a>
</header>
<p>
Read s-expression configuration without evaluation. A grammar
declares the allowed vocabulary and bounds; anything outside is
refused.
</p>
</article>
<article class="product">
<header class="product-head">
<h3>sexp-store</h3>
<a class="service-link" href="https://github.com/luciusmagn/sexp-store">luciusmagn/sexp-store</a>
</header>
<p>
Crash-tolerant state files stored as readable s-expressions.
Useful to create s-expression ledgers of actions taken by, say, a clanker.
</p>
</article>
</div>
</section>
</main>
<footer class="shell">
<div class="colophon">
<p>© 2026 Lambda Symbolics OÜ · <a href="/lukas">me</a></p>
<p>Libraries · Revised 11 August 2026</p>
</div>
</footer>
</body>
</html>