gnu: sbcl-quri: Update to 0.3.0.
[jackhill/guix/guix.git] / gnu / packages / lisp-xyz.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2014 John Darrington <jmd@gnu.org>
3 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
4 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
5 ;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
6 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
7 ;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
8 ;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
9 ;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
10 ;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
11 ;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
12 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
13 ;;; Copyright © 2018, 2020, 2021 Pierre Neidhardt <mail@ambrevar.xyz>
14 ;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
15 ;;; Copyright © 2019, 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com>
16 ;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com>
17 ;;; Copyright © 2019, 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
18 ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
19 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
20 ;;; Copyright © 2020 Dimakis Dimakakos <me@bendersteed.tech>
21 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
22 ;;; Copyright © 2020, 2021 Adam Kandur <rndd@tuta.io>
23 ;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
24 ;;; Copyright © 2021 Aurora <rind38@disroot.org>
25 ;;; Copyright © 2021 Matthew Kraai <kraai@ftbfs.org>
26 ;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
27 ;;; Copyright © 2021 Cage <cage-dev@twistfold.it>
28 ;;;
29 ;;; This file is part of GNU Guix.
30 ;;;
31 ;;; GNU Guix is free software; you can redistribute it and/or modify it
32 ;;; under the terms of the GNU General Public License as published by
33 ;;; the Free Software Foundation; either version 3 of the License, or (at
34 ;;; your option) any later version.
35 ;;;
36 ;;; GNU Guix is distributed in the hope that it will be useful, but
37 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
38 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 ;;; GNU General Public License for more details.
40 ;;;
41 ;;; You should have received a copy of the GNU General Public License
42 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
43
44 ;;; This file only contains Common Lisp libraries.
45 ;;; Common Lisp compilers and tooling go to lisp.scm.
46 ;;; Common Lisp applications should go to the most appropriate file,
47 ;;; e.g. StumpWM is in wm.scm.
48
49 (define-module (gnu packages lisp-xyz)
50 #:use-module (gnu packages)
51 #:use-module ((guix licenses) #:prefix license:)
52 #:use-module (guix packages)
53 #:use-module (guix download)
54 #:use-module (guix git-download)
55 #:use-module (guix hg-download)
56 #:use-module (guix utils)
57 #:use-module (guix build-system asdf)
58 #:use-module (guix build-system trivial)
59 #:use-module (gnu packages base)
60 #:use-module (gnu packages c)
61 #:use-module (gnu packages compression)
62 #:use-module (gnu packages databases)
63 #:use-module (gnu packages enchant)
64 #:use-module (gnu packages file)
65 #:use-module (gnu packages fonts)
66 #:use-module (gnu packages fontutils)
67 #:use-module (gnu packages glib)
68 #:use-module (gnu packages gtk)
69 #:use-module (gnu packages imagemagick)
70 #:use-module (gnu packages libevent)
71 #:use-module (gnu packages libffi)
72 #:use-module (gnu packages linux)
73 #:use-module (gnu packages lisp)
74 #:use-module (gnu packages maths)
75 #:use-module (gnu packages mp3)
76 #:use-module (gnu packages ncurses)
77 #:use-module (gnu packages networking)
78 #:use-module (gnu packages pkg-config)
79 #:use-module (gnu packages python)
80 #:use-module (gnu packages python-xyz)
81 #:use-module (gnu packages sqlite)
82 #:use-module (gnu packages tcl)
83 #:use-module (gnu packages tls)
84 #:use-module (gnu packages video)
85 #:use-module (gnu packages web)
86 #:use-module (gnu packages webkit)
87 #:use-module (gnu packages xdisorg)
88 #:use-module (ice-9 match)
89 #:use-module (srfi srfi-1)
90 #:use-module (srfi srfi-19))
91
92 (define-public sbcl-alexandria
93 (package
94 (name "sbcl-alexandria")
95 (version "1.2")
96 (source
97 (origin
98 (method git-fetch)
99 (uri (git-reference
100 (url "https://gitlab.common-lisp.net/alexandria/alexandria.git")
101 (commit (string-append "v" version))))
102 (sha256
103 (base32
104 "0bcqs0z9xlqgjz43qzgq9i07vdlnjllpm1wwa37wpkg0w975r712"))
105 (file-name (git-file-name name version))))
106 (build-system asdf-build-system/sbcl)
107 (native-inputs
108 `(("rt" ,sbcl-rt)))
109 (synopsis "Collection of portable utilities for Common Lisp")
110 (description
111 "Alexandria is a collection of portable utilities. It does not contain
112 conceptual extensions to Common Lisp. It is conservative in scope, and
113 portable between implementations.")
114 (home-page "https://common-lisp.net/project/alexandria/")
115 (license license:public-domain)))
116
117 (define-public cl-alexandria
118 (sbcl-package->cl-source-package sbcl-alexandria))
119
120 (define-public ecl-alexandria
121 (sbcl-package->ecl-package sbcl-alexandria))
122
123 (define-public sbcl-golden-utils
124 (let ((commit "9424419d867d5c2f819196ee41667a818a5058e7")
125 (revision "1"))
126 (package
127 (name "sbcl-golden-utils")
128 (version (git-version "0.0.0" revision commit))
129 (source
130 (origin
131 (method git-fetch)
132 (uri (git-reference
133 (url "https://git.mfiano.net/mfiano/golden-utils")
134 (commit commit)))
135 (file-name (git-file-name name version))
136 (sha256
137 (base32 "15x0phm6820yj3h37ibi06gjyh6z45sd2nz2n8lcbfflwm086q0h"))))
138 (build-system asdf-build-system/sbcl)
139 (inputs
140 `(("alexandria" ,sbcl-alexandria)))
141 (home-page "https://git.mfiano.net/mfiano/golden-utils")
142 (synopsis "Common Lisp utility library")
143 (description
144 "This is a Common Lisp library providing various utilities.")
145 (license license:expat))))
146
147 (define-public ecl-golden-utils
148 (sbcl-package->ecl-package sbcl-golden-utils))
149
150 (define-public cl-golden-utils
151 (sbcl-package->cl-source-package sbcl-golden-utils))
152
153 (define-public sbcl-asdf-finalizers
154 (let ((commit "7f537f6c598b662ae987c6acc268dd27c25977e0")
155 (revision "1"))
156 (package
157 (name "sbcl-asdf-finalizers")
158 (version (git-version "0.0.0" revision commit))
159 (source
160 (origin
161 (method git-fetch)
162 (uri (git-reference
163 (url "https://gitlab.common-lisp.net/asdf/asdf-finalizers")
164 (commit commit)))
165 (file-name (git-file-name name version))
166 (sha256
167 (base32 "1w56c9yjjydjshsgqxz57qlp2v3r4ilbisnsgiqphvxnhvd41y0v"))))
168 (build-system asdf-build-system/sbcl)
169 (native-inputs
170 `(("fare-utils" ,sbcl-fare-utils)
171 ("hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
172 (arguments
173 `(#:asd-files '("asdf-finalizers.asd"
174 "list-of.asd"
175 "asdf-finalizers-test.asd")
176 #:asd-systems '("asdf-finalizers"
177 "list-of")))
178 (home-page "https://gitlab.common-lisp.net/asdf/asdf-finalizers")
179 (synopsis "Enforced calling of finalizers for Lisp code")
180 (description "This library allows you to implement and enforce proper
181 finalization of compile-time constructs while building Lisp source files.
182
183 It produces two systems: asdf-finalizers and list-of.")
184 (license license:expat))))
185
186 (define-public ecl-asdf-finalizers
187 (sbcl-package->ecl-package sbcl-asdf-finalizers))
188
189 (define-public cl-asdf-finalizers
190 (sbcl-package->cl-source-package sbcl-asdf-finalizers))
191
192 (define-public sbcl-net.didierverna.asdf-flv
193 (package
194 (name "sbcl-net.didierverna.asdf-flv")
195 (version "2.1")
196 (source
197 (origin
198 (method git-fetch)
199 (uri (git-reference
200 (url "https://github.com/didierverna/asdf-flv")
201 (commit (string-append "version-" version))))
202 (file-name (git-file-name "asdf-flv" version))
203 (sha256
204 (base32 "1fi2y4baxan103jbg4idjddzihy03kwnj2mzbwrknw4d4x7xlgwj"))))
205 (build-system asdf-build-system/sbcl)
206 (synopsis "Common Lisp ASDF extension to provide support for file-local variables")
207 (description "ASDF-FLV provides support for file-local variables through
208 ASDF. A file-local variable behaves like @code{*PACKAGE*} and
209 @code{*READTABLE*} with respect to @code{LOAD} and @code{COMPILE-FILE}: a new
210 dynamic binding is created before processing the file, so that any
211 modification to the variable becomes essentially file-local.
212
213 In order to make one or several variables file-local, use the macros
214 @code{SET-FILE-LOCAL-VARIABLE(S)}.")
215 (home-page "https://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv")
216 (license (license:non-copyleft
217 "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html"
218 "GNU All-Permissive License"))))
219
220 (define-public cl-net.didierverna.asdf-flv
221 (sbcl-package->cl-source-package sbcl-net.didierverna.asdf-flv))
222
223 (define-public ecl-net.didierverna.asdf-flv
224 (sbcl-package->ecl-package sbcl-net.didierverna.asdf-flv))
225
226 (define-public sbcl-command-line-arguments
227 (let ((commit "fbac862fb01c0e368141204f3f639920462c23fe")
228 (revision "1"))
229 (package
230 (name "sbcl-command-line-arguments")
231 (version (git-version "2.0.0" revision commit))
232 (source
233 (origin
234 (method git-fetch)
235 (uri (git-reference
236 (url "https://github.com/fare/command-line-arguments")
237 (commit commit)))
238 (file-name (git-file-name name version))
239 (sha256
240 (base32 "054m1ikndzqf72mb9ajaa64136cwr3bgag4yfbi1574a9vq75mjq"))))
241 (build-system asdf-build-system/sbcl)
242 (home-page "https://github.com/fare/command-line-arguments")
243 (synopsis "Trivial command-line argument parsing library for Common Lisp")
244 (description "This is a library to abstract away the parsing of
245 Unix-style command-line arguments. Use it in conjunction with asdf:program-op
246 or cl-launch for portable processing of command-line arguments.")
247 (license license:expat))))
248
249 (define-public ecl-command-line-arguments
250 (sbcl-package->ecl-package sbcl-command-line-arguments))
251
252 (define-public cl-command-line-arguments
253 (sbcl-package->cl-source-package sbcl-command-line-arguments))
254
255 (define-public sbcl-fiveam
256 (package
257 (name "sbcl-fiveam")
258 (version "1.4.1")
259 (source
260 (origin
261 (method git-fetch)
262 (uri (git-reference
263 (url "https://github.com/sionescu/fiveam")
264 (commit (string-append "v" version))))
265 (file-name (git-file-name "fiveam" version))
266 (sha256
267 (base32 "1q3d38pwafnwnw42clq0f8g5xw7pbzr287jl9jsqmb1vb0n1vrli"))))
268 (inputs
269 `(("alexandria" ,sbcl-alexandria)
270 ("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
271 ("trivial-backtrace" ,sbcl-trivial-backtrace)))
272 (build-system asdf-build-system/sbcl)
273 (synopsis "Common Lisp testing framework")
274 (description "FiveAM is a simple (as far as writing and running tests
275 goes) regression testing framework. It has been designed with Common Lisp's
276 interactive development model in mind.")
277 (home-page "https://common-lisp.net/project/fiveam/")
278 (license license:bsd-3)))
279
280 (define-public cl-fiveam
281 (sbcl-package->cl-source-package sbcl-fiveam))
282
283 (define-public ecl-fiveam
284 (sbcl-package->ecl-package sbcl-fiveam))
285
286 (define-public sbcl-cl-irc
287 (let ((commit "963823537c7bfcda2edd4c44d172192da6722175")
288 (revision "0"))
289 (package
290 (name "sbcl-cl-irc")
291 (version (git-version "0.9.2" revision commit))
292 (source
293 (origin
294 (method git-fetch)
295 (uri (git-reference
296 (url "https://salsa.debian.org/common-lisp-team/cl-irc.git")
297 (commit commit)))
298 (file-name (git-file-name "cl-irc" version))
299 (sha256
300 (base32 "1b3nqbb4pj377lxl47rfgrs82pidadnrc65l48bk553c2f59b52w"))))
301 (build-system asdf-build-system/sbcl)
302 (native-inputs
303 ;; Tests only.
304 `(("rt" ,sbcl-rt)))
305 (inputs
306 `(("cl+ssl" ,sbcl-cl+ssl)
307 ("flexi-streams" ,sbcl-flexi-streams)
308 ("split-sequence" ,sbcl-split-sequence)
309 ("usocket" ,sbcl-usocket)))
310 (arguments
311 `(#:asd-systems '("cl-irc") ;; Some inexisting "c" system is
312 ;; found by guix otherwise.
313 #:asd-files '("cl-irc.asd")
314 #:test-asd-file "test/cl-irc-test.asd"))
315 (synopsis "IRC client library for Common Lisp")
316 (description "@code{cl-irc} is a Common Lisp IRC client library that
317 features (partial) DCC, CTCP and all relevant commands from the IRC
318 RFCs (RFC2810, RFC2811 and RFC2812).
319
320 Features:
321 @itemize
322 @item implements all commands in the RFCs
323 @item extra convenience commands such as op/deop, ban, ignore, etc.
324 @item partial DCC SEND/CHAT support
325 @item event driven model with hooks makes interfacing easy
326 @item the user can keep multiple connections
327 @item all CTCP commands
328 @end itemize\n")
329 (home-page "https://common-lisp.net/project/cl-irc/")
330 (license license:bsd-2))))
331
332 (define-public cl-irc
333 (sbcl-package->cl-source-package sbcl-cl-irc))
334
335 (define-public ecl-cl-irc
336 (sbcl-package->ecl-package sbcl-cl-irc))
337
338 (define-public sbcl-trivial-timeout
339 (let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
340 (revision "1"))
341 (package
342 (name "sbcl-trivial-timeout")
343 (version (git-version "0.1.5" revision commit))
344 (source
345 (origin
346 (method git-fetch)
347 (uri (git-reference
348 (url "https://github.com/gwkkwg/trivial-timeout/")
349 (commit commit)))
350 (file-name (git-file-name "trivial-timeout" version))
351 (sha256
352 (base32 "1kninxwvvih9nhh7a9y8lfgi7pdr76675y1clw4ss17vz8fbim5p"))))
353 (build-system asdf-build-system/sbcl)
354 (native-inputs
355 `(("lift" ,sbcl-lift)))
356 (arguments
357 ;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this library
358 ;; tests use some deprecated functionality and keep failing.
359 `(#:tests? #f))
360 (home-page "https://github.com/gwkkwg/trivial-timeout/")
361 (synopsis "Timeout library for Common Lisp")
362 (description
363 "This library provides an OS and implementation independent access to
364 timeouts.")
365 (license license:expat))))
366
367 (define-public ecl-trivial-timeout
368 (sbcl-package->ecl-package sbcl-trivial-timeout))
369
370 (define-public cl-trivial-timeout
371 (sbcl-package->cl-source-package sbcl-trivial-timeout))
372
373 (define-public sbcl-bordeaux-threads
374 (package
375 (name "sbcl-bordeaux-threads")
376 (version "0.8.8")
377 (source (origin
378 (method git-fetch)
379 (uri (git-reference
380 (url "https://github.com/sionescu/bordeaux-threads")
381 (commit (string-append "v" version))))
382 (sha256
383 (base32 "19i443fz3488v1pbbr9x24y8h8vlyhny9vj6c9jk5prm702awrp6"))
384 (file-name
385 (git-file-name "bordeaux-threads" version))))
386 (inputs `(("alexandria" ,sbcl-alexandria)))
387 (native-inputs `(("fiveam" ,sbcl-fiveam)))
388 (build-system asdf-build-system/sbcl)
389 (synopsis "Portable shared-state concurrency library for Common Lisp")
390 (description "BORDEAUX-THREADS is a proposed standard for a minimal
391 MP/Threading interface. It is similar to the CLIM-SYS threading and lock
392 support.")
393 (home-page "https://common-lisp.net/project/bordeaux-threads/")
394 (license license:x11)))
395
396 (define-public cl-bordeaux-threads
397 (sbcl-package->cl-source-package sbcl-bordeaux-threads))
398
399 (define-public ecl-bordeaux-threads
400 (sbcl-package->ecl-package sbcl-bordeaux-threads))
401
402 (define-public sbcl-trivial-gray-streams
403 (let ((revision "1")
404 (commit "ebd59b1afed03b9dc8544320f8f432fdf92ab010"))
405 (package
406 (name "sbcl-trivial-gray-streams")
407 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
408 (source
409 (origin
410 (method git-fetch)
411 (uri
412 (git-reference
413 (url "https://github.com/trivial-gray-streams/trivial-gray-streams")
414 (commit commit)))
415 (sha256
416 (base32 "0b1pxlccmnagk9cbh4cy8s5k66g3x0gwib5shjwr24xvrji6lp94"))
417 (file-name
418 (string-append "trivial-gray-streams-" version "-checkout"))))
419 (build-system asdf-build-system/sbcl)
420 (synopsis "Compatibility layer for Gray streams implementations")
421 (description "Gray streams is an interface proposed for inclusion with
422 ANSI CL by David N. Gray. The proposal did not make it into ANSI CL, but most
423 popular CL implementations implement it. This package provides an extremely
424 thin compatibility layer for gray streams.")
425 (home-page "https://www.cliki.net/trivial-gray-streams")
426 (license license:x11))))
427
428 (define-public cl-trivial-gray-streams
429 (sbcl-package->cl-source-package sbcl-trivial-gray-streams))
430
431 (define-public ecl-trivial-gray-streams
432 (sbcl-package->ecl-package sbcl-trivial-gray-streams))
433
434 (define-public sbcl-fiasco
435 (let ((commit "d62f7558b21addc89f87e306f65d7f760632655f")
436 (revision "1"))
437 (package
438 (name "sbcl-fiasco")
439 (version (git-version "0.0.1" revision commit))
440 (source
441 (origin
442 (method git-fetch)
443 (uri (git-reference
444 (url "https://github.com/joaotavora/fiasco")
445 (commit commit)))
446 (file-name (git-file-name "fiasco" version))
447 (sha256
448 (base32
449 "1zwxs3d6iswayavcmb49z2892xhym7n556d8dnmvalc32pm9bkjh"))))
450 (build-system asdf-build-system/sbcl)
451 (inputs
452 `(("alexandria" ,sbcl-alexandria)
453 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
454 (synopsis "Simple and powerful test framework for Common Lisp")
455 (description "A Common Lisp test framework that treasures your failures,
456 logical continuation of Stefil. It focuses on interactive debugging.")
457 (home-page "https://github.com/joaotavora/fiasco")
458 ;; LICENCE specifies this is public-domain unless the legislation
459 ;; doesn't allow or recognize it. In that case it falls back to a
460 ;; permissive licence.
461 (license (list license:public-domain
462 (license:x11-style "file://LICENCE"))))))
463
464 (define-public cl-fiasco
465 (sbcl-package->cl-source-package sbcl-fiasco))
466
467 (define-public ecl-fiasco
468 (sbcl-package->ecl-package sbcl-fiasco))
469
470 (define-public sbcl-flexi-streams
471 (package
472 (name "sbcl-flexi-streams")
473 (version "1.0.18")
474 (source
475 (origin
476 (method git-fetch)
477 (uri (git-reference
478 (url "https://github.com/edicl/flexi-streams")
479 (commit (string-append "v" version))))
480 (file-name (git-file-name "flexi-streams" version))
481 (sha256
482 (base32 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
483 (build-system asdf-build-system/sbcl)
484 (arguments
485 `(#:phases
486 (modify-phases %standard-phases
487 (add-after 'unpack 'make-git-checkout-writable
488 (lambda _
489 (for-each make-file-writable (find-files "."))
490 #t)))))
491 (inputs `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
492 (synopsis "Implementation of virtual bivalent streams for Common Lisp")
493 (description "Flexi-streams is an implementation of \"virtual\" bivalent
494 streams that can be layered atop real binary or bivalent streams and that can
495 be used to read and write character data in various single- or multi-octet
496 encodings which can be changed on the fly. It also supplies in-memory binary
497 streams which are similar to string streams.")
498 (home-page "http://weitz.de/flexi-streams/")
499 (license license:bsd-3)))
500
501 (define-public cl-flexi-streams
502 (sbcl-package->cl-source-package sbcl-flexi-streams))
503
504 (define-public ecl-flexi-streams
505 (sbcl-package->ecl-package sbcl-flexi-streams))
506
507 (define-public sbcl-cl-abnf
508 ;; There are no releases
509 (let ((commit "ba1fbb104dedbdaddb1ef93d2e4da711bd96cd70")
510 (revision "1"))
511 (package
512 (name "sbcl-cl-abnf")
513 (version (git-version "0.0.0" revision commit))
514 (source
515 (origin
516 (method git-fetch)
517 (uri (git-reference
518 (url "https://github.com/dimitri/cl-abnf")
519 (commit commit)))
520 (file-name (git-file-name "cl-abnf" version))
521 (sha256
522 (base32 "0f09nsndxa90acm71zd4qdnp40v705a4sqm04mnv9x76h6dlggmz"))))
523 (build-system asdf-build-system/sbcl)
524 (inputs
525 `(("cl-ppcre" ,sbcl-cl-ppcre)
526 ("esrap" ,sbcl-esrap)))
527 (arguments
528 `(#:asd-systems '("abnf")))
529 (home-page "https://github.com/dimitri/cl-abnf")
530 (synopsis "ABNF parser generator for Common Lisp")
531 (description "This Common Lisp library implements a parser generator for
532 the ABNF grammar format as described in RFC2234. The generated parser is a
533 regular expression scanner provided by the cl-ppcre lib, which means that we
534 can't parse recursive grammar definition. One such definition is the ABNF
535 definition as given by the RFC. Fortunately, as you have this lib, you most
536 probably don't need to generate another parser to handle that particular ABNF
537 grammar.")
538 (license license:expat))))
539
540 (define-public cl-abnf
541 (sbcl-package->cl-source-package sbcl-cl-abnf))
542
543 (define-public ecl-cl-abnf
544 (sbcl-package->ecl-package sbcl-cl-abnf))
545
546 (define-public sbcl-cl-ppcre
547 (package
548 (name "sbcl-cl-ppcre")
549 (version "2.1.1")
550 (source
551 (origin
552 (method git-fetch)
553 (uri (git-reference
554 (url "https://github.com/edicl/cl-ppcre")
555 (commit (string-append "v" version))))
556 (file-name (git-file-name "cl-ppcre" version))
557 (sha256
558 (base32 "0dwvr29diqzcg5n6jvbk2rnd90i05l7n828hhw99khmqd0kz7xsi"))))
559 (build-system asdf-build-system/sbcl)
560 (native-inputs
561 `(("flexi-streams" ,sbcl-flexi-streams)))
562 (arguments
563 `(#:phases
564 (modify-phases %standard-phases
565 (add-after 'unpack 'disable-ppcre-unicode
566 ;; cl-ppcre and cl-ppcre-unicode are put in different packages
567 ;; to work around the circular dependency between edicl/cl-ppcre
568 ;; and edicl/cl-unicode.
569 (lambda _
570 (delete-file "cl-ppcre-unicode.asd")
571 #t)))))
572 (synopsis "Portable regular expression library for Common Lisp")
573 (description "CL-PPCRE is a portable regular expression library for Common
574 Lisp, which is compatible with perl. It is pretty fast, thread-safe, and
575 compatible with ANSI-compliant Common Lisp implementations.")
576 (home-page "http://weitz.de/cl-ppcre/")
577 (license license:bsd-2)))
578
579 (define-public cl-ppcre
580 (sbcl-package->cl-source-package sbcl-cl-ppcre))
581
582 (define-public ecl-cl-ppcre
583 (sbcl-package->ecl-package sbcl-cl-ppcre))
584
585 (define-public sbcl-parse
586 (let ((commit "2351ee78acac065fcf10b8713d3f404e2e910786")
587 (revision "1"))
588 (package
589 (name "sbcl-parse")
590 (version (git-version "1.0" revision commit))
591 (source
592 (origin
593 (method git-fetch)
594 (uri (git-reference
595 (url "https://github.com/massung/parse")
596 (commit commit)))
597 (file-name (git-file-name "parse" version))
598 (sha256
599 (base32 "0l18yabyh7jizm5lgvra0jxi8s1cfwghidi6ix1pyixjkdbjlmvy"))))
600 (build-system asdf-build-system/sbcl)
601 (home-page "https://github.com/massung/parse")
602 (synopsis "Monadic parsing for Common Lisp")
603 (description
604 "PARSE is a simple token parsing library for Common Lisp.")
605 (license license:asl2.0))))
606
607 (define-public ecl-parse
608 (sbcl-package->ecl-package sbcl-parse))
609
610 (define-public cl-parse
611 (sbcl-package->cl-source-package sbcl-parse))
612
613 (define-public sbcl-re
614 (let ((commit "cfbc1f482970221e80d445080a188fd5c755cd2c")
615 (revision "1"))
616 (package
617 (name "sbcl-re")
618 (version (git-version "1.0" revision commit))
619 (source
620 (origin
621 (method git-fetch)
622 (uri (git-reference
623 (url "https://github.com/massung/re")
624 (commit commit)))
625 (file-name (git-file-name "re" version))
626 (sha256
627 (base32 "1y2gq2sckspnq8118bix55p2j43dk9qn3p8a2rplp1ip2qxqbb1i"))))
628 (build-system asdf-build-system/sbcl)
629 (inputs
630 `(("parse" ,sbcl-parse)))
631 (home-page "https://github.com/massung/re")
632 (synopsis "Lua-style Pattern Matching for Common Lisp")
633 (description
634 "RE is a small, portable, lightweight, and quick, regular
635 expression library for Common Lisp. It is a non-recursive, backtracing VM.")
636 (license license:asl2.0))))
637
638 (define-public ecl-re
639 (sbcl-package->ecl-package sbcl-re))
640
641 (define-public cl-re
642 (sbcl-package->cl-source-package sbcl-re))
643
644 (define-public sbcl-ubiquitous
645 (let ((commit "35eb7bd9e1b3daee1705f6b41260775180cce8af")
646 (revision "1"))
647 (package
648 (name "sbcl-ubiquitous")
649 (version (git-version "2.0.0" revision commit))
650 (source
651 (origin
652 (method git-fetch)
653 (uri (git-reference
654 (url "https://github.com/Shinmera/ubiquitous")
655 (commit commit)))
656 (file-name (git-file-name "ubiquitous" version))
657 (sha256
658 (base32 "1xlkaqmjcpkiv2xl2s2pvvrv976dlc846wm16s1lj62iy1315i49"))))
659 (build-system asdf-build-system/sbcl)
660 (inputs
661 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
662 (arguments
663 '(#:asd-systems '("ubiquitous"
664 "ubiquitous-concurrent")))
665 (home-page "https://shinmera.github.io/ubiquitous/")
666 (synopsis "Application configuration mechanism for Common Lisp")
667 (description
668 "@code{UBIQUITOUS} is a very easy-to-use library for persistent
669 configuration storage. It automatically takes care of finding a suitable place
670 to save your data, and provides simple functions to access and modify the data
671 within.")
672 (license license:zlib))))
673
674 (define-public ecl-ubiquitous
675 (sbcl-package->ecl-package sbcl-ubiquitous))
676
677 (define-public cl-ubiquitous
678 (sbcl-package->cl-source-package sbcl-ubiquitous))
679
680 (define-public sbcl-uax-15
681 (package
682 (name "sbcl-uax-15")
683 (version "0.1.1")
684 (source
685 (origin
686 (method git-fetch)
687 (uri (git-reference
688 (url "https://github.com/sabracrolleton/uax-15")
689 (commit (string-append "v" version))))
690 (file-name (git-file-name "uax-15" version))
691 (sha256
692 (base32 "0p2ckw7mzxhwa9vbwj2q2dzayz9dl94d9yqd2ynp0pc5v8i0n2fr"))))
693 (build-system asdf-build-system/sbcl)
694 (arguments
695 `(#:asd-systems
696 '("uax-15")))
697 (native-inputs
698 `(("fiveam" ,sbcl-fiveam)))
699 (inputs
700 `(("cl-ppcre" ,sbcl-cl-ppcre)
701 ("split-sequence" ,sbcl-split-sequence)))
702 (home-page "https://github.com/sabracrolleton/uax-15")
703 (synopsis "Common Lisp implementation of unicode normalization functions")
704 (description
705 "This package provides supports for unicode normalization, RFC8264 and
706 RFC7564.")
707 (license license:expat)))
708
709 (define-public cl-uax-15
710 (sbcl-package->cl-source-package sbcl-uax-15))
711
712 (define-public ecl-uax-15
713 (sbcl-package->ecl-package sbcl-uax-15))
714
715 (define-public sbcl-cl-unicode
716 (package
717 (name "sbcl-cl-unicode")
718 (version "0.1.6")
719 (source (origin
720 (method git-fetch)
721 (uri (git-reference
722 (url "https://github.com/edicl/cl-unicode")
723 (commit (string-append "v" version))))
724 (file-name (git-file-name name version))
725 (sha256
726 (base32
727 "0ykx2s9lqfl74p1px0ik3l2izd1fc9jd1b4ra68s5x34rvjy0hza"))))
728 (build-system asdf-build-system/sbcl)
729 (native-inputs
730 `(("flexi-streams" ,sbcl-flexi-streams)))
731 (inputs
732 `(("cl-ppcre" ,sbcl-cl-ppcre)))
733 (home-page "http://weitz.de/cl-unicode/")
734 (synopsis "Portable Unicode library for Common Lisp")
735 (description "CL-UNICODE is a portable Unicode library Common Lisp, which
736 is compatible with perl. It is pretty fast, thread-safe, and compatible with
737 ANSI-compliant Common Lisp implementations.")
738 (license license:bsd-2)))
739
740 (define-public ecl-cl-unicode
741 (sbcl-package->ecl-package sbcl-cl-unicode))
742
743 (define-public cl-unicode
744 (sbcl-package->cl-source-package sbcl-cl-unicode))
745
746 (define-public sbcl-cl-ppcre-unicode
747 (package (inherit sbcl-cl-ppcre)
748 (name "sbcl-cl-ppcre-unicode")
749 (inputs
750 `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
751 ("sbcl-cl-unicode" ,sbcl-cl-unicode)))
752 (arguments
753 `(#:tests? #f ; tests fail with "Component :CL-PPCRE-TEST not found"
754 #:phases
755 (modify-phases %standard-phases
756 (add-after 'unpack 'disable-ppcre
757 ;; cl-ppcre and cl-ppcre-unicode are put in different packages
758 ;; to work around the circular dependency between edicl/cl-ppcre
759 ;; and edicl/cl-unicode.
760 (lambda _
761 (delete-file "cl-ppcre.asd")
762 #t)))))))
763
764 (define-public cl-ppcre-unicode
765 (sbcl-package->cl-source-package sbcl-cl-ppcre-unicode))
766
767 (define-public ecl-cl-ppcre-unicode
768 (sbcl-package->ecl-package sbcl-cl-ppcre-unicode))
769
770 (define-public sbcl-zpb-ttf
771 (package
772 (name "sbcl-zpb-ttf")
773 (version "1.0.3")
774 (source
775 (origin
776 (method git-fetch)
777 (uri (git-reference
778 (url "https://github.com/xach/zpb-ttf")
779 (commit (string-append "release-" version))))
780 (file-name (git-file-name name version))
781 (sha256
782 (base32
783 "1wh66vjijzqlydnrihynpwp6796917xwrh0i9li93c17kyxa74ih"))))
784 (build-system asdf-build-system/sbcl)
785 (home-page "https://github.com/xach/zpb-ttf")
786 (synopsis "TrueType font file access for Common Lisp")
787 (description
788 "ZPB-TTF is a TrueType font file parser that provides an interface for
789 reading typographic metrics, glyph outlines, and other information from the
790 file.")
791 (license license:bsd-2)))
792
793 (define-public ecl-zpb-ttf
794 (sbcl-package->ecl-package sbcl-zpb-ttf))
795
796 (define-public cl-zpb-ttf
797 (sbcl-package->cl-source-package sbcl-zpb-ttf))
798
799 (define-public sbcl-cl-vectors
800 (package
801 (name "sbcl-cl-vectors")
802 (version "0.1.5")
803 (source
804 (origin
805 (method url-fetch)
806 (uri (string-append "http://projects.tuxee.net/cl-vectors/"
807 "files/cl-vectors-" version ".tar.gz"))
808 (sha256
809 (base32
810 "04lhwi0kq8pkwhgd885pk80m1cp9sfvjjn5zj70s1dnckibhdmqh"))))
811 (build-system asdf-build-system/sbcl)
812 (inputs
813 `(("zpb-ttf" ,sbcl-zpb-ttf)))
814 (arguments
815 '(#:asd-systems '("cl-vectors"
816 "cl-paths-ttf")))
817 (home-page "http://projects.tuxee.net/cl-vectors/")
818 (synopsis "Create, transform and render anti-aliased vectorial paths")
819 (description
820 "This is a pure Common Lisp library to create, transform and render
821 anti-aliased vectorial paths.")
822 (license license:expat)))
823
824 (define-public ecl-cl-vectors
825 (sbcl-package->ecl-package sbcl-cl-vectors))
826
827 (define-public cl-vectors
828 (sbcl-package->cl-source-package sbcl-cl-vectors))
829
830 (define-public sbcl-spatial-trees
831 ;; There have been no releases.
832 (let ((commit "81fdad0a0bf109c80a53cc96eca2e093823400ba")
833 (revision "1"))
834 (package
835 (name "sbcl-spatial-trees")
836 (version (git-version "0" revision commit))
837 (source
838 (origin
839 (method git-fetch)
840 (uri (git-reference
841 (url "https://github.com/rpav/spatial-trees")
842 (commit commit)))
843 (file-name (git-file-name name version))
844 (sha256
845 (base32
846 "11rhc6h501dwcik2igkszz7b9n515cr99m5pjh4r2qfwgiri6ysa"))))
847 (build-system asdf-build-system/sbcl)
848 (arguments
849 '(#:tests? #f ; spatial-trees.test requires spatial-trees.nns
850 #:test-asd-file "spatial-trees.test.asd"))
851 (native-inputs
852 `(("fiveam" ,sbcl-fiveam)))
853 (home-page "https://github.com/rpav/spatial-trees")
854 (synopsis "Dynamic index data structures for spatially-extended data")
855 (description
856 "Spatial-trees is a set of dynamic index data structures for
857 spatially-extended data.")
858 (license license:bsd-3))))
859
860 (define-public ecl-spatial-trees
861 (sbcl-package->ecl-package sbcl-spatial-trees))
862
863 (define-public cl-spatial-trees
864 (sbcl-package->cl-source-package sbcl-spatial-trees))
865
866 (define-public sbcl-flexichain
867 ;; There are no releases.
868 (let ((commit "13d2a6c505ed0abfcd4c4ec7d7145059b06855d6")
869 (revision "1"))
870 (package
871 (name "sbcl-flexichain")
872 (version "1.5.1")
873 (source
874 (origin
875 (method git-fetch)
876 (uri (git-reference
877 (url "https://github.com/robert-strandh/Flexichain")
878 (commit commit)))
879 (file-name (git-file-name name version))
880 (sha256
881 (base32
882 "0pfyvhsfbjd2sjb30grfs52r51a428xglv7bwydvpg2lc117qimg"))))
883 (build-system asdf-build-system/sbcl)
884 (home-page "https://github.com/robert-strandh/Flexichain.git")
885 (synopsis "Dynamically add elements to or remove them from sequences")
886 (description
887 "This package provides an implementation of the flexichain protocol,
888 allowing client code to dynamically add elements to, and delete elements from
889 a sequence (or chain) of such elements.")
890 (license license:lgpl2.1+))))
891
892 (define-public ecl-flexichain
893 (sbcl-package->ecl-package sbcl-flexichain))
894
895 (define-public cl-flexichain
896 (sbcl-package->cl-source-package sbcl-flexichain))
897
898 (define-public sbcl-cl-pdf
899 ;; There are no releases
900 (let ((commit "752e337e6d6fc206f09d091a982e7f8e5c404e4e")
901 (revision "1"))
902 (package
903 (name "sbcl-cl-pdf")
904 (version (git-version "0" revision commit))
905 (source
906 (origin
907 (method git-fetch)
908 (uri (git-reference
909 (url "https://github.com/mbattyani/cl-pdf")
910 (commit commit)))
911 (file-name (git-file-name name version))
912 (sha256
913 (base32
914 "1cg3k3m3r11ipb8j008y8ipynj97l3xjlpi2knqc9ndmx4r3kb1r"))))
915 (build-system asdf-build-system/sbcl)
916 (inputs
917 `(("iterate" ,sbcl-iterate)
918 ("zpb-ttf" ,sbcl-zpb-ttf)))
919 (home-page "https://github.com/mbattyani/cl-pdf")
920 (synopsis "Common Lisp library for generating PDF files")
921 (description
922 "CL-PDF is a cross-platform Common Lisp library for generating PDF
923 files.")
924 (license license:bsd-2))))
925
926 (define-public ecl-cl-pdf
927 (sbcl-package->ecl-package sbcl-cl-pdf))
928
929 (define-public cl-pdf
930 (sbcl-package->cl-source-package sbcl-cl-pdf))
931
932 (define-public sbcl-clx
933 (package
934 (name "sbcl-clx")
935 (version "0.7.5")
936 (source
937 (origin
938 (method git-fetch)
939 (uri
940 (git-reference
941 (url "https://github.com/sharplispers/clx")
942 (commit version)))
943 (sha256
944 (base32
945 "1vi67z9hpj5rr4xcmfbfwzmlcc0ah7hzhrmfid6lqdkva238v2wf"))
946 (file-name (string-append "clx-" version))))
947 (build-system asdf-build-system/sbcl)
948 (native-inputs
949 `(("fiasco" ,sbcl-fiasco)))
950 (home-page "https://www.cliki.net/portable-clx")
951 (synopsis "X11 client library for Common Lisp")
952 (description "CLX is an X11 client library for Common Lisp. The code was
953 originally taken from a CMUCL distribution, was modified somewhat in order to
954 make it compile and run under SBCL, then a selection of patches were added
955 from other CLXes around the net.")
956 (license license:x11)))
957
958 (define-public cl-clx
959 (sbcl-package->cl-source-package sbcl-clx))
960
961 (define-public ecl-clx
962 (sbcl-package->ecl-package sbcl-clx))
963
964 (define-public sbcl-clx-truetype
965 (let ((commit "c6e10a918d46632324d5863a8ed067a83fc26de8")
966 (revision "1"))
967 (package
968 (name "sbcl-clx-truetype")
969 (version (git-version "0.0.1" revision commit))
970 (source
971 (origin
972 (method git-fetch)
973 (uri (git-reference
974 (url "https://github.com/l04m33/clx-truetype")
975 (commit commit)))
976 (file-name (git-file-name name version))
977 (sha256
978 (base32
979 "079hyp92cjkdfn6bhkxsrwnibiqbz4y4af6nl31lzw6nm91j5j37"))
980 (modules '((guix build utils)))
981 (snippet
982 '(begin
983 (substitute* "package.lisp"
984 ((":export") ":export\n :+font-cache-filename+"))
985 #t))))
986 (build-system asdf-build-system/sbcl)
987 (inputs
988 `(("clx" ,sbcl-clx)
989 ("zpb-ttf" ,sbcl-zpb-ttf)
990 ("cl-vectors" ,sbcl-cl-vectors)
991 ("cl-fad" ,sbcl-cl-fad)
992 ("cl-store" ,sbcl-cl-store)
993 ("trivial-features" ,sbcl-trivial-features)))
994 (home-page "https://github.com/l04m33/clx-truetype")
995 (synopsis "Antialiased TrueType font rendering using CLX and XRender")
996 (description "CLX-TrueType is pure common lisp solution for
997 antialiased TrueType font rendering using CLX and XRender extension.")
998 (license license:expat))))
999
1000 (define-public cl-clx-truetype
1001 (sbcl-package->cl-source-package sbcl-clx-truetype))
1002
1003 (define-public ecl-clx-truetype
1004 (sbcl-package->ecl-package sbcl-clx-truetype))
1005
1006 (define-public sbcl-slynk
1007 (let ((commit "fb84318c08f59bc786e047006fc81e2ace568309"))
1008 (package
1009 (name "sbcl-slynk")
1010 (version (git-version "1.0.43" "4" commit))
1011 (source
1012 (origin
1013 (method git-fetch)
1014 (uri
1015 (git-reference
1016 (url "https://github.com/joaotavora/sly")
1017 (commit commit)))
1018 (sha256
1019 (base32 "0z123k9ak7yjb9bxb5qx48f33ma8066rhkqh8xc14z7shk75jybj"))
1020 (file-name (git-file-name "slynk" version))))
1021 (build-system asdf-build-system/sbcl)
1022 (outputs '("out" "image"))
1023 (arguments
1024 `(#:phases
1025 (modify-phases %standard-phases
1026 (add-after 'create-asdf-configuration 'build-image
1027 (lambda* (#:key outputs #:allow-other-keys)
1028 (build-image (string-append
1029 (assoc-ref %outputs "image")
1030 "/bin/slynk")
1031 %outputs
1032 #:dependencies '("slynk"
1033 "slynk/arglists"
1034 "slynk/fancy-inspector"
1035 "slynk/package-fu"
1036 "slynk/mrepl"
1037 "slynk/trace-dialog"
1038 "slynk/profiler"
1039 "slynk/stickers"
1040 "slynk/indentation"
1041 "slynk/retro"))
1042 #t)))))
1043 (synopsis "Common Lisp IDE for Emacs")
1044 (description "SLY is a fork of SLIME, an IDE backend for Common Lisp.
1045 It also features a completely redesigned REPL based on Emacs's own
1046 full-featured @code{comint-mode}, live code annotations, and a consistent interactive
1047 button interface. Everything can be copied to the REPL. One can create
1048 multiple inspectors with independent history.")
1049 (home-page "https://github.com/joaotavora/sly")
1050 (license license:public-domain)
1051 (properties `((cl-source-variant . ,(delay cl-slynk)))))))
1052
1053 (define-public cl-slynk
1054 (sbcl-package->cl-source-package sbcl-slynk))
1055
1056 (define-public ecl-slynk
1057 (let ((pkg (sbcl-package->ecl-package sbcl-slynk)))
1058 (package
1059 (inherit pkg)
1060 (outputs '("out"))
1061 (arguments
1062 (substitute-keyword-arguments (package-arguments pkg)
1063 ((#:phases phases)
1064 `(modify-phases ,phases
1065 (delete 'build-image))))))))
1066
1067 (define-public sbcl-parse-js
1068 (let ((commit "fbadc6029bec7039602abfc06c73bb52970998f6")
1069 (revision "1"))
1070 (package
1071 (name "sbcl-parse-js")
1072 (version (string-append "0.0.0-" revision "." (string-take commit 9)))
1073 (source
1074 (origin
1075 (method git-fetch)
1076 (uri (git-reference
1077 (url "http://marijn.haverbeke.nl/git/parse-js")
1078 (commit commit)))
1079 (file-name (string-append name "-" commit "-checkout"))
1080 (sha256
1081 (base32
1082 "1wddrnr5kiya5s3gp4cdq6crbfy9fqcz7fr44p81502sj3bvdv39"))))
1083 (build-system asdf-build-system/sbcl)
1084 (home-page "https://marijnhaverbeke.nl/parse-js/")
1085 (synopsis "Parse JavaScript")
1086 (description "Parse-js is a Common Lisp package for parsing
1087 JavaScript (ECMAScript 3). It has basic support for ECMAScript 5.")
1088 (license license:zlib))))
1089
1090 (define-public cl-parse-js
1091 (sbcl-package->cl-source-package sbcl-parse-js))
1092
1093 (define-public ecl-parse-js
1094 (sbcl-package->ecl-package sbcl-parse-js))
1095
1096 (define-public sbcl-parse-number
1097 (package
1098 (name "sbcl-parse-number")
1099 (version "1.7")
1100 (source
1101 (origin
1102 (method git-fetch)
1103 (uri (git-reference
1104 (url "https://github.com/sharplispers/parse-number/")
1105 (commit (string-append "v" version))))
1106 (file-name (git-file-name name version))
1107 (sha256
1108 (base32
1109 "0sk06ib1bhqv9y39vwnnw44vmbc4b0kvqm37xxmkxd4dwchq82d7"))))
1110 (build-system asdf-build-system/sbcl)
1111 (home-page "https://www.cliki.net/PARSE-NUMBER")
1112 (synopsis "Parse numbers")
1113 (description "@code{parse-number} is a library of functions for parsing
1114 strings into one of the standard Common Lisp number types without using the
1115 reader. @code{parse-number} accepts an arbitrary string and attempts to parse
1116 the string into one of the standard Common Lisp number types, if possible, or
1117 else @code{parse-number} signals an error of type @code{invalid-number}.")
1118 (license license:bsd-3)))
1119
1120 (define-public cl-parse-number
1121 (sbcl-package->cl-source-package sbcl-parse-number))
1122
1123 (define-public ecl-parse-number
1124 (sbcl-package->ecl-package sbcl-parse-number))
1125
1126 (define-public sbcl-iterate
1127 (package
1128 (name "sbcl-iterate")
1129 (version "1.5")
1130 (source
1131 (origin
1132 (method url-fetch)
1133 (uri (string-append "https://common-lisp.net/project/iterate/releases/"
1134 "iterate-" version ".tar.gz"))
1135 (sha256
1136 (base32
1137 "1lqsbhrkfl0yif46aymvb7l3nb9wdcmj4jyw485blj32jb4famzn"))))
1138 (build-system asdf-build-system/sbcl)
1139 (native-inputs
1140 `(("rt" ,sbcl-rt)))
1141 (home-page "https://common-lisp.net/project/iterate/")
1142 (synopsis "Iteration construct for Common Lisp")
1143 (description "@code{iterate} is an iteration construct for Common Lisp.
1144 It is similar to the @code{CL:LOOP} macro, with these distinguishing marks:
1145
1146 @itemize
1147 @item it is extensible,
1148 @item it helps editors like Emacs indent iterate forms by having a more
1149 lisp-like syntax, and
1150 @item it isn't part of the ANSI standard for Common Lisp.
1151 @end itemize\n")
1152 (license license:expat)))
1153
1154 (define-public cl-iterate
1155 (sbcl-package->cl-source-package sbcl-iterate))
1156
1157 (define-public ecl-iterate
1158 (sbcl-package->ecl-package sbcl-iterate))
1159
1160 (define-public sbcl-cl-uglify-js
1161 ;; There have been many bug fixes since the 2010 release.
1162 (let ((commit "429c5e1d844e2f96b44db8fccc92d6e8e28afdd5")
1163 (revision "1"))
1164 (package
1165 (name "sbcl-cl-uglify-js")
1166 (version (string-append "0.1-" revision "." (string-take commit 9)))
1167 (source
1168 (origin
1169 (method git-fetch)
1170 (uri (git-reference
1171 (url "https://github.com/mishoo/cl-uglify-js")
1172 (commit commit)))
1173 (file-name (git-file-name name version))
1174 (sha256
1175 (base32
1176 "0k39y3c93jgxpr7gwz7w0d8yknn1fdnxrjhd03057lvk5w8js27a"))))
1177 (build-system asdf-build-system/sbcl)
1178 (inputs
1179 `(("sbcl-parse-js" ,sbcl-parse-js)
1180 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
1181 ("sbcl-cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
1182 ("sbcl-parse-number" ,sbcl-parse-number)
1183 ("sbcl-iterate" ,sbcl-iterate)))
1184 (home-page "https://github.com/mishoo/cl-uglify-js")
1185 (synopsis "JavaScript compressor library for Common Lisp")
1186 (description "This is a Common Lisp version of UglifyJS, a JavaScript
1187 compressor. It works on data produced by @code{parse-js} to generate a
1188 @dfn{minified} version of the code. Currently it can:
1189
1190 @itemize
1191 @item reduce variable names (usually to single letters)
1192 @item join consecutive @code{var} statements
1193 @item resolve simple binary expressions
1194 @item group most consecutive statements using the @code{sequence} operator (comma)
1195 @item remove unnecessary blocks
1196 @item convert @code{IF} expressions in various ways that result in smaller code
1197 @item remove some unreachable code
1198 @end itemize\n")
1199 (license license:zlib))))
1200
1201 (define-public cl-uglify-js
1202 (sbcl-package->cl-source-package sbcl-cl-uglify-js))
1203
1204 (define-public ecl-cl-uglify-js
1205 (sbcl-package->ecl-package sbcl-cl-uglify-js))
1206
1207 (define-public uglify-js
1208 (package
1209 (inherit sbcl-cl-uglify-js)
1210 (name "uglify-js")
1211 (build-system trivial-build-system)
1212 (arguments
1213 `(#:modules ((guix build utils))
1214 #:builder
1215 (let* ((bin (string-append (assoc-ref %outputs "out") "/bin/"))
1216 (script (string-append bin "uglify-js")))
1217 (use-modules (guix build utils))
1218 (mkdir-p bin)
1219 (with-output-to-file script
1220 (lambda _
1221 (format #t "#!~a/bin/sbcl --script
1222
1223 (require :asdf)
1224 (asdf:initialize-source-registry
1225 #p\"~a/etc/common-lisp/source-registry.conf.d/\")
1226 (asdf:initialize-output-translations
1227 #p\"~a/etc/common-lisp/asdf-output-translations.conf.d/\")"
1228 (assoc-ref %build-inputs "sbcl")
1229 (assoc-ref %build-inputs "sbcl-cl-uglify-js")
1230 (assoc-ref %build-inputs "sbcl-cl-uglify-js"))
1231 ;; FIXME: cannot use progn here because otherwise it fails to
1232 ;; find cl-uglify-js.
1233 (for-each
1234 write
1235 '(;; Quiet, please!
1236 (let ((*standard-output* (make-broadcast-stream))
1237 (*error-output* (make-broadcast-stream)))
1238 (asdf:load-system :cl-uglify-js))
1239 (let ((file (cadr *posix-argv*)))
1240 (if file
1241 (format t "~a"
1242 (cl-uglify-js:ast-gen-code
1243 (cl-uglify-js:ast-mangle
1244 (cl-uglify-js:ast-squeeze
1245 (with-open-file (in file)
1246 (parse-js:parse-js in))))
1247 :beautify nil))
1248 (progn
1249 (format *error-output*
1250 "Please provide a JavaScript file.~%")
1251 (sb-ext:exit :code 1))))))))
1252 (chmod script #o755)
1253 #t)))
1254 (inputs
1255 `(("sbcl" ,sbcl)
1256 ("sbcl-cl-uglify-js" ,sbcl-cl-uglify-js)))
1257 (synopsis "JavaScript compressor")))
1258
1259 (define-public sbcl-cl-strings
1260 (let ((revision "1")
1261 (commit "c5c5cbafbf3e6181d03c354d66e41a4f063f00ae"))
1262 (package
1263 (name "sbcl-cl-strings")
1264 (version (git-version "0.0.0" revision commit))
1265 (source
1266 (origin
1267 (method git-fetch)
1268 (uri (git-reference
1269 (url "https://github.com/diogoalexandrefranco/cl-strings")
1270 (commit commit)))
1271 (sha256
1272 (base32
1273 "00754mfaqallj480lwd346nkfb6ra8pa8xcxcylf4baqn604zlmv"))
1274 (file-name (string-append "cl-strings-" version "-checkout"))))
1275 (build-system asdf-build-system/sbcl)
1276 (synopsis "Portable, dependency-free set of utilities to manipulate strings in Common Lisp")
1277 (description
1278 "@command{cl-strings} is a small, portable, dependency-free set of
1279 utilities that make it even easier to manipulate text in Common Lisp. It has
1280 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.")
1281 (home-page "https://github.com/diogoalexandrefranco/cl-strings")
1282 (license license:expat))))
1283
1284 (define-public cl-strings
1285 (sbcl-package->cl-source-package sbcl-cl-strings))
1286
1287 (define-public ecl-cl-strings
1288 (sbcl-package->ecl-package sbcl-cl-strings))
1289
1290 (define-public sbcl-trivial-features
1291 ;; No release since 2014.
1292 (let ((commit "870d03de0ed44067963350936856e17ee725153e"))
1293 (package
1294 (name "sbcl-trivial-features")
1295 (version (git-version "0.8" "1" commit))
1296 (source
1297 (origin
1298 (method git-fetch)
1299 (uri (git-reference
1300 (url "https://github.com/trivial-features/trivial-features")
1301 (commit commit)))
1302 (file-name (git-file-name "trivial-features" version))
1303 (sha256
1304 (base32 "14pcahr8r2j3idhyy216zyw8jnj1dnrx0qbkkbdqkvwzign1ah4j"))))
1305 (build-system asdf-build-system/sbcl)
1306 (arguments
1307 '(#:asd-files '("trivial-features.asd")
1308 #:tests? #f))
1309 (home-page "https://cliki.net/trivial-features")
1310 (synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
1311 (description "Trivial-features ensures that @code{*FEATURES*} is
1312 consistent across multiple Common Lisp implementations.")
1313 (license license:expat))))
1314
1315 (define-public cl-trivial-features
1316 (sbcl-package->cl-source-package sbcl-trivial-features))
1317
1318 (define-public ecl-trivial-features
1319 (sbcl-package->ecl-package sbcl-trivial-features))
1320
1321 (define-public sbcl-hu.dwim.asdf
1322 (let ((commit "67cdf84390e530af4303cc4bc815fdf2a5e48f59"))
1323 (package
1324 (name "sbcl-hu.dwim.asdf")
1325 (version "20200724")
1326 (source
1327 (origin
1328 (method git-fetch)
1329 (uri (git-reference
1330 (url "https://github.com/hu-dwim/hu.dwim.asdf")
1331 (commit commit)))
1332 (file-name (git-file-name name version))
1333 (sha256
1334 (base32
1335 "0p81jalilkaqw832a12s35q0z6rrarxjasm1jy6h4fvyj9pf0zkx"))))
1336 (build-system asdf-build-system/sbcl)
1337 (home-page "https://hub.darcs.net/hu.dwim/hu.dwim.asdf")
1338 (synopsis "Extensions to ASDF")
1339 (description "Various ASDF extensions such as attached test and
1340 documentation system, explicit development support, etc.")
1341 (license license:public-domain))))
1342
1343 (define-public cl-hu.dwim.asdf
1344 (sbcl-package->cl-source-package sbcl-hu.dwim.asdf))
1345
1346 (define-public ecl-hu.dwim.asdf
1347 (sbcl-package->ecl-package sbcl-hu.dwim.asdf))
1348
1349 (define-public sbcl-hu.dwim.stefil
1350 (let ((commit "414902c6f575818c39a8a156b8b61b1adfa73dad"))
1351 (package
1352 (name "sbcl-hu.dwim.stefil")
1353 (version (git-version "0.0.0" "2" commit))
1354 (source
1355 (origin
1356 (method git-fetch)
1357 (uri
1358 (git-reference
1359 (url "https://github.com/hu-dwim/hu.dwim.stefil")
1360 (commit commit)))
1361 (sha256
1362 (base32 "14izmjjim590rh74swrssavdmdznj2z8vhqixy780sjhpcr5pmkc"))
1363 (file-name (git-file-name "hu.dwim.stefil" version))))
1364 (build-system asdf-build-system/sbcl)
1365 (native-inputs
1366 `(("asdf:cl-hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
1367 (inputs
1368 `(("sbcl-alexandria" ,sbcl-alexandria)))
1369 (home-page "http://dwim.hu/project/hu.dwim.stefil")
1370 (synopsis "Simple test framework")
1371 (description "Stefil is a simple test framework for Common Lisp,
1372 with a focus on interactive development.")
1373 (license license:public-domain))))
1374
1375 (define-public cl-hu.dwim.stefil
1376 (sbcl-package->cl-source-package sbcl-hu.dwim.stefil))
1377
1378 (define-public ecl-hu.dwim.stefil
1379 (sbcl-package->ecl-package sbcl-hu.dwim.stefil))
1380
1381 (define-public sbcl-babel
1382 ;; No release since 2014.
1383 (let ((commit "aeed2d1b76358db48e6b70a64399c05678a6b9ea"))
1384 (package
1385 (name "sbcl-babel")
1386 (version (git-version "0.5.0" "1" commit))
1387 (source
1388 (origin
1389 (method git-fetch)
1390 (uri (git-reference
1391 (url "https://github.com/cl-babel/babel")
1392 (commit commit)))
1393 (file-name (git-file-name "babel" version))
1394 (sha256
1395 (base32 "0lkvv4xdpv4cv1y2bqillmabx8sdb2y4l6pbinq6mjh33w2brpvb"))))
1396 (build-system asdf-build-system/sbcl)
1397 (native-inputs
1398 `(("tests:cl-hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
1399 (inputs
1400 `(("sbcl-alexandria" ,sbcl-alexandria)
1401 ("sbcl-trivial-features" ,sbcl-trivial-features)))
1402 (home-page "https://common-lisp.net/project/babel/")
1403 (synopsis "Charset encoding and decoding library")
1404 (description "Babel is a charset encoding and decoding library, not unlike
1405 GNU libiconv, but completely written in Common Lisp.")
1406 (license license:expat))))
1407
1408 (define-public cl-babel
1409 (sbcl-package->cl-source-package sbcl-babel))
1410
1411 (define-public ecl-babel
1412 (sbcl-package->ecl-package sbcl-babel))
1413
1414 (define-public sbcl-cl-yacc
1415 (package
1416 (name "sbcl-cl-yacc")
1417 (version "0.3")
1418 (source
1419 (origin
1420 (method git-fetch)
1421 (uri (git-reference
1422 (url "https://github.com/jech/cl-yacc")
1423 (commit (string-append "cl-yacc-" version))))
1424 (sha256
1425 (base32
1426 "16946pzf8vvadnyfayvj8rbh4zjzw90h0azz2qk1mxrvhh5wklib"))
1427 (file-name (string-append "cl-yacc-" version "-checkout"))))
1428 (build-system asdf-build-system/sbcl)
1429 (arguments
1430 `(#:asd-systems '("yacc")))
1431 (synopsis "LALR(1) parser generator for Common Lisp, similar in spirit to Yacc")
1432 (description
1433 "CL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit
1434 to AT&T Yacc, Berkeley Yacc, GNU Bison, Zebu, lalr.cl or lalr.scm.
1435
1436 CL-Yacc uses the algorithm due to Aho and Ullman, which is the one also used
1437 by AT&T Yacc, Berkeley Yacc and Zebu. It does not use the faster algorithm due
1438 to DeRemer and Pennello, which is used by Bison and lalr.scm (not lalr.cl).")
1439 (home-page "https://www.irif.fr/~jch//software/cl-yacc/")
1440 (license license:expat)))
1441
1442 (define-public cl-yacc
1443 (sbcl-package->cl-source-package sbcl-cl-yacc))
1444
1445 (define-public ecl-cl-yacc
1446 (sbcl-package->ecl-package sbcl-cl-yacc))
1447
1448 (define-public sbcl-eager-future2
1449 (let ((commit "54df8effd9d9eccac917509590286b5ac5f9cb30"))
1450 (package
1451 (name "sbcl-eager-future2")
1452 (version (git-version "0.0.0" "1" commit))
1453 (source
1454 (origin
1455 (method git-fetch)
1456 (uri (git-reference
1457 (url "https://gitlab.common-lisp.net/vsedach/eager-future2.git")
1458 (commit commit)))
1459 (file-name (git-file-name name version))
1460 (sha256
1461 (base32
1462 "1qs1bv3m0ki8l5czhsflxcryh22r9d9g9a3a3b0cr0pl954q5rld"))))
1463 (build-system asdf-build-system/sbcl)
1464 (inputs
1465 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
1466 ("trivial-garbage" ,sbcl-trivial-garbage)))
1467 (synopsis "Futures promises synchronization mechanism for Common Lisp")
1468 (description
1469 "Eager Future2 is a Common Lisp library that provides composable
1470 concurrency primitives that unify parallel and lazy evaluation, are integrated
1471 with the Common Lisp condition system, and have automatic resource
1472 management.")
1473 (home-page "https://gitlab.common-lisp.net/vsedach/eager-future2")
1474 (license license:lgpl3+))))
1475
1476 (define-public cl-eager-future2
1477 (sbcl-package->cl-source-package sbcl-eager-future2))
1478
1479 (define-public ecl-eager-future2
1480 (sbcl-package->ecl-package sbcl-eager-future2))
1481
1482 (define-public sbcl-jpl-util
1483 (let ((commit "0311ed374e19a49d43318064d729fe3abd9a3b62"))
1484 (package
1485 (name "sbcl-jpl-util")
1486 (version "20151005")
1487 (source
1488 (origin
1489 (method git-fetch)
1490 (uri (git-reference
1491 ;; Quicklisp uses this fork.
1492 (url "https://github.com/hawkir/cl-jpl-util")
1493 (commit commit)))
1494 (file-name
1495 (git-file-name "jpl-util" version))
1496 (sha256
1497 (base32
1498 "0nc0rk9n8grkg3045xsw34whmcmddn2sfrxki4268g7kpgz0d2yz"))))
1499 (build-system asdf-build-system/sbcl)
1500 (synopsis "Collection of Common Lisp utility functions and macros")
1501 (description
1502 "@command{cl-jpl-util} is a collection of Common Lisp utility functions
1503 and macros, primarily for software projects written in CL by the author.")
1504 (home-page "https://www.thoughtcrime.us/software/cl-jpl-util/")
1505 (license license:isc))))
1506
1507 (define-public cl-jpl-util
1508 (sbcl-package->cl-source-package sbcl-jpl-util))
1509
1510 (define-public ecl-jpl-util
1511 (sbcl-package->ecl-package sbcl-jpl-util))
1512
1513 (define-public sbcl-piping
1514 (let ((commit "c7a4163c00dea7e72bf6ad33d6abac0d5826a656")
1515 (revision "1"))
1516 (package
1517 (name "sbcl-piping")
1518 (version (git-version "2.0.0" revision commit))
1519 (source
1520 (origin
1521 (method git-fetch)
1522 (uri (git-reference
1523 (url "https://github.com/Shinmera/piping/")
1524 (commit commit)))
1525 (file-name (git-file-name "piping" version))
1526 (sha256
1527 (base32 "0in84qnfkynm36d4n4d6v87vprpi27xrydnga462wfhplji6klv5"))))
1528 (build-system asdf-build-system/sbcl)
1529 (home-page "https://shinmera.github.io/piping/")
1530 (synopsis "Library to enable simple message pipelines")
1531 (description
1532 "This is a Common Lisp library to enable simple message pipelines.")
1533 (license license:zlib))))
1534
1535 (define-public ecl-piping
1536 (sbcl-package->ecl-package sbcl-piping))
1537
1538 (define-public cl-piping
1539 (sbcl-package->cl-source-package sbcl-piping))
1540
1541 (define-public sbcl-cl-pcg
1542 (let ((commit "8263d85ab0ca17fb05637a4430c2d564456bce8f")
1543 (revision "1"))
1544 (package
1545 (name "sbcl-cl-pcg")
1546 (version (git-version "1.0.0" revision commit))
1547 (source
1548 (origin
1549 (method git-fetch)
1550 (uri (git-reference
1551 (url "https://github.com/sjl/cl-pcg")
1552 (commit commit)))
1553 (file-name (git-file-name "cl-pcg" version))
1554 (sha256
1555 (base32 "0s57wvvlvshp1gcp9i9d3qcmqhswnxps3i0y7wbb0v8i1a3p46m4"))))
1556 (build-system asdf-build-system/sbcl)
1557 (native-inputs
1558 `(("1am" ,sbcl-1am)))
1559 (home-page "https://github.com/sjl/cl-pcg")
1560 (synopsis "Permuted congruential generators in Common Lisp")
1561 (description
1562 "This is a bare-bones Permuted Congruential Generator implementation in
1563 pure Common Lisp.")
1564 (license license:expat))))
1565
1566 (define-public ecl-cl-pcg
1567 (sbcl-package->ecl-package sbcl-cl-pcg))
1568
1569 (define-public cl-pcg
1570 (sbcl-package->cl-source-package sbcl-cl-pcg))
1571
1572 (define-public sbcl-seedable-rng
1573 (let ((commit "aa1a1564b6e07e2698df37c7a98348c4f762cb15")
1574 (revision "1"))
1575 (package
1576 (name "sbcl-seedable-rng")
1577 (version (git-version "0.0.0" revision commit))
1578 (source
1579 (origin
1580 (method git-fetch)
1581 (uri (git-reference
1582 (url "https://git.mfiano.net/mfiano/seedable-rng")
1583 (commit commit)))
1584 (file-name (git-file-name "seedable-rng" version))
1585 (sha256
1586 (base32 "1ldpsbp3qrfzvknclsxj3sdyms1jf9ad20dvh4w0kw3zgahn2nr5"))))
1587 (build-system asdf-build-system/sbcl)
1588 (inputs
1589 `(("cl-pcg" ,sbcl-cl-pcg)
1590 ("golden-utils" ,sbcl-golden-utils)
1591 ("ironclad" ,sbcl-ironclad)))
1592 (home-page "https://git.mfiano.net/mfiano/seedable-rng")
1593 (synopsis "Common Lisp random number generator")
1594 (description
1595 "SEEDABLE-RNG provides a convenient means of generating random numbers
1596 that are seedable with deterministic results across hardware and Common Lisp
1597 implementations.")
1598 (license license:expat))))
1599
1600 (define-public ecl-seedable-rng
1601 (sbcl-package->ecl-package sbcl-seedable-rng))
1602
1603 (define-public cl-seedable-rng
1604 (sbcl-package->cl-source-package sbcl-seedable-rng))
1605
1606 (define-public sbcl-jpl-queues
1607 (package
1608 (name "sbcl-jpl-queues")
1609 (version "0.1")
1610 (source
1611 (origin
1612 (method url-fetch)
1613 (uri (string-append
1614 "http://www.thoughtcrime.us/software/jpl-queues/jpl-queues-"
1615 version
1616 ".tar.gz"))
1617 (sha256
1618 (base32
1619 "1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96"))))
1620 (build-system asdf-build-system/sbcl)
1621 (inputs
1622 `(("jpl-util" ,sbcl-jpl-util)
1623 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
1624 (arguments
1625 ;; Tests seem to be broken.
1626 `(#:tests? #f))
1627 (synopsis "Common Lisp library implementing a few different kinds of queues")
1628 (description
1629 "A Common Lisp library implementing a few different kinds of queues:
1630
1631 @itemize
1632 @item Bounded and unbounded FIFO queues.
1633 @item Lossy bounded FIFO queues that drop elements when full.
1634 @item Unbounded random-order queues that use less memory than unbounded FIFO queues.
1635 @end itemize
1636
1637 Additionally, a synchronization wrapper is provided to make any queue
1638 conforming to the @command{jpl-queues} API thread-safe for lightweight
1639 multithreading applications. (See Calispel for a more sophisticated CL
1640 multithreaded message-passing library with timeouts and alternation among
1641 several blockable channels.)")
1642 (home-page "https://www.thoughtcrime.us/software/jpl-queues/")
1643 (license license:isc)))
1644
1645 (define-public cl-jpl-queues
1646 (sbcl-package->cl-source-package sbcl-jpl-queues))
1647
1648 (define-public ecl-jpl-queues
1649 (sbcl-package->ecl-package sbcl-jpl-queues))
1650
1651 (define-public sbcl-calispel
1652 (let ((commit "e9f2f9c1af97f4d7bb4c8ac25fb2a8f3e8fada7a"))
1653 (package
1654 (name "sbcl-calispel")
1655 (version (git-version "0.1" "1" commit))
1656 (source
1657 (origin
1658 (method git-fetch)
1659 (uri (git-reference
1660 ;; This fork replaces the dependency on the obsolete
1661 ;; eager-future with eager-future2.
1662 (url "https://github.com/hawkir/calispel")
1663 (commit commit)))
1664 (file-name (git-file-name name version))
1665 (sha256
1666 (base32
1667 "08bmf3pi7n5hadpmqqkg65cxcj6kbvm997wcs1f53ml1nb79d9z8"))))
1668 (build-system asdf-build-system/sbcl)
1669 (inputs
1670 `(("jpl-queues" ,sbcl-jpl-queues)
1671 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
1672 (native-inputs
1673 `(("eager-future2" ,sbcl-eager-future2)))
1674 (synopsis "Thread-safe message-passing channels in Common Lisp")
1675 (description
1676 "Calispel is a Common Lisp library for thread-safe message-passing
1677 channels, in the style of the occam programming language, also known as
1678 communicating sequential processes (CSP). See
1679 @url{https://en.wikipedia.org/wiki/Communicating_sequential_processes}.
1680
1681 Calispel channels let one thread communicate with another, facilitating
1682 unidirectional communication of any Lisp object. Channels may be unbuffered,
1683 where a sender waits for a receiver (or vice versa) before either operation can
1684 continue, or channels may be buffered with flexible policy options.
1685
1686 Because sending and receiving on a channel may block, either operation can time
1687 out after a specified amount of time.
1688
1689 A syntax for alternation is provided (like @code{ALT} in occam, or Unix
1690 @code{select()}): given a sequence of operations, any or all of which may
1691 block, alternation selects the first operation that doesn't block and executes
1692 associated code. Alternation can also time out, executing an \"otherwise\"
1693 clause if no operation becomes available within a set amount of time.
1694
1695 Calispel is a message-passing library, and as such leaves the role of
1696 threading abstractions and utilities left to be filled by complementary
1697 libraries such as Bordeaux-Threads and Eager Future.")
1698 (home-page "https://www.thoughtcrime.us/software/jpl-queues/")
1699 (license license:isc))))
1700
1701 (define-public cl-calispel
1702 (sbcl-package->cl-source-package sbcl-calispel))
1703
1704 (define-public ecl-calispel
1705 (sbcl-package->ecl-package sbcl-calispel))
1706
1707 (define-public sbcl-eos
1708 (let ((commit "b4413bccc4d142cbe1bf49516c3a0a22c9d99243")
1709 (revision "2"))
1710 (package
1711 (name "sbcl-eos")
1712 (version (git-version "0.0.0" revision commit))
1713 (source
1714 (origin
1715 (method git-fetch)
1716 (uri (git-reference
1717 (url "https://github.com/adlai/Eos")
1718 (commit commit)))
1719 (sha256
1720 (base32 "1afllvmlnx97yzz404gycl3pa3kwx427k3hrbf37rpmjlv47knhk"))
1721 (file-name (git-file-name "eos" version))))
1722 (build-system asdf-build-system/sbcl)
1723 (synopsis "Unit Testing for Common Lisp")
1724 (description
1725 "Eos was a unit testing library for Common Lisp.
1726 It began as a fork of FiveAM; however, FiveAM development has continued, while
1727 that of Eos has not. Thus, Eos is now deprecated in favor of FiveAM.")
1728 (home-page "https://github.com/adlai/Eos")
1729 (license license:expat))))
1730
1731 (define-public cl-eos
1732 (sbcl-package->cl-source-package sbcl-eos))
1733
1734 (define-public ecl-eos
1735 (sbcl-package->ecl-package sbcl-eos))
1736
1737 (define-public sbcl-esrap
1738 (let ((commit "da6b24fb18bdb8e7e177bcf2820cdaf0b560deb6")
1739 (revision "1"))
1740 (package
1741 (name "sbcl-esrap")
1742 (version (git-version "0.18" revision commit))
1743 (source
1744 (origin
1745 (method git-fetch)
1746 (uri (git-reference
1747 (url "https://github.com/scymtym/esrap")
1748 (commit commit)))
1749 (sha256
1750 (base32 "12vf3bxwzf8icnf6rw1xalvm7493cfbb46r2vlhc09s59djkf39q"))
1751 (file-name (git-file-name "esrap" version))))
1752 (build-system asdf-build-system/sbcl)
1753 (native-inputs
1754 `(("fiveam" ,sbcl-fiveam)))
1755 (inputs
1756 `(("alexandria" ,sbcl-alexandria)))
1757 (synopsis "Common Lisp packrat parser")
1758 (description
1759 "This is a packrat parser for Common Lisp.
1760 In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports:
1761
1762 @itemize
1763 @item dynamic redefinition of nonterminals
1764 @item inline grammars
1765 @item semantic predicates
1766 @item introspective facilities (describing grammars, tracing, setting breaks)
1767 @item left-recursive grammars
1768 @item functions as terminals
1769 @item accurate, customizable parse error reports
1770 @end itemize\n")
1771 (home-page "https://scymtym.github.io/esrap/")
1772 (license license:expat))))
1773
1774 (define-public cl-esrap
1775 (sbcl-package->cl-source-package sbcl-esrap))
1776
1777 (define-public ecl-esrap
1778 (sbcl-package->ecl-package sbcl-esrap))
1779
1780 (define-public sbcl-split-sequence
1781 (package
1782 (name "sbcl-split-sequence")
1783 (version "2.0.0")
1784 (source
1785 (origin
1786 (method git-fetch)
1787 (uri (git-reference
1788 (url "https://github.com/sharplispers/split-sequence")
1789 (commit (string-append "v" version))))
1790 (sha256
1791 (base32
1792 "0jcpnx21hkfwqj5fvp7kc6pn1qcz9hk7g2s5x8h0349x1j2irln0"))
1793 (file-name (git-file-name "split-sequence" version))))
1794 (build-system asdf-build-system/sbcl)
1795 (native-inputs
1796 `(("fiveam" ,sbcl-fiveam)))
1797 (synopsis "Member of the Common Lisp Utilities family of programs")
1798 (description
1799 "Splits sequence into a list of subsequences delimited by objects
1800 satisfying the test.")
1801 (home-page "https://cliki.net/split-sequence")
1802 (license license:expat)))
1803
1804 (define-public cl-split-sequence
1805 (sbcl-package->cl-source-package sbcl-split-sequence))
1806
1807 (define-public ecl-split-sequence
1808 (sbcl-package->ecl-package sbcl-split-sequence))
1809
1810 (define-public sbcl-html-encode
1811 (package
1812 (name "sbcl-html-encode")
1813 (version "1.2")
1814 (source
1815 (origin
1816 (method url-fetch)
1817 (uri (string-append
1818 "http://beta.quicklisp.org/archive/html-encode/2010-10-06/html-encode-"
1819 version ".tgz"))
1820 (sha256
1821 (base32
1822 "06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf"))
1823 (file-name (string-append "colorize" version "-checkout"))))
1824 (build-system asdf-build-system/sbcl)
1825 (synopsis "Common Lisp library for encoding text in various web-savvy encodings")
1826 (description
1827 "A library for encoding text in various web-savvy encodings.")
1828 (home-page "http://quickdocs.org/html-encode/")
1829 (license license:expat)))
1830
1831 (define-public cl-html-encode
1832 (sbcl-package->cl-source-package sbcl-html-encode))
1833
1834 (define-public ecl-html-encode
1835 (sbcl-package->ecl-package sbcl-html-encode))
1836
1837 (define-public sbcl-colorize
1838 (let ((commit "ea676b584e0899cec82f21a9e6871172fe3c0eb5"))
1839 (package
1840 (name "sbcl-colorize")
1841 (version (git-version "0.0.0" "1" commit))
1842 (source
1843 (origin
1844 (method git-fetch)
1845 (uri (git-reference
1846 (url "https://github.com/kingcons/colorize")
1847 (commit commit)))
1848 (sha256
1849 (base32
1850 "1pdg4kiaczmr3ivffhirp7m3lbr1q27rn7dhaay0vwghmi31zcw9"))
1851 (file-name (git-file-name "colorize" version))))
1852 (build-system asdf-build-system/sbcl)
1853 (inputs
1854 `(("alexandria" ,sbcl-alexandria)
1855 ("split-sequence" ,sbcl-split-sequence)
1856 ("html-encode" ,sbcl-html-encode)))
1857 (synopsis "Common Lisp for syntax highlighting")
1858 (description
1859 "@command{colorize} is a Lisp library for syntax highlighting
1860 supporting the following languages: Common Lisp, Emacs Lisp, Scheme, Clojure,
1861 C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.")
1862 (home-page "https://github.com/kingcons/colorize")
1863 ;; TODO: Missing license?
1864 (license license:expat))))
1865
1866 (define-public cl-colorize
1867 (sbcl-package->cl-source-package sbcl-colorize))
1868
1869 (define-public ecl-colorize
1870 (sbcl-package->ecl-package sbcl-colorize))
1871
1872 (define-public sbcl-3bmd
1873 (let ((commit "6fc5759448f6f6df6f6df556e020a289a2643288")
1874 (revision "2"))
1875 (package
1876 (name "sbcl-3bmd")
1877 (version (git-version "0.0.0" revision commit))
1878 (source
1879 (origin
1880 (method git-fetch)
1881 (uri (git-reference
1882 (url "https://github.com/3b/3bmd")
1883 (commit commit)))
1884 (sha256
1885 (base32 "1avmbp8xdjlbqpqk7p3vmj7abiw5p3vb5mrxp4wlvgql4sf6z3p4"))
1886 (file-name (git-file-name "3bmd" version))))
1887 (build-system asdf-build-system/sbcl)
1888 (arguments
1889 ;; FIXME: #41437 - Build fails when package name starts from a digit
1890 `(#:asd-systems
1891 '("3bmd"
1892 "3bmd-ext-definition-lists"
1893 "3bmd-ext-math"
1894 "3bmd-ext-tables"
1895 "3bmd-ext-wiki-links"
1896 "3bmd-youtube"
1897 "3bmd-ext-code-blocks")))
1898 (inputs
1899 `(("alexandria" ,sbcl-alexandria)
1900 ("colorize" ,sbcl-colorize)
1901 ("esrap" ,sbcl-esrap)
1902 ("split-sequence" ,sbcl-split-sequence)))
1903 (home-page "https://github.com/3b/3bmd")
1904 (synopsis "Markdown processor in Command Lisp using esrap parser")
1905 (description
1906 "This is a Common Lisp Markdown to HTML converter, using @command{esrap}
1907 for parsing, and grammar based on @command{peg-markdown}.")
1908 (license license:expat))))
1909
1910 (define-public cl-3bmd
1911 (sbcl-package->cl-source-package sbcl-3bmd))
1912
1913 (define-public ecl-3bmd
1914 (sbcl-package->ecl-package sbcl-3bmd))
1915
1916 (define-public sbcl-cl-fad
1917 (package
1918 (name "sbcl-cl-fad")
1919 (version "0.7.6")
1920 (source
1921 (origin
1922 (method git-fetch)
1923 (uri (git-reference
1924 (url "https://github.com/edicl/cl-fad/")
1925 (commit (string-append "v" version))))
1926 (sha256
1927 (base32
1928 "1gc8i82v6gks7g0lnm54r4prk2mklidv2flm5fvbr0a7rsys0vpa"))
1929 (file-name (string-append "cl-fad" version "-checkout"))))
1930 (build-system asdf-build-system/sbcl)
1931 (inputs
1932 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
1933 (synopsis "Portable pathname library for Common Lisp")
1934 (description
1935 "CL-FAD (for \"Files and Directories\") is a thin layer atop Common
1936 Lisp's standard pathname functions. It is intended to provide some
1937 unification between current CL implementations on Windows, OS X, Linux, and
1938 Unix. Most of the code was written by Peter Seibel for his book Practical
1939 Common Lisp.")
1940 (home-page "https://edicl.github.io/cl-fad/")
1941 (license license:bsd-2)))
1942
1943 (define-public cl-fad
1944 (sbcl-package->cl-source-package sbcl-cl-fad))
1945
1946 (define-public ecl-cl-fad
1947 (sbcl-package->ecl-package sbcl-cl-fad))
1948
1949 (define-public sbcl-fn
1950 (let ((commit "8d8587d03a7b5e26b306fc90018e385d9e5acc2c")
1951 (revision "1"))
1952 (package
1953 (name "sbcl-fn")
1954 (version (git-version "0.0.0" revision commit))
1955 (source
1956 (origin
1957 (method git-fetch)
1958 (uri (git-reference
1959 (url "https://github.com/cbaggers/fn")
1960 (commit commit)))
1961 (file-name (git-file-name "fn" version))
1962 (sha256
1963 (base32 "0yyp9z6iwx476whz0n1rpjznjyqqhlylhzwpgg5xx92lxmskl752"))))
1964 (build-system asdf-build-system/sbcl)
1965 (inputs
1966 `(("named-readtables" ,sbcl-named-readtables)))
1967 (home-page "https://github.com/cbaggers/fn")
1968 (synopsis "Macros for lambda brevity")
1969 (description
1970 "This is a Common Lisp library providing lambda shorthand macros aiming
1971 to be used in cases where the word @emph{lambda} and the arguments are longer
1972 than the body of the lambda.")
1973 (license license:public-domain))))
1974
1975 (define-public ecl-fn
1976 (sbcl-package->ecl-package sbcl-fn))
1977
1978 (define-public cl-fn
1979 (sbcl-package->cl-source-package sbcl-fn))
1980
1981 (define-public sbcl-rt
1982 (let ((commit "a6a7503a0b47953bc7579c90f02a6dba1f6e4c5a")
1983 (revision "1"))
1984 (package
1985 (name "sbcl-rt")
1986 (version (git-version "1990.12.19" revision commit))
1987 (source
1988 (origin
1989 (method git-fetch)
1990 (uri (git-reference
1991 (url "http://git.kpe.io/rt.git")
1992 (commit commit)))
1993 (file-name (git-file-name name version))
1994 (sha256
1995 (base32 "13si2rrxaagbr0bkvg6sqicxxpyshabx6ad6byc9n2ik5ysna69b"))))
1996 (build-system asdf-build-system/sbcl)
1997 (synopsis "MIT Regression Tester")
1998 (description
1999 "RT provides a framework for writing regression test suites.")
2000 (home-page "https://www.cliki.net/rt")
2001 (license license:expat))))
2002
2003 (define-public cl-rt
2004 (sbcl-package->cl-source-package sbcl-rt))
2005
2006 (define-public ecl-rt
2007 (sbcl-package->ecl-package sbcl-rt))
2008
2009 (define-public sbcl-nibbles
2010 ;; No tagged release since 2018.
2011 (let ((commit "8e6b9b42d9f69000f55e5c45ad974d9e376ffdbd")
2012 (revision "1"))
2013 (package
2014 (name "sbcl-nibbles")
2015 (version (git-version "0.14" revision commit))
2016 (source
2017 (origin
2018 (method git-fetch)
2019 (uri (git-reference
2020 (url "https://github.com/sharplispers/nibbles/")
2021 (commit commit)))
2022 (sha256
2023 (base32 "15qlsm82h36pjgvfnbzdg60l21qxbaii4d049jc5y0dn56y93amb"))
2024 (file-name (git-file-name "nibbles" version))))
2025 (build-system asdf-build-system/sbcl)
2026 (native-inputs
2027 ;; Tests only.
2028 `(("rt" ,sbcl-rt)))
2029 (synopsis
2030 "Common Lisp library for accessing octet-addressed blocks of data")
2031 (description
2032 "When dealing with network protocols and file formats, it's common to
2033 have to read or write 16-, 32-, or 64-bit datatypes in signed or unsigned
2034 flavors. Common Lisp sort of supports this by specifying :element-type for
2035 streams, but that facility is underspecified and there's nothing similar for
2036 read/write from octet vectors. What most people wind up doing is rolling their
2037 own small facility for their particular needs and calling it a day.
2038
2039 This library attempts to be comprehensive and centralize such
2040 facilities. Functions to read 16-, 32-, and 64-bit quantities from octet
2041 vectors in signed or unsigned flavors are provided; these functions are also
2042 SETFable. Since it's sometimes desirable to read/write directly from streams,
2043 functions for doing so are also provided. On some implementations,
2044 reading/writing IEEE singles/doubles (i.e. single-float and double-float) will
2045 also be supported.")
2046 (home-page "https://github.com/sharplispers/nibbles")
2047 (license license:bsd-3))))
2048
2049 (define-public cl-nibbles
2050 (sbcl-package->cl-source-package sbcl-nibbles))
2051
2052 (define-public ecl-nibbles
2053 (sbcl-package->ecl-package sbcl-nibbles))
2054
2055 (define-public sbcl-ironclad
2056 (package
2057 (name "sbcl-ironclad")
2058 (version "0.54")
2059 (source
2060 (origin
2061 (method git-fetch)
2062 (uri (git-reference
2063 (url "https://github.com/sharplispers/ironclad/")
2064 (commit (string-append "v" version))))
2065 (sha256
2066 (base32 "07g0wpvfqq2yk23prs890d4qvbnr3xd6w8ssd88g89xdg483wpvk"))
2067 (file-name (git-file-name name version))))
2068 (build-system asdf-build-system/sbcl)
2069 (native-inputs
2070 ;; Tests only.
2071 `(("rt" ,sbcl-rt)))
2072 (inputs
2073 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
2074 ("flexi-streams" ,sbcl-flexi-streams)))
2075 (synopsis "Cryptographic toolkit written in Common Lisp")
2076 (description
2077 "Ironclad is a cryptography library written entirely in Common Lisp.
2078 It includes support for several popular ciphers, digests, MACs and public key
2079 cryptography algorithms. For several implementations that support Gray
2080 streams, support is included for convenient stream wrappers.")
2081 (home-page "https://github.com/sharplispers/ironclad")
2082 (license license:bsd-3)))
2083
2084 (define-public cl-ironclad
2085 (sbcl-package->cl-source-package sbcl-ironclad))
2086
2087 (define-public ecl-ironclad
2088 (sbcl-package->ecl-package sbcl-ironclad))
2089
2090 (define-public sbcl-named-readtables
2091 (let ((commit "585a28eee8b1b1999279b48cb7e9731187e14b66")
2092 (revision "3"))
2093 (package
2094 (name "sbcl-named-readtables")
2095 (version (git-version "0.9" revision commit))
2096 (source
2097 (origin
2098 (method git-fetch)
2099 (uri (git-reference
2100 (url "https://github.com/melisgl/named-readtables")
2101 (commit commit)))
2102 (sha256
2103 (base32 "072p5djqq9pliw9r20rmpz5r5q5yn6rhbp98vkkp7gfcnp5ppj51"))
2104 (file-name (git-file-name "named-readtables" version))))
2105 (build-system asdf-build-system/sbcl)
2106 (home-page "https://github.com/melisgl/named-readtables/")
2107 (synopsis "Library that creates a namespace for named readtables")
2108 (description
2109 "Named readtables is a library that creates a namespace for named
2110 readtables, which is akin to package namespacing in Common Lisp.")
2111 (license license:bsd-3))))
2112
2113 (define-public cl-named-readtables
2114 (sbcl-package->cl-source-package sbcl-named-readtables))
2115
2116 (define-public ecl-named-readtables
2117 (sbcl-package->ecl-package sbcl-named-readtables))
2118
2119 (define-public sbcl-py-configparser
2120 ;; NOTE: (Sharlatan <2021-01-05 Tue> <19:52:19 UTC+0000>) Project updated last
2121 ;; time 8y ago, it looks like abandoned. VCS of the project:
2122 ;; https://svn.common-lisp.net/py-configparser/trunk
2123 (package
2124 (name "sbcl-py-configparser")
2125 (version "1.0.3")
2126 (source
2127 (origin
2128 (method url-fetch)
2129 (uri (string-append
2130 "https://common-lisp.net/project/py-configparser/releases/"
2131 "py-configparser-" version ".tar.gz"))
2132 (sha256
2133 (base32 "0i4rqz5cv7d7c2w81x5lwy05s6fbi3zikf4k5kpi3bkx3cabwdxj"))))
2134 (build-system asdf-build-system/sbcl)
2135 (inputs
2136 `(("parse-number" ,sbcl-parse-number)))
2137 (home-page "http://common-lisp.net/project/py-configparser/")
2138 (synopsis "ConfigParser Python module functionality for Common Lisp")
2139 (description "The py-configparser package implements the ConfigParser
2140 Python module functionality in Common Lisp. In short, it implements reading
2141 and writing of .INI-file style configuration files with sections containing
2142 key/value pairs of configuration options. In line with the functionalities in
2143 the python module, does this package implement basic interpolation of option
2144 values in other options.")
2145 (license license:expat)))
2146
2147 (define-public cl-py-configparser
2148 (sbcl-package->cl-source-package sbcl-py-configparser))
2149
2150 (define-public ecl-py-configparser
2151 (sbcl-package->ecl-package sbcl-py-configparser))
2152
2153 (define-public sbcl-pythonic-string-reader
2154 (let ((commit "47a70ba1e32362e03dad6ef8e6f36180b560f86a"))
2155 (package
2156 (name "sbcl-pythonic-string-reader")
2157 (version (git-version "0.0.0" "1" commit))
2158 (source
2159 (origin
2160 (method git-fetch)
2161 (uri (git-reference
2162 (url "https://github.com/smithzvk/pythonic-string-reader/")
2163 (commit commit)))
2164 (sha256
2165 (base32 "1b5iryqw8xsh36swckmz8rrngmc39k92si33fgy5pml3n9l5rq3j"))
2166 (file-name (git-file-name "pythonic-string-reader" version))))
2167 (build-system asdf-build-system/sbcl)
2168 (inputs
2169 `(("named-readtables" ,sbcl-named-readtables)))
2170 (home-page "https://github.com/smithzvk/pythonic-string-reader")
2171 (synopsis "Read table modification inspired by Python's three quote strings")
2172 (description "This piece of code sets up some reader macros that make it
2173 simpler to input string literals which contain backslashes and double quotes
2174 This is very useful for writing complicated docstrings and, as it turns out,
2175 writing code that contains string literals that contain code themselves.")
2176 (license license:bsd-3))))
2177
2178 (define-public cl-pythonic-string-reader
2179 (sbcl-package->cl-source-package sbcl-pythonic-string-reader))
2180
2181 (define-public ecl-pythonic-string-reader
2182 (sbcl-package->ecl-package sbcl-pythonic-string-reader))
2183
2184 (define-public sbcl-slime-swank
2185 (package
2186 (name "sbcl-slime-swank")
2187 (version "2.26")
2188 (source
2189 (origin
2190 (file-name (git-file-name "slime-swank" version))
2191 (method git-fetch)
2192 (uri (git-reference
2193 (url "https://github.com/slime/slime/")
2194 (commit (string-append "v" version))))
2195 (sha256
2196 (base32
2197 "0mxb1wnw19v0s72w2wkz5afdlzvpy5nn7pr4vav403qybac0sw5c"))))
2198 (build-system asdf-build-system/sbcl)
2199 (arguments
2200 '(#:asd-systems '("swank")))
2201 (home-page "https://github.com/slime/slime")
2202 (synopsis "Common Lisp Swank server")
2203 (description
2204 "This is only useful if you want to start a Swank server in a Lisp
2205 processes that doesn't run under Emacs. Lisp processes created by
2206 @command{M-x slime} automatically start the server.")
2207 (license (list license:gpl2+ license:public-domain))))
2208
2209 (define-public cl-slime-swank
2210 (sbcl-package->cl-source-package sbcl-slime-swank))
2211
2212 (define-public ecl-slime-swank
2213 (sbcl-package->ecl-package sbcl-slime-swank))
2214
2215 (define-public sbcl-mgl-pax
2216 (let ((commit "4ada6eb26364e71addb169ce58e4ba83bc7a8eaa")
2217 (revision "2"))
2218 (package
2219 (name "sbcl-mgl-pax")
2220 (version (git-version "0.0.3" revision commit))
2221 (source
2222 (origin
2223 (method git-fetch)
2224 (uri (git-reference
2225 (url "https://github.com/melisgl/mgl-pax")
2226 (commit commit)))
2227 (sha256
2228 (base32 "1s38crgvmd9hgqwsscqpj6m6c10a074zjgg8k5sl15yih1wkpssm"))
2229 (file-name (git-file-name "mgl-pax" version))))
2230 (build-system asdf-build-system/sbcl)
2231 (inputs
2232 `(("3bmd" ,sbcl-3bmd)
2233 ("babel" ,sbcl-babel)
2234 ("cl-fad" ,sbcl-cl-fad)
2235 ("ironclad" ,sbcl-ironclad)
2236 ("named-readtables" ,sbcl-named-readtables)
2237 ("pythonic-string-reader" ,sbcl-pythonic-string-reader)
2238 ("swank" ,sbcl-slime-swank)))
2239 (synopsis "Exploratory programming environment and documentation generator")
2240 (description
2241 "PAX provides an extremely poor man's Explorable Programming
2242 environment. Narrative primarily lives in so called sections that mix markdown
2243 docstrings with references to functions, variables, etc, all of which should
2244 probably have their own docstrings.
2245
2246 The primary focus is on making code easily explorable by using SLIME's
2247 @command{M-.} (@command{slime-edit-definition}). See how to enable some
2248 fanciness in Emacs Integration. Generating documentation from sections and all
2249 the referenced items in Markdown or HTML format is also implemented.
2250
2251 With the simplistic tools provided, one may accomplish similar effects as with
2252 Literate Programming, but documentation is generated from code, not vice versa
2253 and there is no support for chunking yet. Code is first, code must look
2254 pretty, documentation is code.")
2255 (home-page "http://quotenil.com/")
2256 (license license:expat))))
2257
2258 (define-public cl-mgl-pax
2259 (sbcl-package->cl-source-package sbcl-mgl-pax))
2260
2261 (define-public ecl-mgl-pax
2262 (sbcl-package->ecl-package sbcl-mgl-pax))
2263
2264 (define-public sbcl-mssql
2265 (let ((commit "045602a19a32254108f2b75871049293f49731eb")
2266 (revision "1"))
2267 (package
2268 (name "sbcl-mssql")
2269 (version (git-version "0.0.3" revision commit))
2270 (source
2271 (origin
2272 (method git-fetch)
2273 (uri (git-reference
2274 (url "https://github.com/archimag/cl-mssql")
2275 (commit commit)))
2276 (file-name (git-file-name "cl-mssql" version))
2277 (sha256
2278 (base32 "09i50adppgc1ybm3ka9vbindhwa2x29f9n3n0jkrryymdhb8zknm"))))
2279 (build-system asdf-build-system/sbcl)
2280 (inputs
2281 `(("cffi" ,sbcl-cffi)
2282 ("freetds" ,freetds)
2283 ("garbage-pools" ,sbcl-garbage-pools)
2284 ("iterate" ,sbcl-iterate)
2285 ("parse-number" ,sbcl-parse-number)))
2286 (arguments
2287 `(#:phases
2288 (modify-phases %standard-phases
2289 (add-after 'unpack 'fix-paths
2290 (lambda* (#:key inputs #:allow-other-keys)
2291 (substitute* "src/mssql.lisp"
2292 (("libsybdb" all)
2293 (string-append (assoc-ref inputs "freetds") "/lib/" all)))
2294 #t)))))
2295 (home-page "https://github.com/archimag/cl-mssql")
2296 (synopsis "Common Lisp library to interact with MS SQL Server databases")
2297 (description
2298 "@code{cl-mssql} provides an interface to connect to Microsoft SQL
2299 server. It uses the @code{libsybdb} foreign library provided by the FreeTDS
2300 project.")
2301 (license license:llgpl))))
2302
2303 (define-public ecl-mssql
2304 (sbcl-package->ecl-package sbcl-mssql))
2305
2306 (define-public cl-mssql
2307 (sbcl-package->cl-source-package sbcl-mssql))
2308
2309 (define-public sbcl-lisp-unit
2310 (let ((commit "89653a232626b67400bf9a941f9b367da38d3815"))
2311 (package
2312 (name "sbcl-lisp-unit")
2313 (version (git-version "0.0.0" "1" commit))
2314 (source
2315 (origin
2316 (method git-fetch)
2317 (uri (git-reference
2318 (url "https://github.com/OdonataResearchLLC/lisp-unit")
2319 (commit commit)))
2320 (sha256
2321 (base32
2322 "0p6gdmgr7p383nvd66c9y9fp2bjk4jx1lpa5p09g43hr9y9pp9ry"))
2323 (file-name (git-file-name "lisp-unit" version))))
2324 (build-system asdf-build-system/sbcl)
2325 (synopsis "Common Lisp Test framework inspired by JUnit to be simple of use")
2326 (description
2327 "@command{lisp-unit} is a Common Lisp library that supports unit
2328 testing. It is an extension of the library written by Chris Riesbeck.")
2329 (home-page "https://github.com/OdonataResearchLLC/lisp-unit")
2330 (license license:expat))))
2331
2332 (define-public cl-lisp-unit
2333 (sbcl-package->cl-source-package sbcl-lisp-unit))
2334
2335 (define-public ecl-lisp-unit
2336 (sbcl-package->ecl-package sbcl-lisp-unit))
2337
2338 (define-public sbcl-anaphora
2339 (package
2340 (name "sbcl-anaphora")
2341 (version "0.9.6")
2342 (source
2343 (origin
2344 (method git-fetch)
2345 (uri (git-reference
2346 (url "https://github.com/tokenrove/anaphora")
2347 (commit version)))
2348 (sha256
2349 (base32
2350 "19wfrk3asimznkli0x2rfy637hwpdgqyvwj3vhq9x7vjvyf5vv6x"))
2351 (file-name (git-file-name "anaphora" version))))
2352 (build-system asdf-build-system/sbcl)
2353 (native-inputs
2354 `(("rt" ,sbcl-rt)))
2355 (synopsis "The anaphoric macro collection from Hell")
2356 (description
2357 "Anaphora is the anaphoric macro collection from Hell: it includes many
2358 new fiends in addition to old friends like @command{aif} and
2359 @command{awhen}.")
2360 (home-page "https://github.com/tokenrove/anaphora")
2361 (license license:public-domain)))
2362
2363 (define-public cl-anaphora
2364 (sbcl-package->cl-source-package sbcl-anaphora))
2365
2366 (define-public ecl-anaphora
2367 (sbcl-package->ecl-package sbcl-anaphora))
2368
2369 (define-public sbcl-lift
2370 (let ((commit "2594160d6ca3a77d8750110dfa63214256aab852")
2371 (revision "2"))
2372 (package
2373 (name "sbcl-lift")
2374 (version (git-version "1.7.1" revision commit))
2375 (source
2376 (origin
2377 (method git-fetch)
2378 (uri (git-reference
2379 (url "https://github.com/gwkkwg/lift")
2380 (commit commit)))
2381 (sha256
2382 (base32 "01xvz9sl5l5lai4h9dabmcjnm659wf5zllaxqbs55lffskp6jwq3"))
2383 (file-name (git-file-name "lift" version))
2384 (modules '((guix build utils)))
2385 (snippet
2386 ;; Don't keep the bundled website
2387 `(begin
2388 (delete-file-recursively "website")
2389 #t))))
2390 (build-system asdf-build-system/sbcl)
2391 (arguments
2392 ;; The tests require a debugger, but we run with the debugger disabled.
2393 '(#:tests? #f))
2394 (synopsis "LIsp Framework for Testing")
2395 (description
2396 "The LIsp Framework for Testing (LIFT) is a unit and system test tool for LISP.
2397 Though inspired by SUnit and JUnit, it's built with Lisp in mind. In LIFT,
2398 testcases are organized into hierarchical testsuites each of which can have
2399 its own fixture. When run, a testcase can succeed, fail, or error. LIFT
2400 supports randomized testing, benchmarking, profiling, and reporting.")
2401 (home-page "https://github.com/gwkkwg/lift")
2402 (license license:expat))))
2403
2404 (define-public cl-lift
2405 (sbcl-package->cl-source-package sbcl-lift))
2406
2407 (define-public ecl-lift
2408 (sbcl-package->ecl-package sbcl-lift))
2409
2410 (define-public sbcl-let-plus
2411 (let ((commit "5f14af61d501ecead02ec6b5a5c810efc0c9fdbb"))
2412 (package
2413 (name "sbcl-let-plus")
2414 (version (git-version "0.0.0" "1" commit))
2415 (source
2416 (origin
2417 (method git-fetch)
2418 (uri (git-reference
2419 (url "https://github.com/sharplispers/let-plus")
2420 (commit commit)))
2421 (sha256
2422 (base32
2423 "0i050ca2iys9f5mb7dgqgqdxfnc3b0rnjdwv95sqd490vkiwrsaj"))
2424 (file-name (git-file-name "let-plus" version))))
2425 (build-system asdf-build-system/sbcl)
2426 (inputs
2427 `(("alexandria" ,sbcl-alexandria)
2428 ("anaphora" ,sbcl-anaphora)))
2429 (native-inputs
2430 `(("lift" ,sbcl-lift)))
2431 (synopsis "Destructuring extension of let*")
2432 (description
2433 "This library implements the let+ macro, which is a dectructuring
2434 extension of let*. It features:
2435
2436 @itemize
2437 @item Clean, consistent syntax and small implementation (less than 300 LOC,
2438 not counting tests)
2439 @item Placeholder macros allow editor hints and syntax highlighting
2440 @item @command{&ign} for ignored values (in forms where that makes sense)
2441 @item Very easy to extend
2442 @end itemize\n")
2443 (home-page "https://github.com/sharplispers/let-plus")
2444 (license license:boost1.0))))
2445
2446 (define-public cl-let-plus
2447 (sbcl-package->cl-source-package sbcl-let-plus))
2448
2449 (define-public ecl-let-plus
2450 (sbcl-package->ecl-package sbcl-let-plus))
2451
2452 (define-public sbcl-cl-colors
2453 (let ((commit "827410584553f5c717eec6182343b7605f707f75"))
2454 (package
2455 (name "sbcl-cl-colors")
2456 (version (git-version "0.0.0" "1" commit))
2457 (source
2458 (origin
2459 (method git-fetch)
2460 (uri (git-reference
2461 (url "https://github.com/tpapp/cl-colors")
2462 (commit commit)))
2463 (sha256
2464 (base32
2465 "0l446lday4hybsm9bq3jli97fvv8jb1d33abg79vbylpwjmf3y9a"))
2466 (file-name (git-file-name "cl-colors" version))))
2467 (build-system asdf-build-system/sbcl)
2468 (inputs
2469 `(("alexandria" ,sbcl-alexandria)
2470 ("let-plus" ,sbcl-let-plus)))
2471 (synopsis "Simple color library for Common Lisp")
2472 (description
2473 "This is a very simple color library for Common Lisp, providing
2474
2475 @itemize
2476 @item Types for representing colors in HSV and RGB spaces.
2477 @item Simple conversion functions between the above types (and also
2478 hexadecimal representation for RGB).
2479 @item Some predefined colors (currently X11 color names – of course the
2480 library does not depend on X11).Because color in your terminal is nice.
2481 @end itemize
2482
2483 This library is no longer supported by its author.")
2484 (home-page "https://github.com/tpapp/cl-colors")
2485 (license license:boost1.0))))
2486
2487 (define-public cl-colors
2488 (sbcl-package->cl-source-package sbcl-cl-colors))
2489
2490 (define-public ecl-cl-colors
2491 (sbcl-package->ecl-package sbcl-cl-colors))
2492
2493 (define-public sbcl-cl-ansi-text
2494 (let ((commit "53badf7878f27f22f2d4a2a43e6df458e43acbe9"))
2495 (package
2496 (name "sbcl-cl-ansi-text")
2497 (version (git-version "1.0.0" "1" commit))
2498 (source
2499 (origin
2500 (method git-fetch)
2501 (uri (git-reference
2502 (url "https://github.com/pnathan/cl-ansi-text")
2503 (commit commit)))
2504 (sha256
2505 (base32
2506 "11i27n0dbz5lmygiw65zzr8lx0rac6b6yysqranphn31wls6ja3v"))
2507 (file-name (git-file-name "cl-ansi-text" version))))
2508 (build-system asdf-build-system/sbcl)
2509 (inputs
2510 `(("alexandria" ,sbcl-alexandria)
2511 ("cl-colors" ,sbcl-cl-colors)))
2512 (native-inputs
2513 `(("fiveam" ,sbcl-fiveam)))
2514 (synopsis "ANSI terminal color implementation for Common Lisp")
2515 (description
2516 "@command{cl-ansi-text} provides utilities which enable printing to an
2517 ANSI terminal with colored text. It provides the macro @command{with-color}
2518 which causes everything printed in the body to be displayed with the provided
2519 color. It further provides functions which will print the argument with the
2520 named color.")
2521 (home-page "https://github.com/pnathan/cl-ansi-text")
2522 (license license:llgpl))))
2523
2524 (define-public cl-ansi-text
2525 (sbcl-package->cl-source-package sbcl-cl-ansi-text))
2526
2527 (define-public ecl-cl-ansi-text
2528 (sbcl-package->ecl-package sbcl-cl-ansi-text))
2529
2530 (define-public sbcl-prove
2531 (let ((commit "4f9122bd393e63c5c70c1fba23070622317cfaa0"))
2532 (package
2533 (name "sbcl-prove")
2534 (version (git-version "1.0.0" "1" commit))
2535 (source
2536 (origin
2537 (method git-fetch)
2538 (uri (git-reference
2539 (url "https://github.com/fukamachi/prove")
2540 (commit commit)))
2541 (sha256
2542 (base32
2543 "07sbfw459z8bbjvx1qlmfa8qk2mvbjnnzi2mi0x72blaj8bkl4vc"))
2544 (file-name (git-file-name "prove" version))))
2545 (build-system asdf-build-system/sbcl)
2546 (inputs
2547 `(("alexandria" ,sbcl-alexandria)
2548 ("cl-ppcre" ,sbcl-cl-ppcre)
2549 ("cl-ansi-text" ,sbcl-cl-ansi-text)))
2550 (synopsis "Yet another unit testing framework for Common Lisp")
2551 (description
2552 "This project was originally called @command{cl-test-more}.
2553 @command{prove} is yet another unit testing framework for Common Lisp. The
2554 advantages of @command{prove} are:
2555
2556 @itemize
2557 @item Various simple functions for testing and informative error messages
2558 @item ASDF integration
2559 @item Extensible test reporters
2560 @item Colorizes the report if it's available (note for SLIME)
2561 @item Reports test durations
2562 @end itemize\n")
2563 (home-page "https://github.com/fukamachi/prove")
2564 (license license:expat))))
2565
2566 (define-public cl-prove
2567 (sbcl-package->cl-source-package sbcl-prove))
2568
2569 (define-public ecl-prove
2570 (sbcl-package->ecl-package sbcl-prove))
2571
2572 (define-public sbcl-proc-parse
2573 (let ((commit "ac3636834d561bdc2686c956dbd82494537285fd"))
2574 (package
2575 (name "sbcl-proc-parse")
2576 (version (git-version "0.0.0" "1" commit))
2577 (source
2578 (origin
2579 (method git-fetch)
2580 (uri (git-reference
2581 (url "https://github.com/fukamachi/proc-parse")
2582 (commit commit)))
2583 (sha256
2584 (base32
2585 "06rnl0h4cx6xv2wj3jczmmcxqn2703inmmvg1s4npbghmijsybfh"))
2586 (file-name (git-file-name "proc-parse" version))))
2587 (build-system asdf-build-system/sbcl)
2588 (inputs
2589 `(("alexandria" ,sbcl-alexandria)
2590 ("babel" ,sbcl-babel)))
2591 (native-inputs
2592 `(("prove" ,sbcl-prove)))
2593 (arguments
2594 ;; TODO: Tests don't find "proc-parse-test", why?
2595 `(#:tests? #f))
2596 (synopsis "Procedural vector parser")
2597 (description
2598 "This is a string/octets parser library for Common Lisp with speed and
2599 readability in mind. Unlike other libraries, the code is not a
2600 pattern-matching-like, but a char-by-char procedural parser.")
2601 (home-page "https://github.com/fukamachi/proc-parse")
2602 (license license:bsd-2))))
2603
2604 (define-public cl-proc-parse
2605 (sbcl-package->cl-source-package sbcl-proc-parse))
2606
2607 (define-public ecl-proc-parse
2608 (sbcl-package->ecl-package sbcl-proc-parse))
2609
2610 (define-public sbcl-parse-float
2611 (let ((commit "3074765101e41222b6b624a66aaf1e6416379f9c")
2612 (revision "2"))
2613 (package
2614 (name "sbcl-parse-float")
2615 (version (git-version "0.0.0" revision commit))
2616 (source
2617 (origin
2618 (method git-fetch)
2619 (uri (git-reference
2620 (url "https://github.com/soemraws/parse-float")
2621 (commit commit)))
2622 (sha256
2623 (base32 "0jd2spawc3v8vzqf8ky4cngl45jm65fhkrdf20mf6dcbn3mzpkmr"))
2624 (file-name (git-file-name "proc-parse" version))))
2625 (build-system asdf-build-system/sbcl)
2626 (arguments
2627 ;; FIXME: https://github.com/soemraws/parse-float/issues/12
2628 `(#:asd-systems '("parse-float" "parse-float-tests")))
2629 (native-inputs
2630 `(("lisp-unit" ,sbcl-lisp-unit)))
2631 (inputs
2632 `(("alexandria" ,sbcl-alexandria)))
2633 (home-page "https://github.com/soemraws/parse-float")
2634 (synopsis "Parse a floating point value from a string in Common Lisp")
2635 (description
2636 "This package exports the following function to parse floating-point
2637 values from a string in Common Lisp.")
2638 (license license:public-domain))))
2639
2640 (define-public cl-parse-float
2641 (sbcl-package->cl-source-package sbcl-parse-float))
2642
2643 (define-public ecl-parse-float
2644 (sbcl-package->ecl-package sbcl-parse-float))
2645
2646 (define-public sbcl-cl-string-match
2647 (let ((revision "1")
2648 (changeset "5048480a61243e6f1b02884012c8f25cdbee6d97"))
2649 (package
2650 (name "sbcl-cl-string-match")
2651 (version (git-version "0" revision changeset))
2652 (source
2653 (origin
2654 (method hg-fetch)
2655 (uri (hg-reference
2656 (url "https://bitbucket.org/vityok/cl-string-match/")
2657 (changeset changeset)))
2658 (sha256
2659 (base32
2660 "01wn5qx562w43ssy92xlfgv79w7p0nv0wbl76mpmba131n9ziq2y"))
2661 (file-name (git-file-name "cl-string-match" version))))
2662 (build-system asdf-build-system/sbcl)
2663 (inputs
2664 `(("alexandria" ,sbcl-alexandria)
2665 ("babel" ,sbcl-babel)
2666 ("iterate" ,sbcl-iterate)
2667 ("jpl-queues" ,sbcl-jpl-queues)
2668 ("jpl-util" ,sbcl-jpl-util)
2669 ("mgl-pax" ,sbcl-mgl-pax)
2670 ("parse-float" ,sbcl-parse-float)
2671 ("proc-parse" ,sbcl-proc-parse)
2672 ("yacc" ,sbcl-cl-yacc)))
2673 ;; TODO: Tests are not evaluated properly.
2674 (native-inputs
2675 ;; For testing:
2676 `(("lisp-unit" ,sbcl-lisp-unit)))
2677 (arguments
2678 `(#:tests? #f))
2679 (synopsis "Set of utilities to manipulate strings in Common Lisp")
2680 (description
2681 "@command{cl-strings} is a small, portable, dependency-free set of
2682 utilities that make it even easier to manipulate text in Common Lisp. It has
2683 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.")
2684 (home-page "https://bitbucket.org/vityok/cl-string-match/")
2685 (license license:bsd-3))))
2686
2687 (define-public cl-string-match
2688 (sbcl-package->cl-source-package sbcl-cl-string-match))
2689
2690 (define-public ecl-cl-string-match
2691 (sbcl-package->ecl-package sbcl-cl-string-match))
2692
2693 (define-public sbcl-ptester
2694 (let ((commit "fe69fde54f4bce00ce577feb918796c293fc7253")
2695 (revision "1"))
2696 (package
2697 (name "sbcl-ptester")
2698 (version (git-version "2.1.3" revision commit))
2699 (source
2700 (origin
2701 (method git-fetch)
2702 (uri (git-reference
2703 (url "http://git.kpe.io/ptester.git")
2704 (commit commit)))
2705 (file-name (git-file-name name version))
2706 (sha256
2707 (base32 "1l0lfl7cdnr2qf4zh38hi4llxg22c49zkm639bdkmvlkzwj3ndwf"))))
2708 (build-system asdf-build-system/sbcl)
2709 (home-page "http://quickdocs.org/ptester/")
2710 (synopsis "Portable test harness package")
2711 (description
2712 "@command{ptester} is a portable testing framework based on Franz's
2713 tester module.")
2714 (license license:llgpl))))
2715
2716 (define-public cl-ptester
2717 (sbcl-package->cl-source-package sbcl-ptester))
2718
2719 (define-public ecl-ptester
2720 (sbcl-package->ecl-package sbcl-ptester))
2721
2722 (define-public sbcl-puri
2723 (let ((commit "4bbab89d9ccbb26346899d1f496c97604fec567b")
2724 (revision "2"))
2725 (package
2726 (name "sbcl-puri")
2727 (version (git-version "1.5.7" revision commit))
2728 (source
2729 (origin
2730 (method git-fetch)
2731 (uri (git-reference
2732 (url "http://git.kpe.io/puri.git")
2733 (commit commit)))
2734 (file-name (git-file-name "puri" version))
2735 (sha256
2736 (base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))))
2737 (build-system asdf-build-system/sbcl)
2738 (native-inputs
2739 `(("ptester" ,sbcl-ptester)))
2740 (home-page "http://puri.kpe.io/")
2741 (synopsis "Portable URI Library")
2742 (description
2743 "This is a portable Universal Resource Identifier library for Common
2744 Lisp programs. It parses URI according to the RFC 2396 specification.")
2745 (license license:llgpl))))
2746
2747 (define-public cl-puri
2748 (sbcl-package->cl-source-package sbcl-puri))
2749
2750 (define-public ecl-puri
2751 (sbcl-package->ecl-package sbcl-puri))
2752
2753 (define-public sbcl-qmynd
2754 (let ((commit "7e56daf73f0ed5f49a931c01af75fb874bcf3445")
2755 (revision "1"))
2756 (package
2757 (name "sbcl-qmynd")
2758 (version (git-version "1.0.0" revision commit))
2759 (source
2760 (origin
2761 (method git-fetch)
2762 (uri (git-reference
2763 (url "https://github.com/qitab/qmynd")
2764 (commit commit)))
2765 (file-name (git-file-name name version))
2766 (sha256
2767 (base32
2768 "06gw5wxcpdclb6a5i5k9lbmdlyqsp182czrm9bm1cpklzbj0ihrl"))))
2769 (build-system asdf-build-system/sbcl)
2770 (inputs
2771 `(("asdf-finalizers" ,sbcl-asdf-finalizers)
2772 ("babel" ,sbcl-babel)
2773 ("chipz" ,sbcl-chipz)
2774 ("cl+ssl" ,sbcl-cl+ssl)
2775 ("flexi-streams" ,sbcl-flexi-streams)
2776 ("ironclad" ,sbcl-ironclad)
2777 ("salza2" ,sbcl-salza2)
2778 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
2779 ("usocket" ,sbcl-usocket)))
2780 (home-page "https://github.com/qitab/qmynd")
2781 (synopsis "QITAB MySQL Native Driver for Common Lisp")
2782 (description "QMyND, the QITAB MySQL Native Driver, is a MySQL client
2783 library that directly talks to a MySQL server in its native network protocol.
2784
2785 It's a part of QITAB umbrella project.")
2786 (license license:expat))))
2787
2788 (define-public ecl-qmynd
2789 (sbcl-package->ecl-package sbcl-qmynd))
2790
2791 (define-public cl-qmynd
2792 (sbcl-package->cl-source-package sbcl-qmynd))
2793
2794 (define-public sbcl-queues
2795 (let ((commit "47d4da65e9ea20953b74aeeab7e89a831b66bc94"))
2796 (package
2797 (name "sbcl-queues")
2798 (version (git-version "0.0.0" "1" commit))
2799 (source
2800 (origin
2801 (method git-fetch)
2802 (uri (git-reference
2803 (url "https://github.com/oconnore/queues")
2804 (commit commit)))
2805 (file-name (git-file-name "queues" version))
2806 (sha256
2807 (base32
2808 "0wdhfnzi4v6d97pggzj2aw55si94w4327br94jrmyvwf351wqjvv"))))
2809 (build-system asdf-build-system/sbcl)
2810 (inputs
2811 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
2812 (arguments
2813 '(#:asd-systems '("queues"
2814 "queues.simple-queue"
2815 "queues.simple-cqueue"
2816 "queues.priority-queue"
2817 "queues.priority-cqueue")))
2818 (home-page "https://github.com/oconnore/queues")
2819 (synopsis "Common Lisp queue library")
2820 (description
2821 "This is a simple queue library for Common Lisp with features such as
2822 non-consing thread safe queues and fibonacci priority queues.")
2823 (license license:expat))))
2824
2825 (define-public cl-queues
2826 (sbcl-package->cl-source-package sbcl-queues))
2827
2828 (define-public ecl-queues
2829 (sbcl-package->ecl-package sbcl-queues))
2830
2831 (define-public sbcl-glsl-packing
2832 (let ((commit "03628159468a8e5b7f2a1d5e78b77053e136794a")
2833 (revision "1"))
2834 (package
2835 (name "sbcl-glsl-packing")
2836 (version (git-version "0.0.0" revision commit))
2837 (source
2838 (origin
2839 (method git-fetch)
2840 (uri (git-reference
2841 (url "https://github.com/3b/glsl-packing/")
2842 (commit commit)))
2843 (file-name (git-file-name "glsl-packing" version))
2844 (sha256
2845 (base32 "0k2f1771wd9kdrcasldy1r00k5bdgi9fd07in52zmjggc0i7dd80"))))
2846 (build-system asdf-build-system/sbcl)
2847 (inputs
2848 `(("alexandria" ,sbcl-alexandria)))
2849 (home-page "https://github.com/3b/glsl-packing/")
2850 (synopsis "Common Lisp utilities to calculate OpenGL layouts")
2851 (description
2852 "This is a Common Lisp library to calculate std140 or std430 layouts for
2853 a glsl UBO/SSBO.")
2854 (license license:expat))))
2855
2856 (define-public ecl-glsl-packing
2857 (sbcl-package->ecl-package sbcl-glsl-packing))
2858
2859 (define-public cl-glsl-packing
2860 (sbcl-package->cl-source-package sbcl-glsl-packing))
2861
2862 (define-public sbcl-glsl-spec
2863 (let ((commit "f04476f7da89355ae6856b33283c60ba95c6555d")
2864 (revision "1"))
2865 (package
2866 (name "sbcl-glsl-spec")
2867 (version (git-version "0.0.0" revision commit))
2868 (source
2869 (origin
2870 (method git-fetch)
2871 (uri (git-reference
2872 (url "https://github.com/cbaggers/glsl-spec")
2873 (commit commit)))
2874 (file-name (git-file-name "glsl-spec" version))
2875 (sha256
2876 (base32 "01ipspr22fgfj3w8wq2y81lzrjc4vpfiwnr3dqhjlpzzra46am8c"))))
2877 (build-system asdf-build-system/sbcl)
2878 (arguments
2879 `(#:asd-systems '("glsl-spec" "glsl-symbols" "glsl-docs")))
2880 (home-page "https://github.com/cbaggers/glsl-spec")
2881 (synopsis "Common Lisp GLSL specification as a datastructure")
2882 (description
2883 "This package contains the specification of all functions and variables
2884 from GLSL as data.")
2885 (license license:unlicense))))
2886
2887 (define-public ecl-glsl-spec
2888 (sbcl-package->ecl-package sbcl-glsl-spec))
2889
2890 (define-public cl-glsl-spec
2891 (sbcl-package->cl-source-package sbcl-glsl-spec))
2892
2893 (define-public sbcl-varjo
2894 (let ((commit "9e77f30220053155d2ef8870ceba157f75e538d4")
2895 (revision "1"))
2896 (package
2897 (name "sbcl-varjo")
2898 (version (git-version "0.0.0" revision commit))
2899 (source
2900 (origin
2901 (method git-fetch)
2902 (uri (git-reference
2903 (url "https://github.com/cbaggers/varjo")
2904 (commit commit)))
2905 (file-name (git-file-name "varjo" version))
2906 (sha256
2907 (base32 "1p9x1wj576x5d31yvls9r1avkjkyhri7kyxbjfkg9z93a1w18j9z"))))
2908 (build-system asdf-build-system/sbcl)
2909 (native-inputs
2910 `(("fiveam" ,sbcl-fiveam)))
2911 (inputs
2912 `(("alexandria" ,sbcl-alexandria)
2913 ("cl-ppcre" ,sbcl-cl-ppcre)
2914 ("documentation-utils" ,sbcl-documentation-utils)
2915 ("fn" ,sbcl-fn)
2916 ("glsl-spec" ,sbcl-glsl-spec)
2917 ("named-readtables" ,sbcl-named-readtables)
2918 ("parse-float" ,sbcl-parse-float)
2919 ("vas-string-metrics" ,sbcl-vas-string-metrics)))
2920 (home-page "https://github.com/cbaggers/varjo")
2921 (synopsis "Lisp to GLSL Language Translator")
2922 (description
2923 "Varjo is a Lisp to GLSL compiler. Vari is the dialect of lisp Varjo
2924 compiles. It aims to be as close to Common Lisp as possible, but naturally it
2925 is statically typed so there are differences.")
2926 (license license:bsd-2))))
2927
2928 (define-public ecl-varjo
2929 (sbcl-package->ecl-package sbcl-varjo))
2930
2931 (define-public cl-varjo
2932 (sbcl-package->cl-source-package sbcl-varjo))
2933
2934 (define-public sbcl-cffi
2935 (package
2936 (name "sbcl-cffi")
2937 (version "0.23.0")
2938 (source
2939 (origin
2940 (method git-fetch)
2941 (uri (git-reference
2942 (url "https://github.com/cffi/cffi")
2943 (commit (string-append "v" version))))
2944 (file-name (git-file-name "cffi-bootstrap" version))
2945 (sha256
2946 (base32 "03s98imc5niwnpj3hhrafl7dmxq45g74h96sm68976k7ahi3vl5b"))))
2947 (build-system asdf-build-system/sbcl)
2948 (inputs
2949 `(("alexandria" ,sbcl-alexandria)
2950 ("babel" ,sbcl-babel)
2951 ("libffi" ,libffi)
2952 ("trivial-features" ,sbcl-trivial-features)))
2953 (native-inputs
2954 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
2955 ("pkg-config" ,pkg-config)
2956 ("rt" ,sbcl-rt)))
2957 (arguments
2958 '(#:phases
2959 (modify-phases %standard-phases
2960 (add-after 'unpack 'fix-arm-support
2961 (lambda _
2962 ;; This is apparently deprecated since libffi-3.3.
2963 (substitute* "libffi/libffi-types.lisp"
2964 (("\\\(\\\(:unix64.*") ")\n"))
2965 #t))
2966 (add-after 'unpack 'fix-paths
2967 (lambda* (#:key inputs #:allow-other-keys)
2968 (substitute* "libffi/libffi.lisp"
2969 (("libffi.so.7" all) (string-append
2970 (assoc-ref inputs "libffi")
2971 "/lib/" all)))
2972 (substitute* "toolchain/c-toolchain.lisp"
2973 (("\"cc\"") (format #f "~S" (which "gcc"))))))
2974 (add-after 'build 'install-headers
2975 (lambda* (#:key outputs #:allow-other-keys)
2976 (install-file "grovel/common.h"
2977 (string-append
2978 (assoc-ref outputs "out")
2979 "/include/grovel")))))
2980 #:asd-files '("cffi.asd"
2981 "cffi-toolchain.asd"
2982 "cffi-grovel.asd"
2983 "cffi-libffi.asd"
2984 "cffi-uffi-compat.asd")
2985 #:asd-systems '("cffi"
2986 "cffi-libffi"
2987 "cffi-uffi-compat")))
2988 (home-page "https://common-lisp.net/project/cffi/")
2989 (synopsis "Common Foreign Function Interface for Common Lisp")
2990 (description "The Common Foreign Function Interface (CFFI)
2991 purports to be a portable foreign function interface for Common Lisp.
2992 The CFFI library is composed of a Lisp-implementation-specific backend
2993 in the CFFI-SYS package, and a portable frontend in the CFFI
2994 package.")
2995 (license license:expat)))
2996
2997 (define-public cl-cffi
2998 (sbcl-package->cl-source-package sbcl-cffi))
2999
3000 (define-public ecl-cffi
3001 (sbcl-package->ecl-package sbcl-cffi))
3002
3003 (define-public sbcl-cffi-c-ref
3004 (let ((commit "8123cbb6034c5f7921a0766107cfb8c4e8efd5ce")
3005 (revision "0"))
3006 (package
3007 (name "sbcl-cffi-c-ref")
3008 (version (git-version "1.0" revision commit))
3009 (source
3010 (origin
3011 (method git-fetch)
3012 (uri (git-reference
3013 (url "https://github.com/borodust/cffi-c-ref")
3014 (commit commit)))
3015 (sha256
3016 (base32 "1a3pp6xcisabqir3rp1gvvjfdxcvpm8yr35p38nri9azsinmmc7z"))
3017 (file-name (git-file-name "cffi-c-ref" version))))
3018 (build-system asdf-build-system/sbcl)
3019 (inputs
3020 `(("alexandria" ,sbcl-alexandria)
3021 ("cffi" ,sbcl-cffi)))
3022 (synopsis "Streamlined access to foreign memory")
3023 (description
3024 "This Common Lisp library provides macros to access foreign memory.")
3025 (home-page "https://github.com/borodust/cffi-c-ref")
3026 (license license:expat))))
3027
3028 (define-public cl-cffi-c-ref
3029 (sbcl-package->cl-source-package sbcl-cffi-c-ref))
3030
3031 (define-public ecl-cffi-c-ref
3032 (sbcl-package->ecl-package sbcl-cffi-c-ref))
3033
3034 (define-public sbcl-cl-sqlite
3035 (package
3036 (name "sbcl-cl-sqlite")
3037 (version "0.2.1")
3038 (source
3039 (origin
3040 (method git-fetch)
3041 (uri (git-reference
3042 (url "https://github.com/dmitryvk/cl-sqlite")
3043 (commit version)))
3044 (file-name (git-file-name "cl-sqlite" version))
3045 (sha256
3046 (base32
3047 "08iv7b4m0hh7qx2cvq4f510nrgdld0vicnvmqsh9w0fgrcgmyg4k"))))
3048 (build-system asdf-build-system/sbcl)
3049 (inputs
3050 `(("iterate" ,sbcl-iterate)
3051 ("cffi" ,sbcl-cffi)
3052 ("sqlite" ,sqlite)))
3053 (native-inputs
3054 `(("fiveam" ,sbcl-fiveam)
3055 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
3056 (arguments
3057 `(#:asd-systems '("sqlite")
3058 #:phases
3059 (modify-phases %standard-phases
3060 (add-after 'unpack 'fix-paths
3061 (lambda* (#:key inputs #:allow-other-keys)
3062 (substitute* "sqlite-ffi.lisp"
3063 (("libsqlite3" all) (string-append
3064 (assoc-ref inputs "sqlite")"/lib/" all))))))))
3065 (home-page "https://common-lisp.net/project/cl-sqlite/")
3066 (synopsis "Common Lisp binding for SQLite")
3067 (description
3068 "The @command{cl-sqlite} package is an interface to the SQLite embedded
3069 relational database engine.")
3070 (license license:public-domain)))
3071
3072 (define-public cl-sqlite
3073 (sbcl-package->cl-source-package sbcl-cl-sqlite))
3074
3075 (define-public ecl-cl-sqlite
3076 (sbcl-package->ecl-package sbcl-cl-sqlite))
3077
3078 (define-public sbcl-parenscript
3079 ;; Source archives are overwritten on every release, we use the Git repo instead.
3080 (let ((commit "7a1ac46353cecd144fc91915ba9f122aafcf4766"))
3081 (package
3082 (name "sbcl-parenscript")
3083 (version (git-version "2.7.1" "1" commit))
3084 (source
3085 (origin
3086 (method git-fetch)
3087 (uri (git-reference
3088 (url "https://gitlab.common-lisp.net/parenscript/parenscript")
3089 (commit commit)))
3090 (file-name (git-file-name "parenscript" version))
3091 (sha256
3092 (base32
3093 "0c22lqarrpbq82dg1sb3y6mp6w2faczp34ymzhnmff88yfq1xzsf"))))
3094 (build-system asdf-build-system/sbcl)
3095 (inputs
3096 `(("cl-ppcre" ,sbcl-cl-ppcre)
3097 ("anaphora" ,sbcl-anaphora)
3098 ("named-readtables" ,sbcl-named-readtables)))
3099 (home-page "https://common-lisp.net/project/parenscript/")
3100 (synopsis "Translator from a subset of Common Lisp to JavaScript")
3101 (description
3102 "Parenscript is a translator from an extended subset of Common Lisp to
3103 JavaScript. Parenscript code can run almost identically on both the
3104 browser (as JavaScript) and server (as Common Lisp).
3105
3106 Parenscript code is treated the same way as Common Lisp code, making the full
3107 power of Lisp macros available for JavaScript. This provides a web
3108 development environment that is unmatched in its ability to reduce code
3109 duplication and provide advanced meta-programming facilities to web
3110 developers.
3111
3112 At the same time, Parenscript is different from almost all other \"language
3113 X\" to JavaScript translators in that it imposes almost no overhead:
3114
3115 @itemize
3116 @item No run-time dependencies: Any piece of Parenscript code is runnable
3117 as-is. There are no JavaScript files to include.
3118 @item Native types: Parenscript works entirely with native JavaScript data
3119 types. There are no new types introduced, and object prototypes are not
3120 touched.
3121 @item Native calling convention: Any JavaScript code can be called without the
3122 need for bindings. Likewise, Parenscript can be used to make efficient,
3123 self-contained JavaScript libraries.
3124 @item Readable code: Parenscript generates concise, formatted, idiomatic
3125 JavaScript code. Identifier names are preserved. This enables seamless
3126 debugging in tools like Firebug.
3127 @item Efficiency: Parenscript introduces minimal overhead for advanced Common
3128 Lisp features. The generated code is almost as fast as hand-written
3129 JavaScript.
3130 @end itemize\n")
3131 (license license:bsd-3))))
3132
3133 (define-public cl-parenscript
3134 (sbcl-package->cl-source-package sbcl-parenscript))
3135
3136 (define-public ecl-parenscript
3137 (sbcl-package->ecl-package sbcl-parenscript))
3138
3139 (define-public sbcl-cl-json
3140 (let ((commit "6dfebb9540bfc3cc33582d0c03c9ec27cb913e79"))
3141 (package
3142 (name "sbcl-cl-json")
3143 (version (git-version "0.5" "1" commit))
3144 (source
3145 (origin
3146 (method git-fetch)
3147 (uri (git-reference
3148 (url "https://github.com/hankhero/cl-json")
3149 (commit commit)))
3150 (file-name (git-file-name "cl-json" version))
3151 (sha256
3152 (base32
3153 "0fx3m3x3s5ji950yzpazz4s0img3l6b3d6l3jrfjv0lr702496lh"))))
3154 (build-system asdf-build-system/sbcl)
3155 (native-inputs
3156 `(("fiveam" ,sbcl-fiveam)))
3157 (home-page "https://github.com/hankhero/cl-json")
3158 (synopsis "JSON encoder and decoder for Common-Lisp")
3159 (description
3160 "@command{cl-json} provides an encoder of Lisp objects to JSON format
3161 and a corresponding decoder of JSON data to Lisp objects. Both the encoder
3162 and the decoder are highly customizable; at the same time, the default
3163 settings ensure a very simple mode of operation, similar to that provided by
3164 @command{yason} or @command{st-json}.")
3165 (license license:expat))))
3166
3167 (define-public cl-json
3168 (sbcl-package->cl-source-package sbcl-cl-json))
3169
3170 (define-public ecl-cl-json
3171 (sbcl-package->ecl-package sbcl-cl-json))
3172
3173 (define-public sbcl-unix-opts
3174 (package
3175 (name "sbcl-unix-opts")
3176 (version "0.1.7")
3177 (source
3178 (origin
3179 (method git-fetch)
3180 (uri (git-reference
3181 (url "https://github.com/libre-man/unix-opts")
3182 (commit version)))
3183 (file-name (git-file-name "unix-opts" version))
3184 (sha256
3185 (base32
3186 "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr"))))
3187 (build-system asdf-build-system/sbcl)
3188 (home-page "https://github.com/hankhero/cl-json")
3189 (synopsis "Unix-style command line options parser")
3190 (description
3191 "This is a minimalistic parser of command line options. The main
3192 advantage of the library is the ability to concisely define command line
3193 options once and then use this definition for parsing and extraction of
3194 command line arguments, as well as printing description of command line
3195 options (you get --help for free). This way you don't need to repeat
3196 yourself. Also, @command{unix-opts} doesn't depend on anything and
3197 precisely controls the behavior of the parser via Common Lisp restarts.")
3198 (license license:expat)))
3199
3200 (define-public cl-unix-opts
3201 (sbcl-package->cl-source-package sbcl-unix-opts))
3202
3203 (define-public ecl-unix-opts
3204 (sbcl-package->ecl-package sbcl-unix-opts))
3205
3206 (define-public sbcl-trivial-garbage
3207 (package
3208 (name "sbcl-trivial-garbage")
3209 (version "0.21")
3210 (source
3211 (origin
3212 (method git-fetch)
3213 (uri (git-reference
3214 (url "https://github.com/trivial-garbage/trivial-garbage")
3215 (commit (string-append "v" version))))
3216 (file-name (git-file-name "trivial-garbage" version))
3217 (sha256
3218 (base32 "0122jicfg7pca1wxw8zak1n92h5friqy60988ns0ysksj3fphw9n"))))
3219 (build-system asdf-build-system/sbcl)
3220 (native-inputs
3221 `(("rt" ,sbcl-rt)))
3222 (home-page "https://common-lisp.net/project/trivial-garbage/")
3223 (synopsis "Portable GC-related APIs for Common Lisp")
3224 (description "@command{trivial-garbage} provides a portable API to
3225 finalizers, weak hash-tables and weak pointers on all major implementations of
3226 the Common Lisp programming language.")
3227 (license license:public-domain)))
3228
3229 (define-public cl-trivial-garbage
3230 (sbcl-package->cl-source-package sbcl-trivial-garbage))
3231
3232 (define-public ecl-trivial-garbage
3233 (sbcl-package->ecl-package sbcl-trivial-garbage))
3234
3235 (define-public sbcl-closer-mop
3236 (let ((commit "19c9d33f576e10715fd79cc1d4f688dab0f241d6"))
3237 (package
3238 (name "sbcl-closer-mop")
3239 (version (git-version "1.0.0" "2" commit))
3240 (source
3241 (origin
3242 (method git-fetch)
3243 (uri (git-reference
3244 (url "https://github.com/pcostanza/closer-mop")
3245 (commit commit)))
3246 (sha256
3247 (base32 "1w3x087wvlwkd6swfdgbvjfs6kazf0la8ax4pjfzikwjch4snn2c"))
3248 (file-name (git-file-name "closer-mop" version ))))
3249 (build-system asdf-build-system/sbcl)
3250 (home-page "https://github.com/pcostanza/closer-mop")
3251 (synopsis "Rectifies absent or incorrect CLOS MOP features")
3252 (description "Closer to MOP is a compatibility layer that rectifies many
3253 of the absent or incorrect CLOS MOP features across a broad range of Common
3254 Lisp implementations.")
3255 (license license:expat))))
3256
3257 (define-public cl-closer-mop
3258 (sbcl-package->cl-source-package sbcl-closer-mop))
3259
3260 (define-public ecl-closer-mop
3261 (sbcl-package->ecl-package sbcl-closer-mop))
3262
3263 (define-public sbcl-cl-cffi-gtk
3264 (let ((commit "e9a46df65995d9a16e6c8dbdc1e09b775eb4a966"))
3265 (package
3266 (name "sbcl-cl-cffi-gtk")
3267 (version (git-version "0.11.2" "2" commit))
3268 (source
3269 (origin
3270 (method git-fetch)
3271 (uri (git-reference
3272 (url "https://github.com/Ferada/cl-cffi-gtk/")
3273 (commit commit)))
3274 (file-name (git-file-name "cl-cffi-gtk" version))
3275 (sha256
3276 (base32
3277 "04vix0gmqsj91lm975sx7jhlnz5gq1xf9jp873mp7c8frc5dk1jj"))))
3278 (build-system asdf-build-system/sbcl)
3279 (native-inputs
3280 `(("fiveam" ,sbcl-fiveam)))
3281 (inputs
3282 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
3283 ("cairo" ,cairo)
3284 ("cffi" ,sbcl-cffi)
3285 ("closer-mop" ,sbcl-closer-mop)
3286 ("gdk-pixbuf" ,gdk-pixbuf)
3287 ("glib" ,glib)
3288 ("gtk" ,gtk+)
3289 ("iterate" ,sbcl-iterate)
3290 ("pango" ,pango)
3291 ("trivial-features" ,sbcl-trivial-features)
3292 ("trivial-garbage" ,sbcl-trivial-garbage)))
3293 (arguments
3294 `(#:asd-files '("gtk/cl-cffi-gtk.asd"
3295 "glib/cl-cffi-gtk-glib.asd"
3296 "gobject/cl-cffi-gtk-gobject.asd"
3297 "gio/cl-cffi-gtk-gio.asd"
3298 "cairo/cl-cffi-gtk-cairo.asd"
3299 "pango/cl-cffi-gtk-pango.asd"
3300 "gdk-pixbuf/cl-cffi-gtk-gdk-pixbuf.asd"
3301 "gdk/cl-cffi-gtk-gdk.asd")
3302 #:test-asd-file "test/cl-cffi-gtk-test.asd"
3303 ;; TODO: Tests fail with memory fault.
3304 ;; See https://github.com/Ferada/cl-cffi-gtk/issues/24.
3305 #:tests? #f
3306 #:phases
3307 (modify-phases %standard-phases
3308 (add-after 'unpack 'fix-paths
3309 (lambda* (#:key inputs #:allow-other-keys)
3310 (substitute* "glib/glib.init.lisp"
3311 (("libglib|libgthread" all)
3312 (string-append (assoc-ref inputs "glib") "/lib/" all)))
3313 (substitute* "gobject/gobject.init.lisp"
3314 (("libgobject" all)
3315 (string-append (assoc-ref inputs "glib") "/lib/" all)))
3316 (substitute* "gio/gio.init.lisp"
3317 (("libgio" all)
3318 (string-append (assoc-ref inputs "glib") "/lib/" all)))
3319 (substitute* "cairo/cairo.init.lisp"
3320 (("libcairo" all)
3321 (string-append (assoc-ref inputs "cairo") "/lib/" all)))
3322 (substitute* "pango/pango.init.lisp"
3323 (("libpango" all)
3324 (string-append (assoc-ref inputs "pango") "/lib/" all)))
3325 (substitute* "gdk-pixbuf/gdk-pixbuf.init.lisp"
3326 (("libgdk_pixbuf" all)
3327 (string-append (assoc-ref inputs "gdk-pixbuf") "/lib/" all)))
3328 (substitute* "gdk/gdk.init.lisp"
3329 (("libgdk" all)
3330 (string-append (assoc-ref inputs "gtk") "/lib/" all)))
3331 (substitute* "gdk/gdk.package.lisp"
3332 (("libgtk" all)
3333 (string-append (assoc-ref inputs "gtk") "/lib/" all))))))))
3334 (home-page "https://github.com/Ferada/cl-cffi-gtk/")
3335 (synopsis "Common Lisp binding for GTK+3")
3336 (description
3337 "@command{cl-cffi-gtk} is a Lisp binding to GTK+ 3 (GIMP Toolkit) which
3338 is a library for creating graphical user interfaces.")
3339 (license license:lgpl3))))
3340
3341 (define-public cl-cffi-gtk
3342 (sbcl-package->cl-source-package sbcl-cl-cffi-gtk))
3343
3344 (define-public ecl-cl-cffi-gtk
3345 (sbcl-package->ecl-package sbcl-cl-cffi-gtk))
3346
3347 (define-public sbcl-cl-webkit
3348 (let ((commit "0bc05cc73257670ab241853b9cc9ccb68940fe44"))
3349 (package
3350 (name "sbcl-cl-webkit")
3351 (version (git-version "2.4" "10" commit))
3352 (source
3353 (origin
3354 (method git-fetch)
3355 (uri (git-reference
3356 (url "https://github.com/joachifm/cl-webkit")
3357 (commit commit)))
3358 (file-name (git-file-name "cl-webkit" version))
3359 (sha256
3360 (base32
3361 "1kg6illspvb5647pm0x819ag2n7njnqvrm18jzgd28vk6nlkrcmq"))))
3362 (build-system asdf-build-system/sbcl)
3363 (inputs
3364 `(("cffi" ,sbcl-cffi)
3365 ("cl-cffi-gtk" ,sbcl-cl-cffi-gtk)
3366 ("webkitgtk" ,webkitgtk)))
3367 (arguments
3368 `(#:asd-systems '("cl-webkit2")
3369 #:phases
3370 (modify-phases %standard-phases
3371 (add-after 'unpack 'fix-paths
3372 (lambda* (#:key inputs #:allow-other-keys)
3373 (substitute* "webkit2/webkit2.init.lisp"
3374 (("libwebkit2gtk" all)
3375 (string-append
3376 (assoc-ref inputs "webkitgtk") "/lib/" all))))))))
3377 (home-page "https://github.com/joachifm/cl-webkit")
3378 (synopsis "Binding to WebKitGTK+ for Common Lisp")
3379 (description
3380 "@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp,
3381 currently targeting WebKit version 2. The WebKitGTK+ library adds web
3382 browsing capabilities to an application, leveraging the full power of the
3383 WebKit browsing engine.")
3384 (license license:expat))))
3385
3386 (define-public cl-webkit
3387 (sbcl-package->cl-source-package sbcl-cl-webkit))
3388
3389 (define-public ecl-cl-webkit
3390 (sbcl-package->ecl-package sbcl-cl-webkit))
3391
3392 (define-public sbcl-lparallel
3393 (package
3394 (name "sbcl-lparallel")
3395 (version "2.8.4")
3396 (source
3397 (origin
3398 (method git-fetch)
3399 (uri (git-reference
3400 (url "https://github.com/lmj/lparallel/")
3401 (commit (string-append "lparallel-" version))))
3402 (file-name (git-file-name "lparallel" version))
3403 (sha256
3404 (base32
3405 "0g0aylrbbrqsz0ahmwhvnk4cmc2931fllbpcfgzsprwnqqd7vwq9"))))
3406 (build-system asdf-build-system/sbcl)
3407 (inputs
3408 `(("alexandria" ,sbcl-alexandria)
3409 ("bordeaux-threads" ,sbcl-bordeaux-threads)
3410 ("trivial-garbage" ,sbcl-trivial-garbage)))
3411 (arguments
3412 `(#:phases
3413 (modify-phases %standard-phases
3414 (add-after 'unpack 'fix-dependency
3415 ;; lparallel loads a SBCL specific system in its asd file. This is
3416 ;; not carried over into the fasl which is generated. In order for
3417 ;; it to be carried over, it needs to be listed as a dependency.
3418 (lambda _
3419 (substitute* "lparallel.asd"
3420 ((":depends-on \\(:alexandria" all)
3421 (string-append all " #+sbcl :sb-cltl2"))))))))
3422 (home-page "https://lparallel.org/")
3423 (synopsis "Parallelism for Common Lisp")
3424 (description
3425 "@command{lparallel} is a library for parallel programming in Common
3426 Lisp, featuring:
3427
3428 @itemize
3429 @item a simple model of task submission with receiving queue,
3430 @item constructs for expressing fine-grained parallelism,
3431 @item asynchronous condition handling across thread boundaries,
3432 @item parallel versions of map, reduce, sort, remove, and many others,
3433 @item promises, futures, and delayed evaluation constructs,
3434 @item computation trees for parallelizing interconnected tasks,
3435 @item bounded and unbounded FIFO queues,
3436 @item high and low priority tasks,
3437 @item task killing by category,
3438 @item integrated timeouts.
3439 @end itemize\n")
3440 (license license:expat)))
3441
3442 (define-public cl-lparallel
3443 (sbcl-package->cl-source-package sbcl-lparallel))
3444
3445 (define-public ecl-lparallel
3446 (package
3447 (inherit (sbcl-package->ecl-package sbcl-lparallel))
3448 (arguments
3449 ;; TODO: Find why the tests get stuck forever; disable them for now.
3450 `(#:tests? #f))))
3451
3452 (define-public sbcl-cl-markup
3453 (let ((commit "e0eb7debf4bdff98d1f49d0f811321a6a637b390"))
3454 (package
3455 (name "sbcl-cl-markup")
3456 (version (git-version "0.1" "1" commit))
3457 (source
3458 (origin
3459 (method git-fetch)
3460 (uri (git-reference
3461 (url "https://github.com/arielnetworks/cl-markup/")
3462 (commit commit)))
3463 (file-name (git-file-name "cl-markup" version))
3464 (sha256
3465 (base32
3466 "10l6k45971dl13fkdmva7zc6i453lmq9j4xax2ci6pjzlc6xjhp7"))))
3467 (build-system asdf-build-system/sbcl)
3468 (home-page "https://github.com/arielnetworks/cl-markup/")
3469 (synopsis "Markup generation library for Common Lisp")
3470 (description
3471 "A modern markup generation library for Common Lisp that features:
3472
3473 @itemize
3474 @item Fast (even faster through compiling the code)
3475 @item Safety
3476 @item Support for multiple document types (markup, xml, html, html5, xhtml)
3477 @item Output with doctype
3478 @item Direct output to stream
3479 @end itemize\n")
3480 (license license:lgpl3+))))
3481
3482 (define-public cl-markup
3483 (sbcl-package->cl-source-package sbcl-cl-markup))
3484
3485 (define-public ecl-cl-markup
3486 (sbcl-package->ecl-package sbcl-cl-markup))
3487
3488 (define-public sbcl-cl-mustache
3489 (package
3490 (name "sbcl-cl-mustache")
3491 (version "0.12.1")
3492 (source
3493 (origin
3494 (method git-fetch)
3495 (uri (git-reference
3496 (url "https://github.com/kanru/cl-mustache")
3497 (commit (string-append "v" version))))
3498 (file-name (git-file-name "cl-mustache" version))
3499 (sha256
3500 (base32 "149xbb6wxq1napliwm9cv729hwcgfnjli6y8hingfixz7f10lhks"))))
3501 (build-system asdf-build-system/sbcl)
3502 (home-page "https://github.com/kanru/cl-mustache")
3503 (synopsis "Common Lisp Mustache template renderer")
3504 (description "This is a Common Lisp implementation for the Mustache
3505 template system. More details on the standard are available at
3506 @url{https://mustache.github.io}.")
3507 (license license:expat)))
3508
3509 (define-public cl-mustache
3510 (sbcl-package->cl-source-package sbcl-cl-mustache))
3511
3512 (define-public ecl-cl-mustache
3513 (sbcl-package->ecl-package sbcl-cl-mustache))
3514
3515 (define-public sbcl-cl-css
3516 (let ((commit "8fe654c8f0cf95b300718101cce4feb517f78e2f"))
3517 (package
3518 (name "sbcl-cl-css")
3519 (version (git-version "0.1" "1" commit))
3520 (source
3521 (origin
3522 (method git-fetch)
3523 (uri (git-reference
3524 (url "https://github.com/inaimathi/cl-css/")
3525 (commit commit)))
3526 (file-name (git-file-name "cl-css" version))
3527 (sha256
3528 (base32
3529 "1lc42zi2sw11fl2589sc19nr5sd2p0wy7wgvgwaggxa5f3ajhsmd"))))
3530 (build-system asdf-build-system/sbcl)
3531 (home-page "https://github.com/inaimathi/cl-css/")
3532 (synopsis "Non-validating, inline CSS generator for Common Lisp")
3533 (description
3534 "This is a dead-simple, non validating, inline CSS generator for Common
3535 Lisp. Its goals are axiomatic syntax, simple implementation to support
3536 portability, and boilerplate reduction in CSS.")
3537 (license license:expat))))
3538
3539 (define-public cl-css
3540 (sbcl-package->cl-source-package sbcl-cl-css))
3541
3542 (define-public ecl-cl-css
3543 (sbcl-package->ecl-package sbcl-cl-css))
3544
3545 (define-public sbcl-portable-threads
3546 (let ((commit "aa26bf38338a6b068bf8bfb3375d8d8c3b0a28df"))
3547 (package
3548 (name "sbcl-portable-threads")
3549 (version (git-version "2.3" "2" commit))
3550 (source
3551 (origin
3552 (method git-fetch)
3553 (uri (git-reference
3554 (url "https://github.com/binghe/portable-threads/")
3555 (commit commit)))
3556 (file-name (git-file-name "portable-threads" version))
3557 (sha256
3558 (base32 "058ksi07vfdmhrf5mdlc833s82m1rcqfja2266520m3r8bzs8bvs"))))
3559 (build-system asdf-build-system/sbcl)
3560 (arguments
3561 `(;; Tests seem broken.
3562 #:tests? #f))
3563 (home-page "https://github.com/binghe/portable-threads")
3564 (synopsis "Portable threads API for Common Lisp")
3565 (description
3566 "Portable Threads (and Scheduled and Periodic Functions) API for Common
3567 Lisp (from GBBopen project).")
3568 (license license:asl2.0))))
3569
3570 (define-public cl-portable-threads
3571 (sbcl-package->cl-source-package sbcl-portable-threads))
3572
3573 (define-public ecl-portable-threads
3574 (sbcl-package->ecl-package sbcl-portable-threads))
3575
3576 (define-public sbcl-usocket
3577 (package
3578 (name "sbcl-usocket")
3579 (version "0.8.3")
3580 (source
3581 (origin
3582 (method git-fetch)
3583 (uri (git-reference
3584 (url "https://github.com/usocket/usocket/")
3585 (commit (string-append "v" version))))
3586 (file-name (git-file-name "usocket" version))
3587 (sha256
3588 (base32
3589 "0x746wr2324l6bn7skqzgkzcbj5kd0zp2ck0c8rldrw0rzabg826"))))
3590 (build-system asdf-build-system/sbcl)
3591 (native-inputs
3592 `(("rt" ,sbcl-rt)))
3593 (inputs
3594 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
3595 ("split-sequence" ,sbcl-split-sequence)))
3596 (arguments
3597 `(#:tests? #f ; FIXME: Tests need network access?
3598 #:asd-systems '("usocket"
3599 "usocket-server")))
3600 (home-page "https://common-lisp.net/project/usocket/")
3601 (synopsis "Universal socket library for Common Lisp")
3602 (description
3603 "This library strives to provide a portable TCP/IP and UDP/IP socket
3604 interface for as many Common Lisp implementations as possible, while keeping
3605 the abstraction and portability layer as thin as possible.")
3606 (license license:expat)))
3607
3608 (define-public cl-usocket
3609 (sbcl-package->cl-source-package sbcl-usocket))
3610
3611 (define-public ecl-usocket
3612 (sbcl-package->ecl-package sbcl-usocket))
3613
3614 (define-public sbcl-s-xml
3615 (package
3616 (name "sbcl-s-xml")
3617 (version "3")
3618 (source
3619 (origin
3620 (method url-fetch)
3621 (uri "https://common-lisp.net/project/s-xml/s-xml.tgz")
3622 (sha256
3623 (base32
3624 "061qcr0dzshsa38s5ma4ay924cwak2nq9gy59dw6v9p0qb58nzjf"))))
3625 (build-system asdf-build-system/sbcl)
3626 (home-page "https://common-lisp.net/project/s-xml/")
3627 (synopsis "Simple XML parser implemented in Common Lisp")
3628 (description
3629 "S-XML is a simple XML parser implemented in Common Lisp. This XML
3630 parser implementation has the following features:
3631
3632 @itemize
3633 @item It works (handling many common XML usages).
3634 @item It is very small (the core is about 700 lines of code, including
3635 comments and whitespace).
3636 @item It has a core API that is simple, efficient and pure functional, much
3637 like that from SSAX (see also http://ssax.sourceforge.net).
3638 @item It supports different DOM models: an XSML-based one, an LXML-based one
3639 and a classic xml-element struct based one.
3640 @item It is reasonably time and space efficient (internally avoiding garbage
3641 generatation as much as possible).
3642 @item It does support CDATA.
3643 @item It should support the same character sets as your Common Lisp
3644 implementation.
3645 @item It does support XML name spaces.
3646 @end itemize
3647
3648 This XML parser implementation has the following limitations:
3649
3650 @itemize
3651 @item It does not support any special tags (like processing instructions).
3652 @item It is not validating, even skips DTD's all together.
3653 @end itemize\n")
3654 (license license:lgpl3+)))
3655
3656 (define-public cl-s-xml
3657 (sbcl-package->cl-source-package sbcl-s-xml))
3658
3659 (define-public ecl-s-xml
3660 (sbcl-package->ecl-package sbcl-s-xml))
3661
3662 (define-public sbcl-s-xml-rpc
3663 (package
3664 (name "sbcl-s-xml-rpc")
3665 (version "7")
3666 (source
3667 (origin
3668 (method url-fetch)
3669 (uri "https://common-lisp.net/project/s-xml-rpc/s-xml-rpc.tgz")
3670 (sha256
3671 (base32
3672 "02z7k163d51v0pzk8mn1xb6h5s6x64gjqkslhwm3a5x26k2gfs11"))))
3673 (build-system asdf-build-system/sbcl)
3674 (inputs
3675 `(("s-xml" ,sbcl-s-xml)))
3676 (home-page "https://common-lisp.net/project/s-xml-rpc/")
3677 (synopsis "Implementation of XML-RPC in Common Lisp for both client and server")
3678 (description
3679 "S-XML-RPC is an implementation of XML-RPC in Common Lisp for both
3680 client and server.")
3681 (license license:lgpl3+)))
3682
3683 (define-public cl-s-xml-rpc
3684 (sbcl-package->cl-source-package sbcl-s-xml-rpc))
3685
3686 (define-public ecl-s-xml-rpc
3687 (sbcl-package->ecl-package sbcl-s-xml-rpc))
3688
3689 (define-public sbcl-trivial-arguments
3690 (let ((commit "ecd84ed9cf9ef8f1e873d7409e6bd04979372aa7")
3691 (revision "1"))
3692 (package
3693 (name "sbcl-trivial-arguments")
3694 (version (git-version "1.1.0" revision commit))
3695 (source
3696 (origin
3697 (method git-fetch)
3698 (uri (git-reference
3699 (url "https://github.com/Shinmera/trivial-arguments")
3700 (commit commit)))
3701 (file-name (git-file-name "trivial-arguments" version))
3702 (sha256
3703 (base32 "02vaqfavhj8jqxnr68nnzvzshm8jbgcy6m9lvyv4daa6f7ihqf88"))))
3704 (build-system asdf-build-system/sbcl)
3705 (home-page "https://github.com/Shinmera/trivial-arguments")
3706 (synopsis "Common Lisp library to retrieve a function's lambda-list")
3707 (description
3708 "This is a simple library to retrieve the argument list of a function.")
3709 (license license:zlib))))
3710
3711 (define-public ecl-trivial-arguments
3712 (sbcl-package->ecl-package sbcl-trivial-arguments))
3713
3714 (define-public cl-trivial-arguments
3715 (sbcl-package->cl-source-package sbcl-trivial-arguments))
3716
3717 (define-public sbcl-trivial-clipboard
3718 (let ((commit "8a580cb97196be7cf096548eb1f46794cd22bb39"))
3719 (package
3720 (name "sbcl-trivial-clipboard")
3721 (version (git-version "0.0.0.0" "4" commit))
3722 (source
3723 (origin
3724 (method git-fetch)
3725 (uri (git-reference
3726 (url "https://github.com/snmsts/trivial-clipboard")
3727 (commit commit)))
3728 (file-name (git-file-name "trivial-clipboard" version))
3729 (sha256
3730 (base32
3731 "0apkgqrscylw3hhm5x2vs0z3hz6h7zd7dl5y3wr2zl8qjpvpc80k"))))
3732 (build-system asdf-build-system/sbcl)
3733 (inputs
3734 `(("xclip" ,xclip)))
3735 (native-inputs
3736 `(("fiveam" ,sbcl-fiveam)))
3737 (arguments
3738 `(#:phases
3739 (modify-phases %standard-phases
3740 (add-after 'unpack 'fix-paths
3741 (lambda* (#:key inputs #:allow-other-keys)
3742 (substitute* "src/text.lisp"
3743 (("\"xclip\"")
3744 (string-append "\"" (assoc-ref inputs "xclip") "/bin/xclip\""))))))))
3745 (home-page "https://github.com/snmsts/trivial-clipboard")
3746 (synopsis "Access system clipboard in Common Lisp")
3747 (description
3748 "@command{trivial-clipboard} gives access to the system clipboard.")
3749 (license license:expat))))
3750
3751 (define-public cl-trivial-clipboard
3752 (sbcl-package->cl-source-package sbcl-trivial-clipboard))
3753
3754 (define-public ecl-trivial-clipboard
3755 (sbcl-package->ecl-package sbcl-trivial-clipboard))
3756
3757 (define-public sbcl-trivial-backtrace
3758 (let ((commit "ca81c011b86424a381a7563cea3b924f24e6fbeb")
3759 (revision "1"))
3760 (package
3761 (name "sbcl-trivial-backtrace")
3762 (version (git-version "0.0.0" revision commit))
3763 (source
3764 (origin
3765 (method git-fetch)
3766 (uri (git-reference
3767 (url "https://github.com/gwkkwg/trivial-backtrace")
3768 (commit commit)))
3769 (file-name (git-file-name "trivial-backtrace" version))
3770 (sha256
3771 (base32 "10p41p43skj6cimdg8skjy7372s8v2xpkg8djjy0l8rm45i654k1"))))
3772 (build-system asdf-build-system/sbcl)
3773 (inputs
3774 `(("sbcl-lift" ,sbcl-lift)))
3775 (arguments
3776 `(#:phases
3777 (modify-phases %standard-phases
3778 (add-after 'check 'delete-test-results
3779 (lambda* (#:key outputs #:allow-other-keys)
3780 (let ((test-results (string-append (assoc-ref outputs "out")
3781 "/share/common-lisp/"
3782 (%lisp-type)
3783 "/trivial-backtrace"
3784 "/test-results")))
3785 (when (file-exists? test-results)
3786 (delete-file-recursively test-results)))
3787 #t)))))
3788 (home-page "https://common-lisp.net/project/trivial-backtrace/")
3789 (synopsis "Portable simple API to work with backtraces in Common Lisp")
3790 (description
3791 "One of the many things that didn't quite get into the Common Lisp
3792 standard was how to get a Lisp to output its call stack when something has
3793 gone wrong. As such, each Lisp has developed its own notion of what to
3794 display, how to display it, and what sort of arguments can be used to
3795 customize it. @code{trivial-backtrace} is a simple solution to generating a
3796 backtrace portably.")
3797 (license license:expat))))
3798
3799 (define-public cl-trivial-backtrace
3800 (sbcl-package->cl-source-package sbcl-trivial-backtrace))
3801
3802 (define-public ecl-trivial-backtrace
3803 (sbcl-package->ecl-package sbcl-trivial-backtrace))
3804
3805 (define-public sbcl-rfc2388
3806 (let ((commit "591bcf7e77f2c222c43953a80f8c297751dc0c4e")
3807 (revision "1"))
3808 (package
3809 (name "sbcl-rfc2388")
3810 (version (git-version "0.0.0" revision commit))
3811 (source
3812 (origin
3813 (method git-fetch)
3814 (uri (git-reference
3815 (url "https://github.com/jdz/rfc2388")
3816 (commit commit)))
3817 (file-name (git-file-name "rfc2388" version))
3818 (sha256
3819 (base32 "0phh5n3clhl9ji8jaxrajidn22d3f0aq87mlbfkkxlnx2pnw694k"))))
3820 (build-system asdf-build-system/sbcl)
3821 (home-page "https://github.com/jdz/rfc2388/")
3822 (synopsis "An implementation of RFC 2388 in Common Lisp")
3823 (description
3824 "This package contains an implementation of RFC 2388, which is used to
3825 process form data posted with HTTP POST method using enctype
3826 \"multipart/form-data\".")
3827 (license license:bsd-2))))
3828
3829 (define-public cl-rfc2388
3830 (sbcl-package->cl-source-package sbcl-rfc2388))
3831
3832 (define-public ecl-rfc2388
3833 (sbcl-package->ecl-package sbcl-rfc2388))
3834
3835 (define-public sbcl-md5
3836 (package
3837 (name "sbcl-md5")
3838 (version "2.0.4")
3839 (source
3840 (origin
3841 (method git-fetch)
3842 (uri (git-reference
3843 (url "https://github.com/pmai/md5")
3844 (commit (string-append "release-" version))))
3845 (file-name (git-file-name "md5" version))
3846 (sha256
3847 (base32 "1waqxzm7vlc22n92hv8r27anlvvjkkh9slhrky1ww7mdx4mmxwb8"))))
3848 (build-system asdf-build-system/sbcl)
3849 (home-page "https://github.com/pmai/md5")
3850 (synopsis
3851 "Common Lisp implementation of the MD5 Message-Digest Algorithm (RFC 1321)")
3852 (description
3853 "This package implements The MD5 Message-Digest Algorithm, as defined in
3854 RFC 1321 by R. Rivest, published April 1992.")
3855 (license license:public-domain)))
3856
3857 (define-public cl-md5
3858 (sbcl-package->cl-source-package sbcl-md5))
3859
3860 (define-public ecl-md5
3861 (package
3862 (inherit (sbcl-package->ecl-package sbcl-md5))
3863 (inputs
3864 `(("flexi-streams" ,ecl-flexi-streams)))))
3865
3866 (define-public sbcl-cl+ssl
3867 (let ((commit "701e645081e6533a3f0f0b3ac86389d6f506c4b5")
3868 (revision "1"))
3869 (package
3870 (name "sbcl-cl+ssl")
3871 (version (git-version "0.0.0" revision commit))
3872 (source
3873 (origin
3874 (method git-fetch)
3875 (uri (git-reference
3876 (url "https://github.com/cl-plus-ssl/cl-plus-ssl")
3877 (commit commit)))
3878 (file-name (git-file-name "cl+ssl" version))
3879 (sha256
3880 (base32 "0nfl275nwhff3m25872y388cydz14kqb6zbwywa6nj85r9k8bgs0"))))
3881 (build-system asdf-build-system/sbcl)
3882 (arguments
3883 '(#:phases
3884 (modify-phases %standard-phases
3885 (add-after 'unpack 'fix-paths
3886 (lambda* (#:key inputs #:allow-other-keys)
3887 (substitute* "src/reload.lisp"
3888 (("libssl.so" all)
3889 (string-append
3890 (assoc-ref inputs "openssl") "/lib/" all))))))))
3891 (inputs
3892 `(("openssl" ,openssl)
3893 ("sbcl-cffi" ,sbcl-cffi)
3894 ("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
3895 ("sbcl-flexi-streams" ,sbcl-flexi-streams)
3896 ("sbcl-bordeaux-threads" ,sbcl-bordeaux-threads)
3897 ("sbcl-trivial-garbage" ,sbcl-trivial-garbage)
3898 ("sbcl-alexandria" ,sbcl-alexandria)
3899 ("sbcl-trivial-features" ,sbcl-trivial-features)))
3900 (home-page "https://common-lisp.net/project/cl-plus-ssl/")
3901 (synopsis "Common Lisp bindings to OpenSSL")
3902 (description
3903 "This library is a fork of SSL-CMUCL. The original SSL-CMUCL source
3904 code was written by Eric Marsden and includes contributions by Jochen Schmidt.
3905 Development into CL+SSL was done by David Lichteblau.")
3906 (license license:expat))))
3907
3908 (define-public cl-cl+ssl
3909 (sbcl-package->cl-source-package sbcl-cl+ssl))
3910
3911 (define-public ecl-cl+ssl
3912 (sbcl-package->ecl-package sbcl-cl+ssl))
3913
3914 (define-public sbcl-kmrcl
3915 (let ((version "1.111")
3916 (commit "4a27407aad9deb607ffb8847630cde3d041ea25a")
3917 (revision "1"))
3918 (package
3919 (name "sbcl-kmrcl")
3920 (version (git-version version revision commit))
3921 (source
3922 (origin
3923 (method git-fetch)
3924 (uri (git-reference
3925 (url "http://git.kpe.io/kmrcl.git/")
3926 (commit commit)))
3927 (file-name (git-file-name name version))
3928 (sha256
3929 (base32 "06gx04mah5nc8w78s0j8628divbf1s5w7af8w7pvzb2d5mgvrbd2"))))
3930 (build-system asdf-build-system/sbcl)
3931 (inputs
3932 `(("sbcl-rt" ,sbcl-rt)))
3933 (home-page "http://files.kpe.io/kmrcl/")
3934 (synopsis "General utilities for Common Lisp programs")
3935 (description
3936 "KMRCL is a collection of utilities used by a number of Kevin
3937 Rosenberg's Common Lisp packages.")
3938 (license license:llgpl))))
3939
3940 (define-public cl-kmrcl
3941 (sbcl-package->cl-source-package sbcl-kmrcl))
3942
3943 (define-public ecl-kmrcl
3944 (sbcl-package->ecl-package sbcl-kmrcl))
3945
3946 (define-public sbcl-cl-base64
3947 ;; 3.3.4 tests are broken, upstream fixes them.
3948 (let ((commit "577683b18fd880b82274d99fc96a18a710e3987a"))
3949 (package
3950 (name "sbcl-cl-base64")
3951 (version (git-version "3.3.4" "1" commit))
3952 (source
3953 (origin
3954 (method git-fetch)
3955 (uri (git-reference
3956 (url "http://git.kpe.io/cl-base64.git/")
3957 (commit commit)))
3958 (file-name (git-file-name name version))
3959 (sha256
3960 (base32 "12jj54h0fs6n237cvnp8v6hn0imfksammq22ys6pi0gwz2w47rbj"))))
3961 (build-system asdf-build-system/sbcl)
3962 (native-inputs ; For tests.
3963 `(("sbcl-ptester" ,sbcl-ptester)
3964 ("sbcl-kmrcl" ,sbcl-kmrcl)))
3965 (home-page "http://files.kpe.io/cl-base64/")
3966 (synopsis
3967 "Common Lisp package to encode and decode base64 with URI support")
3968 (description
3969 "This package provides highly optimized base64 encoding and decoding.
3970 Besides conversion to and from strings, integer conversions are supported.
3971 Encoding with Uniform Resource Identifiers is supported by using a modified
3972 encoding table that uses only URI-compatible characters.")
3973 (license license:bsd-3))))
3974
3975 (define-public cl-base64
3976 (sbcl-package->cl-source-package sbcl-cl-base64))
3977
3978 (define-public ecl-cl-base64
3979 (sbcl-package->ecl-package sbcl-cl-base64))
3980
3981 (define-public sbcl-chunga
3982 (package
3983 (name "sbcl-chunga")
3984 (version "1.1.7")
3985 (source
3986 (origin
3987 (method git-fetch)
3988 (uri (git-reference
3989 (url "https://github.com/edicl/chunga")
3990 (commit (string-append "v" version))))
3991 (file-name (git-file-name name version))
3992 (sha256
3993 (base32 "0jzn3nyb3f22gm983rfk99smqs3mhb9ivjmasvhq9qla5cl9pyhd"))))
3994 (build-system asdf-build-system/sbcl)
3995 (inputs
3996 `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)))
3997 (home-page "https://edicl.github.io/chunga/")
3998 (synopsis "Portable chunked streams for Common Lisp")
3999 (description
4000 "Chunga implements streams capable of chunked encoding on demand as
4001 defined in RFC 2616.")
4002 (license license:bsd-2)))
4003
4004 (define-public cl-chunga
4005 (sbcl-package->cl-source-package sbcl-chunga))
4006
4007 (define-public ecl-chunga
4008 (sbcl-package->ecl-package sbcl-chunga))
4009
4010 (define-public sbcl-cl-who
4011 (let ((version "1.1.4")
4012 (commit "2c08caa4bafba720409af9171feeba3f32e86d32")
4013 (revision "1"))
4014 (package
4015 (name "sbcl-cl-who")
4016 (version (git-version version revision commit))
4017 (source
4018 (origin
4019 (method git-fetch)
4020 (uri (git-reference
4021 (url "https://github.com/edicl/cl-who")
4022 (commit commit)))
4023 (file-name (git-file-name name version))
4024 (sha256
4025 (base32
4026 "0yjb6sr3yazm288m318kqvj9xk8rm9n1lpimgf65ymqv0i5agxsb"))))
4027 (build-system asdf-build-system/sbcl)
4028 (native-inputs
4029 `(("sbcl-flexi-streams" ,sbcl-flexi-streams)))
4030 (home-page "https://edicl.github.io/cl-who/")
4031 (synopsis "Yet another Lisp markup language")
4032 (description
4033 "There are plenty of Lisp Markup Languages out there - every Lisp
4034 programmer seems to write at least one during his career - and CL-WHO (where
4035 WHO means \"with-html-output\" for want of a better acronym) is probably just
4036 as good or bad as the next one.")
4037 (license license:bsd-2))))
4038
4039 (define-public cl-who
4040 (sbcl-package->cl-source-package sbcl-cl-who))
4041
4042 (define-public ecl-cl-who
4043 (sbcl-package->ecl-package sbcl-cl-who))
4044
4045 (define-public sbcl-chipz
4046 (let ((version "0.8")
4047 (commit "75dfbc660a5a28161c57f115adf74c8a926bfc4d")
4048 (revision "1"))
4049 (package
4050 (name "sbcl-chipz")
4051 (version (git-version version revision commit))
4052 (source
4053 (origin
4054 (method git-fetch)
4055 (uri (git-reference
4056 (url "https://github.com/froydnj/chipz")
4057 (commit commit)))
4058 (file-name (git-file-name name version))
4059 (sha256
4060 (base32
4061 "0plx4rs39zbs4gjk77h4a2q11zpy75fh9v8hnxrvsf8fnakajhwg"))))
4062 (build-system asdf-build-system/sbcl)
4063 (native-inputs
4064 `(("sbcl-flexi-streams" ,sbcl-flexi-streams)))
4065 (home-page "http://method-combination.net/lisp/chipz/")
4066 (synopsis
4067 "Common Lisp library for decompressing deflate, zlib, gzip, and bzip2
4068 data")
4069 (description
4070 "DEFLATE data, defined in RFC1951, forms the core of popular
4071 compression formats such as zlib (RFC 1950) and gzip (RFC 1952). As such,
4072 Chipz also provides for decompressing data in those formats as well. BZIP2 is
4073 the format used by the popular compression tool bzip2.")
4074 ;; The author describes it as "MIT-like"
4075 (license license:expat))))
4076
4077 (define-public cl-chipz
4078 (sbcl-package->cl-source-package sbcl-chipz))
4079
4080 (define-public ecl-chipz
4081 (sbcl-package->ecl-package sbcl-chipz))
4082
4083 (define-public sbcl-drakma
4084 (package
4085 (name "sbcl-drakma")
4086 (version "2.0.7")
4087 (source
4088 (origin
4089 (method git-fetch)
4090 (uri (git-reference
4091 (url "https://github.com/edicl/drakma")
4092 (commit (string-append "v" version))))
4093 (file-name (git-file-name name version))
4094 (sha256
4095 (base32
4096 "1441idnyif9xzx3ln1p3fg36k2v9h4wasjqrzc8y52j61420qpci"))))
4097 (build-system asdf-build-system/sbcl)
4098 (inputs
4099 `(("sbcl-puri" ,sbcl-puri)
4100 ("sbcl-cl-base64" ,sbcl-cl-base64)
4101 ("sbcl-chunga" ,sbcl-chunga)
4102 ("sbcl-flexi-streams" ,sbcl-flexi-streams)
4103 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
4104 ("sbcl-chipz" ,sbcl-chipz)
4105 ("sbcl-usocket" ,sbcl-usocket)
4106 ("sbcl-cl+ssl" ,sbcl-cl+ssl)))
4107 (native-inputs
4108 `(("sbcl-fiveam" ,sbcl-fiveam)))
4109 (home-page "https://edicl.github.io/drakma/")
4110 (synopsis "HTTP client written in Common Lisp")
4111 (description
4112 "Drakma is a full-featured HTTP client implemented in Common Lisp. It
4113 knows how to handle HTTP/1.1 chunking, persistent connections, re-usable
4114 sockets, SSL, continuable uploads, file uploads, cookies, and more.")
4115 (license license:bsd-2)))
4116
4117 (define-public cl-drakma
4118 (sbcl-package->cl-source-package sbcl-drakma))
4119
4120 (define-public ecl-drakma
4121 (sbcl-package->ecl-package sbcl-drakma))
4122
4123 (define-public sbcl-hunchentoot
4124 (package
4125 (name "sbcl-hunchentoot")
4126 (version "1.2.38")
4127 (source
4128 (origin
4129 (method git-fetch)
4130 (uri (git-reference
4131 (url "https://github.com/edicl/hunchentoot")
4132 (commit (string-append "v" version))))
4133 (file-name (git-file-name "hunchentoot" version))
4134 (sha256
4135 (base32 "1anpcad7w045m4rsjs1f3xdhjwx5cppq1h0vlb3q7dz81fi3i6yq"))))
4136 (build-system asdf-build-system/sbcl)
4137 (native-inputs
4138 `(("sbcl-cl-who" ,sbcl-cl-who)
4139 ("sbcl-drakma" ,sbcl-drakma)))
4140 (inputs
4141 `(("sbcl-chunga" ,sbcl-chunga)
4142 ("sbcl-cl-base64" ,sbcl-cl-base64)
4143 ("sbcl-cl-fad" ,sbcl-cl-fad)
4144 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
4145 ("sbcl-flexi-streams" ,sbcl-flexi-streams)
4146 ("sbcl-cl+ssl" ,sbcl-cl+ssl)
4147 ("sbcl-md5" ,sbcl-md5)
4148 ("sbcl-rfc2388" ,sbcl-rfc2388)
4149 ("sbcl-trivial-backtrace" ,sbcl-trivial-backtrace)
4150 ("sbcl-usocket" ,sbcl-usocket)))
4151 (home-page "https://edicl.github.io/hunchentoot/")
4152 (synopsis "Web server written in Common Lisp")
4153 (description
4154 "Hunchentoot is a web server written in Common Lisp and at the same
4155 time a toolkit for building dynamic websites. As a stand-alone web server,
4156 Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent
4157 connections (keep-alive), and SSL.")
4158 (license license:bsd-2)))
4159
4160 (define-public cl-hunchentoot
4161 (sbcl-package->cl-source-package sbcl-hunchentoot))
4162
4163 (define-public ecl-hunchentoot
4164 (package
4165 (inherit (sbcl-package->ecl-package sbcl-hunchentoot))
4166 (arguments
4167 ;; Tests fail on ECL with 'Socket error in "socket": EINVAL'.
4168 '(#:tests? #f))))
4169
4170 (define-public sbcl-trivial-types
4171 (package
4172 (name "sbcl-trivial-types")
4173 (version "0.0.1")
4174 (source
4175 (origin
4176 (method git-fetch)
4177 (uri (git-reference
4178 (url "https://github.com/m2ym/trivial-types")
4179 (commit "ee869f2b7504d8aa9a74403641a5b42b16f47d88")))
4180 (file-name (git-file-name name version))
4181 (sha256
4182 (base32 "1s4cp9bdlbn8447q7w7f1wkgwrbvfzp20mgs307l5pxvdslin341"))))
4183 (build-system asdf-build-system/sbcl)
4184 (home-page "https://github.com/m2ym/trivial-types")
4185 (synopsis "Trivial type definitions for Common Lisp")
4186 (description
4187 "TRIVIAL-TYPES provides missing but important type definitions such as
4188 PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.")
4189 (license license:llgpl)))
4190
4191 (define-public cl-trivial-types
4192 (sbcl-package->cl-source-package sbcl-trivial-types))
4193
4194 (define-public ecl-trivial-types
4195 (sbcl-package->ecl-package sbcl-trivial-types))
4196
4197 (define-public sbcl-cl-annot
4198 (let ((commit "c99e69c15d935eabc671b483349a406e0da9518d")
4199 (revision "1"))
4200 (package
4201 (name "sbcl-cl-annot")
4202 (version (git-version "0.0.0" revision commit))
4203 (source
4204 (origin
4205 (method git-fetch)
4206 (uri (git-reference
4207 (url "https://github.com/m2ym/cl-annot")
4208 (commit commit)))
4209 (file-name (git-file-name name version))
4210 (sha256
4211 (base32 "1wq1gs9jjd5m6iwrv06c2d7i5dvqsfjcljgbspfbc93cg5xahk4n"))))
4212 (build-system asdf-build-system/sbcl)
4213 (inputs
4214 `(("sbcl-alexandria" ,sbcl-alexandria)))
4215 (home-page "https://github.com/m2ym/cl-annot")
4216 (synopsis "Python-like Annotation Syntax for Common Lisp.")
4217 (description
4218 "@code{cl-annot} is an general annotation library for Common Lisp.")
4219 (license license:llgpl))))
4220
4221 (define-public cl-annot
4222 (sbcl-package->cl-source-package sbcl-cl-annot))
4223
4224 (define-public ecl-cl-annot
4225 (sbcl-package->ecl-package sbcl-cl-annot))
4226
4227 (define-public sbcl-cl-syntax
4228 (package
4229 (name "sbcl-cl-syntax")
4230 (version "0.0.3")
4231 (source
4232 (origin
4233 (method git-fetch)
4234 (uri (git-reference
4235 (url "https://github.com/m2ym/cl-syntax")
4236 (commit "03f0c329bbd55b8622c37161e6278366525e2ccc")))
4237 (file-name (git-file-name "cl-syntax" version))
4238 (sha256
4239 (base32 "17ran8xp77asagl31xv8w819wafh6whwfc9p6dgx22ca537gyl4y"))))
4240 (build-system asdf-build-system/sbcl)
4241 (inputs
4242 `(("cl-annot" ,sbcl-cl-annot)
4243 ("cl-interpol" ,sbcl-cl-interpol)
4244 ("named-readtables" ,sbcl-named-readtables)
4245 ("trivial-types" ,sbcl-trivial-types)))
4246 (arguments
4247 '(#:asd-systems '("cl-syntax"
4248 "cl-syntax-annot"
4249 "cl-syntax-interpol")))
4250 (home-page "https://github.com/m2ym/cl-syntax")
4251 (synopsis "Reader Syntax Coventions for Common Lisp and SLIME")
4252 (description
4253 "CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and SLIME.")
4254 (license license:llgpl)))
4255
4256 (define-public cl-syntax
4257 (sbcl-package->cl-source-package sbcl-cl-syntax))
4258
4259 (define-public ecl-cl-syntax
4260 (sbcl-package->ecl-package sbcl-cl-syntax))
4261
4262 (define-public sbcl-cl-utilities
4263 (let ((commit "dce2d2f6387091ea90357a130fa6d13a6776884b")
4264 (revision "1"))
4265 (package
4266 (name "sbcl-cl-utilities")
4267 (version (git-version "0.0.0" revision commit))
4268 (source
4269 (origin
4270 (method url-fetch)
4271 (uri
4272 (string-append
4273 "https://gitlab.common-lisp.net/cl-utilities/cl-utilities/-/"
4274 "archive/" commit "/cl-utilities-" commit ".tar.gz"))
4275 (sha256
4276 (base32 "1r46v730yf96nk2vb24qmagv9x96xvd08abqwhf02ghgydv1a7z2"))))
4277 (build-system asdf-build-system/sbcl)
4278 (arguments
4279 '(#:phases
4280 (modify-phases %standard-phases
4281 (add-after 'unpack 'fix-paths
4282 (lambda* (#:key inputs #:allow-other-keys)
4283 (substitute* "rotate-byte.lisp"
4284 (("in-package :cl-utilities)" all)
4285 "in-package :cl-utilities)\n\n#+sbcl\n(require :sb-rotate-byte)")))))))
4286 (home-page "http://common-lisp.net/project/cl-utilities")
4287 (synopsis "A collection of semi-standard utilities")
4288 (description
4289 "On Cliki.net <http://www.cliki.net/Common%20Lisp%20Utilities>, there
4290 is a collection of Common Lisp Utilities, things that everybody writes since
4291 they're not part of the official standard. There are some very useful things
4292 there; the only problems are that they aren't implemented as well as you'd
4293 like (some aren't implemented at all) and they aren't conveniently packaged
4294 and maintained. It takes quite a bit of work to carefully implement utilities
4295 for common use, commented and documented, with error checking placed
4296 everywhere some dumb user might make a mistake.")
4297 (license license:public-domain))))
4298
4299 (define-public cl-utilities
4300 (sbcl-package->cl-source-package sbcl-cl-utilities))
4301
4302 (define-public ecl-cl-utilities
4303 (sbcl-package->ecl-package sbcl-cl-utilities))
4304
4305 (define-public sbcl-map-set
4306 (let ((commit "7b4b545b68b8")
4307 (revision "1"))
4308 (package
4309 (name "sbcl-map-set")
4310 (version (git-version "0.0.0" revision commit))
4311 (source
4312 (origin
4313 (method url-fetch)
4314 (uri (string-append
4315 "https://bitbucket.org/tarballs_are_good/map-set/get/"
4316 commit ".tar.gz"))
4317 (sha256
4318 (base32 "1sx5j5qdsy5fklspfammwb16kjrhkggdavm922a9q86jm5l0b239"))))
4319 (build-system asdf-build-system/sbcl)
4320 (home-page "https://bitbucket.org/tarballs_are_good/map-set")
4321 (synopsis "Set-like data structure")
4322 (description
4323 "Implementation of a set-like data structure with constant time
4324 addition, removal, and random selection.")
4325 (license license:bsd-3))))
4326
4327 (define-public cl-map-set
4328 (sbcl-package->cl-source-package sbcl-map-set))
4329
4330 (define-public ecl-map-set
4331 (sbcl-package->ecl-package sbcl-map-set))
4332
4333 (define-public sbcl-quri
4334 (package
4335 (name "sbcl-quri")
4336 (version "0.3.0")
4337 (source
4338 (origin
4339 (method git-fetch)
4340 (uri (git-reference
4341 (url "https://github.com/fukamachi/quri")
4342 (commit version)))
4343 (file-name (git-file-name name version))
4344 (sha256
4345 (base32 "1pkvpiwwhx2fcknr7x47h7036ypkg8xzsskqbl5z315ipfmi8s2m"))))
4346 (build-system asdf-build-system/sbcl)
4347 (arguments
4348 ;; Test system must be loaded before, otherwise tests fail with:
4349 ;; Component QURI-ASD::QURI-TEST not found, required by #<SYSTEM
4350 ;; "quri">.
4351 '(#:asd-systems '("quri-test"
4352 "quri")))
4353 (native-inputs `(("sbcl-prove" ,sbcl-prove)))
4354 (inputs `(("sbcl-babel" ,sbcl-babel)
4355 ("sbcl-split-sequence" ,sbcl-split-sequence)
4356 ("sbcl-cl-utilities" ,sbcl-cl-utilities)
4357 ("sbcl-alexandria" ,sbcl-alexandria)))
4358 (home-page "https://github.com/fukamachi/quri")
4359 (synopsis "Yet another URI library for Common Lisp")
4360 (description
4361 "QURI (pronounced \"Q-ree\") is yet another URI library for Common
4362 Lisp. It is intended to be a replacement of PURI.")
4363 (license license:bsd-3)))
4364
4365 (define-public cl-quri
4366 (sbcl-package->cl-source-package sbcl-quri))
4367
4368 (define-public ecl-quri
4369 (sbcl-package->ecl-package sbcl-quri))
4370
4371 (define-public sbcl-myway
4372 (let ((commit "286230082a11f879c18b93f17ca571c5f676bfb7")
4373 (revision "1"))
4374 (package
4375 (name "sbcl-myway")
4376 (version (git-version "0.1.0" revision commit))
4377 (source
4378 (origin
4379 (method git-fetch)
4380 (uri (git-reference
4381 (url "https://github.com/fukamachi/myway")
4382 (commit commit)))
4383 (file-name (git-file-name "myway" version))
4384 (sha256
4385 (base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90"))))
4386 (build-system asdf-build-system/sbcl)
4387 (arguments
4388 ;; Tests fail with: Component MYWAY-ASD::MYWAY-TEST not found, required
4389 ;; by #<SYSTEM "myway">. Why?
4390 '(#:tests? #f))
4391 (native-inputs
4392 `(("sbcl-prove" ,sbcl-prove)))
4393 (inputs
4394 `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
4395 ("sbcl-quri" ,sbcl-quri)
4396 ("sbcl-map-set" ,sbcl-map-set)))
4397 (home-page "https://github.com/fukamachi/myway")
4398 (synopsis "Sinatra-compatible URL routing library for Common Lisp")
4399 (description "My Way is a Sinatra-compatible URL routing library.")
4400 (license license:llgpl))))
4401
4402 (define-public cl-myway
4403 (sbcl-package->cl-source-package sbcl-myway))
4404
4405 (define-public ecl-myway
4406 (sbcl-package->ecl-package sbcl-myway))
4407
4408 (define-public sbcl-xsubseq
4409 (let ((commit "5ce430b3da5cda3a73b9cf5cee4df2843034422b")
4410 (revision "1"))
4411 (package
4412 (name "sbcl-xsubseq")
4413 (version (git-version "0.0.1" revision commit))
4414 (source
4415 (origin
4416 (method git-fetch)
4417 (uri (git-reference
4418 (url "https://github.com/fukamachi/xsubseq")
4419 (commit commit)))
4420 (file-name (git-file-name name version))
4421 (sha256
4422 (base32 "1xz79q0p2mclf3sqjiwf6izdpb6xrsr350bv4mlmdlm6rg5r99px"))))
4423 (build-system asdf-build-system/sbcl)
4424 (arguments
4425 ;; Tests fail with: Component XSUBSEQ-ASD::XSUBSEQ-TEST not found,
4426 ;; required by #<SYSTEM "xsubseq">. Why?
4427 '(#:tests? #f))
4428 (native-inputs
4429 `(("sbcl-prove" ,sbcl-prove)))
4430 (home-page "https://github.com/fukamachi/xsubseq")
4431 (synopsis "Efficient way to use \"subseq\"s in Common Lisp")
4432 (description
4433 "XSubseq provides functions to be able to handle \"subseq\"s more
4434 effieiently.")
4435 (license license:bsd-2))))
4436
4437 (define-public cl-xsubseq
4438 (sbcl-package->cl-source-package sbcl-xsubseq))
4439
4440 (define-public ecl-xsubseq
4441 (sbcl-package->ecl-package sbcl-xsubseq))
4442
4443 (define-public sbcl-smart-buffer
4444 (let ((commit "09b9a9a0b3abaa37abe9a730f5aac2643dca4e62")
4445 (revision "1"))
4446 (package
4447 (name "sbcl-smart-buffer")
4448 (version (git-version "0.0.1" revision commit))
4449 (source
4450 (origin
4451 (method git-fetch)
4452 (uri (git-reference
4453 (url "https://github.com/fukamachi/smart-buffer")
4454 (commit commit)))
4455 (file-name (git-file-name name version))
4456 (sha256
4457 (base32 "0qz1zzxx0wm5ff7gpgsq550a59p0qj594zfmm2rglj97dahj54l7"))))
4458 (build-system asdf-build-system/sbcl)
4459 (arguments
4460 ;; Tests fail with: Component SMART-BUFFER-ASD::SMART-BUFFER-TEST not
4461 ;; found, required by #<SYSTEM "smart-buffer">. Why?
4462 `(#:tests? #f))
4463 (native-inputs
4464 `(("sbcl-prove" ,sbcl-prove)))
4465 (inputs
4466 `(("sbcl-xsubseq" ,sbcl-xsubseq)
4467 ("sbcl-flexi-streams" ,sbcl-flexi-streams)))
4468 (home-page "https://github.com/fukamachi/smart-buffer")
4469 (synopsis "Smart octets buffer")
4470 (description
4471 "Smart-buffer provides an output buffer which changes the destination
4472 depending on content size.")
4473 (license license:bsd-3))))
4474
4475 (define-public cl-smart-buffer
4476 (sbcl-package->cl-source-package sbcl-smart-buffer))
4477
4478 (define-public ecl-smart-buffer
4479 (sbcl-package->ecl-package sbcl-smart-buffer))
4480
4481 (define-public sbcl-fast-http
4482 (let ((commit "502a37715dcb8544cc8528b78143a942de662c5a")
4483 (revision "2"))
4484 (package
4485 (name "sbcl-fast-http")
4486 (version (git-version "0.2.0" revision commit))
4487 (source
4488 (origin
4489 (method git-fetch)
4490 (uri (git-reference
4491 (url "https://github.com/fukamachi/fast-http")
4492 (commit commit)))
4493 (file-name (git-file-name name version))
4494 (sha256
4495 (base32 "0al2g7g219jjljsf7b23pbilpgacxy5as5gs2nqf76b5qni396mi"))))
4496 (build-system asdf-build-system/sbcl)
4497 (arguments
4498 ;; Tests fail with: Component FAST-HTTP-ASD::FAST-HTTP-TEST not found,
4499 ;; required by #<SYSTEM "fast-http">. Why?
4500 `(#:tests? #f))
4501 (native-inputs
4502 `(("sbcl-prove" ,sbcl-prove)
4503 ("cl-syntax" ,sbcl-cl-syntax)))
4504 (inputs
4505 `(("sbcl-alexandria" ,sbcl-alexandria)
4506 ("sbcl-proc-parse" ,sbcl-proc-parse)
4507 ("sbcl-xsubseq" ,sbcl-xsubseq)
4508 ("sbcl-smart-buffer" ,sbcl-smart-buffer)
4509 ("sbcl-cl-utilities" ,sbcl-cl-utilities)))
4510 (home-page "https://github.com/fukamachi/fast-http")
4511 (synopsis "HTTP request/response parser for Common Lisp")
4512 (description
4513 "@code{fast-http} is a HTTP request/response protocol parser for Common
4514 Lisp.")
4515 ;; Author specified the MIT license
4516 (license license:expat))))
4517
4518 (define-public cl-fast-http
4519 (sbcl-package->cl-source-package sbcl-fast-http))
4520
4521 (define-public ecl-fast-http
4522 (sbcl-package->ecl-package sbcl-fast-http))
4523
4524 (define-public sbcl-static-vectors
4525 (package
4526 (name "sbcl-static-vectors")
4527 (version "1.8.6")
4528 (source
4529 (origin
4530 (method git-fetch)
4531 (uri (git-reference
4532 (url "https://github.com/sionescu/static-vectors")
4533 (commit (string-append "v" version))))
4534 (file-name (git-file-name name version))
4535 (sha256
4536 (base32 "01hwxzhyjkhsd3949g70120g7msw01byf0ia0pbj319q1a3cq7j9"))))
4537 (native-inputs
4538 `(("sbcl-fiveam" ,sbcl-fiveam)))
4539 (inputs
4540 `(("sbcl-alexandria" ,sbcl-alexandria)
4541 ("sbcl-cffi" ,sbcl-cffi)))
4542 (build-system asdf-build-system/sbcl)
4543 (home-page "https://github.com/sionescu/static-vectors")
4544 (synopsis "Allocate SIMPLE-ARRAYs in static memory")
4545 (description
4546 "With @code{static-vectors}, you can create vectors allocated in static
4547 memory.")
4548 (license license:expat)))
4549
4550 (define-public cl-static-vectors
4551 (sbcl-package->cl-source-package sbcl-static-vectors))
4552
4553 (define-public ecl-static-vectors
4554 (sbcl-package->ecl-package sbcl-static-vectors))
4555
4556 (define-public sbcl-marshal
4557 (let ((commit "eff1b15f2b0af2f26f71ad6a4dd5c4beab9299ec")
4558 (revision "1"))
4559 (package
4560 (name "sbcl-marshal")
4561 (version (git-version "1.3.0" revision commit))
4562 (source
4563 (origin
4564 (method git-fetch)
4565 (uri (git-reference
4566 (url "https://github.com/wlbr/cl-marshal")
4567 (commit commit)))
4568 (file-name (git-file-name name version))
4569 (sha256
4570 (base32 "08qs6fhk38xpkkjkpcj92mxx0lgy4ygrbbzrmnivdx281syr0gwh"))))
4571 (build-system asdf-build-system/sbcl)
4572 (home-page "https://github.com/wlbr/cl-marshal")
4573 (synopsis "Simple (de)serialization of Lisp datastructures")
4574 (description
4575 "Simple and fast marshalling of Lisp datastructures. Convert any object
4576 into a string representation, put it on a stream an revive it from there.
4577 Only minimal changes required to make your CLOS objects serializable.")
4578 (license license:expat))))
4579
4580 (define-public cl-marshal
4581 (sbcl-package->cl-source-package sbcl-marshal))
4582
4583 (define-public ecl-marshal
4584 (sbcl-package->ecl-package sbcl-marshal))
4585
4586 (define-public sbcl-checkl
4587 (let ((commit "80328800d047fef9b6e32dfe6bdc98396aee3cc9")
4588 (revision "1"))
4589 (package
4590 (name "sbcl-checkl")
4591 (version (git-version "0.0.0" revision commit))
4592 (source
4593 (origin
4594 (method git-fetch)
4595 (uri (git-reference
4596 (url "https://github.com/rpav/CheckL")
4597 (commit commit)))
4598 (file-name (git-file-name name version))
4599 (sha256
4600 (base32 "0bpisihx1gay44xmyr1dmhlwh00j0zzi04rp9fy35i95l2r4xdlx"))))
4601 (build-system asdf-build-system/sbcl)
4602 (arguments
4603 ;; Error while trying to load definition for system checkl-test from
4604 ;; pathname [...]/checkl-test.asd: The function CHECKL:DEFINE-TEST-OP
4605 ;; is undefined.
4606 '(#:asd-files '("checkl.asd")
4607 #:tests? #f))
4608 (native-inputs
4609 `(("sbcl-fiveam" ,sbcl-fiveam)))
4610 (inputs
4611 `(("sbcl-marshal" ,sbcl-marshal)))
4612 (home-page "https://github.com/rpav/CheckL/")
4613 (synopsis "Dynamic testing for Common Lisp")
4614 (description
4615 "CheckL lets you write tests dynamically, it checks resulting values
4616 against the last run.")
4617 ;; The author specifies both LLGPL and "BSD", but the "BSD" license
4618 ;; isn't specified anywhere, so I don't know which kind. LLGPL is the
4619 ;; stronger of the two and so I think only listing this should suffice.
4620 (license license:llgpl))))
4621
4622 (define-public cl-checkl
4623 (sbcl-package->cl-source-package sbcl-checkl))
4624
4625 (define-public ecl-checkl
4626 (sbcl-package->ecl-package sbcl-checkl))
4627
4628 (define-public sbcl-fast-io
4629 (let ((commit "603f4903dd74fb221859da7058ae6ca3853fe64b")
4630 (revision "2"))
4631 (package
4632 (name "sbcl-fast-io")
4633 (version (git-version "1.0.0" revision commit))
4634 (source
4635 (origin
4636 (method git-fetch)
4637 (uri (git-reference
4638 (url "https://github.com/rpav/fast-io")
4639 (commit commit)))
4640 (file-name (git-file-name name version))
4641 (sha256
4642 (base32 "00agvc0xx4w715i6ach05p995zpcpghn04xc06zyci06q677vw3n"))))
4643 (build-system asdf-build-system/sbcl)
4644 (arguments
4645 ;; Error while trying to load definition for system fast-io-test from
4646 ;; pathname [...]/fast-io-test.asd: The function CHECKL:DEFINE-TEST-OP
4647 ;; is undefined.
4648 '(#:tests? #f
4649 #:asd-files '("fast-io.asd")))
4650 (native-inputs
4651 `(("sbcl-fiveam" ,sbcl-fiveam)
4652 ("sbcl-checkl" ,sbcl-checkl)))
4653 (inputs
4654 `(("sbcl-alexandria" ,sbcl-alexandria)
4655 ("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
4656 ("sbcl-static-vectors" ,sbcl-static-vectors)))
4657 (home-page "https://github.com/rpav/fast-io")
4658 (synopsis "Fast octet-vector/stream I/O for Common Lisp")
4659 (description
4660 "Fast-io is about improving performance to octet-vectors and octet
4661 streams (though primarily the former, while wrapping the latter).")
4662 ;; Author specifies this as NewBSD which is an alias
4663 (license license:bsd-3))))
4664
4665 (define-public cl-fast-io
4666 (sbcl-package->cl-source-package sbcl-fast-io))
4667
4668 (define-public ecl-fast-io
4669 (sbcl-package->ecl-package sbcl-fast-io))
4670
4671 (define-public sbcl-jonathan
4672 (let ((commit "1f448b4f7ac8265e56e1c02b32ce383e65316300")
4673 (revision "1"))
4674 (package
4675 (name "sbcl-jonathan")
4676 (version (git-version "0.1.0" revision commit))
4677 (source
4678 (origin
4679 (method git-fetch)
4680 (uri (git-reference
4681 (url "https://github.com/Rudolph-Miller/jonathan")
4682 (commit commit)))
4683 (file-name (git-file-name name version))
4684 (sha256
4685 (base32 "14x4iwz3mbag5jzzzr4sb6ai0m9r4q4kyypbq32jmsk2dx1hi807"))))
4686 (build-system asdf-build-system/sbcl)
4687 (arguments
4688 ;; Tests fail with: Component JONATHAN-ASD::JONATHAN-TEST not found,
4689 ;; required by #<SYSTEM "jonathan">. Why?
4690 `(#:tests? #f))
4691 (native-inputs
4692 `(("sbcl-prove" ,sbcl-prove)))
4693 (inputs
4694 `(("sbcl-cl-syntax" ,sbcl-cl-syntax)
4695 ("sbcl-fast-io" ,sbcl-fast-io)
4696 ("sbcl-proc-parse" ,sbcl-proc-parse)
4697 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)))
4698 (home-page "https://rudolph-miller.github.io/jonathan/overview.html")
4699 (synopsis "JSON encoder and decoder")
4700 (description
4701 "High performance JSON encoder and decoder. Currently support: SBCL,
4702 CCL.")
4703 ;; Author specifies the MIT license
4704 (license license:expat))))
4705
4706 (define-public cl-jonathan
4707 (sbcl-package->cl-source-package sbcl-jonathan))
4708
4709 (define-public ecl-jonathan
4710 (sbcl-package->ecl-package sbcl-jonathan))
4711
4712 (define-public sbcl-http-body
4713 (let ((commit "dd01dc4f5842e3d29728552e5163acce8386eb73")
4714 (revision "1"))
4715 (package
4716 (name "sbcl-http-body")
4717 (version (git-version "0.1.0" revision commit))
4718 (source
4719 (origin
4720 (method git-fetch)
4721 (uri (git-reference
4722 (url "https://github.com/fukamachi/http-body")
4723 (commit commit)))
4724 (file-name (git-file-name name version))
4725 (sha256
4726 (base32 "1jd06snjvxcprhapgfq8sx0y5lrldkvhf206ix6d5a23dd6zcmr0"))))
4727 (build-system asdf-build-system/sbcl)
4728 (arguments
4729 ;; Tests fail with: Component HTTP-BODY-ASD::HTTP-BODY-TEST not
4730 ;; found, required by #<SYSTEM "http-body">. Why?
4731 `(#:tests? #f))
4732 (native-inputs
4733 `(("sbcl-prove" ,sbcl-prove)))
4734 (inputs
4735 `(("sbcl-fast-http" ,sbcl-fast-http)
4736 ("sbcl-jonathan" ,sbcl-jonathan)
4737 ("sbcl-quri" ,sbcl-quri)))
4738 (home-page "https://github.com/fukamachi/http-body")
4739 (synopsis "HTTP POST data parser")
4740 (description
4741 "HTTP-Body parses HTTP POST data and returns POST parameters. It
4742 supports application/x-www-form-urlencoded, application/json, and
4743 multipart/form-data.")
4744 (license license:bsd-2))))
4745
4746 (define-public cl-http-body
4747 (sbcl-package->cl-source-package sbcl-http-body))
4748
4749 (define-public ecl-http-body
4750 (sbcl-package->ecl-package sbcl-http-body))
4751
4752 (define-public sbcl-circular-streams
4753 (let ((commit "e770bade1919c5e8533dd2078c93c3d3bbeb38df")
4754 (revision "1"))
4755 (package
4756 (name "sbcl-circular-streams")
4757 (version (git-version "0.1.0" revision commit))
4758 (source
4759 (origin
4760 (method git-fetch)
4761 (uri (git-reference
4762 (url "https://github.com/fukamachi/circular-streams")
4763 (commit commit)))
4764 (file-name (git-file-name name version))
4765 (sha256
4766 (base32 "1wpw6d5cciyqcf92f7mvihak52pd5s47kk4qq6f0r2z2as68p5rs"))))
4767 (build-system asdf-build-system/sbcl)
4768 (arguments
4769 ;; The tests depend on cl-test-more which is now prove. Prove
4770 ;; tests aren't working for some reason.
4771 `(#:tests? #f))
4772 (inputs
4773 `(("sbcl-fast-io" ,sbcl-fast-io)
4774 ("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)))
4775 (home-page "https://github.com/fukamachi/circular-streams")
4776 (synopsis "Circularly readable streams for Common Lisp")
4777 (description
4778 "Circular-Streams allows you to read streams circularly by wrapping real
4779 streams. Once you reach end-of-file of a stream, it's file position will be
4780 reset to 0 and you're able to read it again.")
4781 (license license:llgpl))))
4782
4783 (define-public cl-circular-streams
4784 (sbcl-package->cl-source-package sbcl-circular-streams))
4785
4786 (define-public ecl-circular-streams
4787 (sbcl-package->ecl-package sbcl-circular-streams))
4788
4789 (define-public sbcl-lack
4790 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4791 (revision "1"))
4792 (package
4793 (name "sbcl-lack")
4794 (version (git-version "0.1.0" revision commit))
4795 (source
4796 (origin
4797 (method git-fetch)
4798 (uri (git-reference
4799 (url "https://github.com/fukamachi/lack")
4800 (commit commit)))
4801 (file-name (git-file-name "lack" version))
4802 (sha256
4803 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4804 (build-system asdf-build-system/sbcl)
4805 (native-inputs
4806 `(("prove" ,sbcl-prove)))
4807 (inputs
4808 `(("circular-streams" ,sbcl-circular-streams)
4809 ("http-body" ,sbcl-http-body)
4810 ("ironclad" ,sbcl-ironclad)
4811 ("local-time" ,sbcl-local-time)
4812 ("quri" ,sbcl-quri)
4813 ("trivial-mimes" ,sbcl-trivial-mimes)))
4814 (arguments
4815 '(#:asd-systems '("lack"
4816 "lack-request"
4817 "lack-response"
4818 "lack-component"
4819 "lack-util"
4820 "lack-middleware-backtrace"
4821 "lack-middleware-static")
4822 #:test-asd-file "t-lack.asd"
4823 ;; XXX: Component :CLACK not found
4824 #:tests? #f))
4825 (home-page "https://github.com/fukamachi/lack")
4826 (synopsis "Lack, the core of Clack")
4827 (description
4828 "Lack is a Common Lisp library which allows web applications to be
4829 constructed of modular components. It was originally a part of Clack, however
4830 it's going to be rewritten as an individual project since Clack v2 with
4831 performance and simplicity in mind.")
4832 (license license:llgpl))))
4833
4834 (define-public cl-lack
4835 (sbcl-package->cl-source-package sbcl-lack))
4836
4837 (define-public ecl-lack
4838 (sbcl-package->ecl-package sbcl-lack))
4839
4840 (define-public sbcl-local-time
4841 (let ((commit "a177eb911c0e8116e2bfceb79049265a884b701b")
4842 (revision "2"))
4843 (package
4844 (name "sbcl-local-time")
4845 (version (git-version "1.0.6" revision commit))
4846 (source
4847 (origin
4848 (method git-fetch)
4849 (uri (git-reference
4850 (url "https://github.com/dlowe-net/local-time")
4851 (commit commit)))
4852 (file-name (git-file-name name version))
4853 (sha256
4854 (base32 "0wld28xx20k0ysgg6akic5lg4vkjd0iyhv86m388xfrv8xh87wii"))))
4855 (build-system asdf-build-system/sbcl)
4856 (native-inputs
4857 `(("hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
4858 (home-page "https://common-lisp.net/project/local-time/")
4859 (synopsis "Time manipulation library for Common Lisp")
4860 (description
4861 "The LOCAL-TIME library is a Common Lisp library for the manipulation of
4862 dates and times. It is based almost entirely upon Erik Naggum's paper \"The
4863 Long Painful History of Time\".")
4864 (license license:expat))))
4865
4866 (define-public cl-local-time
4867 (sbcl-package->cl-source-package sbcl-local-time))
4868
4869 (define-public ecl-local-time
4870 (sbcl-package->ecl-package sbcl-local-time))
4871
4872 (define-public sbcl-chronicity
4873 (package
4874 (name "sbcl-chronicity")
4875 (version "0.4.1")
4876 (source
4877 (origin
4878 (method git-fetch)
4879 (uri (git-reference
4880 (url "https://github.com/chaitanyagupta/chronicity")
4881 (commit (string-append "v" version))))
4882 (file-name (git-file-name "chronicity" version))
4883 (sha256
4884 (base32 "0rzrl9is2v1aqbm0sym0qx3blnpd0bl13dkkmll6mb3983k2mkax"))))
4885 (build-system asdf-build-system/sbcl)
4886 (native-inputs
4887 `(("lisp-unit" ,sbcl-lisp-unit)))
4888 (inputs
4889 `(("cl-interpol" ,sbcl-cl-interpol)
4890 ("cl-ppcre" ,sbcl-cl-ppcre)
4891 ("local-time" ,sbcl-local-time)))
4892 (home-page "https://github.com/chaitanyagupta/chronicity")
4893 (synopsis "Natural language date and time parser for Common Lisp")
4894 (description
4895 "CHRONICITY is Common Lisp natural language date and time parser inspired
4896 by Ruby's @code{Chronic}.")
4897 (license license:bsd-3)))
4898
4899 (define-public ecl-chronicity
4900 (sbcl-package->ecl-package sbcl-chronicity))
4901
4902 (define-public cl-chronicity
4903 (sbcl-package->cl-source-package sbcl-chronicity))
4904
4905 (define-public sbcl-trivial-mimes
4906 (let ((commit "a741fc2f567a4f86b853fd4677d75e62c03e51d9")
4907 (revision "2"))
4908 (package
4909 (name "sbcl-trivial-mimes")
4910 (version (git-version "1.1.0" revision commit))
4911 (source
4912 (origin
4913 (method git-fetch)
4914 (uri (git-reference
4915 (url "https://github.com/Shinmera/trivial-mimes")
4916 (commit commit)))
4917 (file-name (git-file-name name version))
4918 (sha256
4919 (base32 "00kcm17q5plpzdj1qwg83ldhxksilgpcdkf3m9azxcdr968xs9di"))))
4920 (build-system asdf-build-system/sbcl)
4921 (native-inputs
4922 `(("stefil" ,sbcl-hu.dwim.stefil)))
4923 (inputs
4924 `(("sbcl-cl-fad" ,sbcl-cl-fad)))
4925 (home-page "https://shinmera.github.io/trivial-mimes/")
4926 (synopsis "Tiny Common Lisp library to detect mime types in files")
4927 (description
4928 "This is a teensy library that provides some functions to determine the
4929 mime-type of a file.")
4930 (license license:zlib))))
4931
4932 (define-public cl-trivial-mimes
4933 (sbcl-package->cl-source-package sbcl-trivial-mimes))
4934
4935 (define-public ecl-trivial-mimes
4936 (sbcl-package->ecl-package sbcl-trivial-mimes))
4937
4938 (define-public sbcl-ningle
4939 (let ((commit "50bd4f09b5a03a7249bd4d78265d6451563b25ad")
4940 (revision "1"))
4941 (package
4942 (name "sbcl-ningle")
4943 (version (git-version "0.3.0" revision commit))
4944 (source
4945 (origin
4946 (method git-fetch)
4947 (uri (git-reference
4948 (url "https://github.com/fukamachi/ningle")
4949 (commit commit)))
4950 (file-name (git-file-name name version))
4951 (sha256
4952 (base32 "1bsl8cnxhacb8p92z9n89vhk1ikmij5zavk0m2zvmj7iqm79jzgw"))))
4953 (build-system asdf-build-system/sbcl)
4954 (arguments
4955 ;; TODO: pull in clack-test
4956 '(#:tests? #f
4957 #:phases
4958 (modify-phases %standard-phases
4959 (delete 'cleanup-files)
4960 (delete 'cleanup)
4961 (add-before 'cleanup 'combine-fasls
4962 (lambda* (#:key outputs #:allow-other-keys)
4963 (let* ((out (assoc-ref outputs "out"))
4964 (lib (string-append out "/lib/sbcl"))
4965 (ningle-path (string-append lib "/ningle"))
4966 (fasl-files (find-files out "\\.fasl$")))
4967 (mkdir-p ningle-path)
4968 (let ((fasl-path (lambda (name)
4969 (string-append ningle-path
4970 "/"
4971 (basename name)
4972 "--system.fasl"))))
4973 (for-each (lambda (file)
4974 (rename-file file
4975 (fasl-path
4976 (basename file ".fasl"))))
4977 fasl-files))
4978 fasl-files)
4979 #t)))))
4980 (native-inputs
4981 `(("sbcl-prove" ,sbcl-prove)))
4982 (inputs
4983 `(("sbcl-cl-syntax" ,sbcl-cl-syntax)
4984 ("sbcl-myway" ,sbcl-myway)
4985 ("sbcl-lack" ,sbcl-lack)
4986 ("sbcl-alexandria" ,sbcl-alexandria)
4987 ("sbcl-babel" ,sbcl-babel)))
4988 (home-page "https://8arrow.org/ningle/")
4989 (synopsis "Super micro framework for Common Lisp")
4990 (description
4991 "Ningle is a lightweight web application framework for Common Lisp.")
4992 (license license:llgpl))))
4993
4994 (define-public cl-ningle
4995 (sbcl-package->cl-source-package sbcl-ningle))
4996
4997 (define-public ecl-ningle
4998 (sbcl-package->ecl-package sbcl-ningle))
4999
5000 (define-public sbcl-cl-fastcgi
5001 (let ((commit "de8b49b26de9863996ec18db28af8ab7e8ac4e20")
5002 (revision "2"))
5003 (package
5004 (name "sbcl-cl-fastcgi")
5005 (version (git-version "0.2" revision commit))
5006 (source
5007 (origin
5008 (method git-fetch)
5009 (uri (git-reference
5010 (url "https://github.com/KDr2/cl-fastcgi/")
5011 (commit commit)))
5012 (file-name (git-file-name name version))
5013 (sha256
5014 (base32 "0xgmhx766q4nmrvn5z7ag3ikpr9phlh8ypi8b14azshq9lqbq0m7"))))
5015 (build-system asdf-build-system/sbcl)
5016 (inputs
5017 `(("usocket" ,sbcl-usocket)
5018 ("cffi" ,sbcl-cffi)
5019 ("fcgi" ,fcgi)))
5020 (arguments
5021 `(#:phases
5022 (modify-phases %standard-phases
5023 (add-after 'unpack 'fix-paths
5024 (lambda* (#:key inputs #:allow-other-keys)
5025 (substitute* "cl-fastcgi.lisp"
5026 (("\"libfcgi.so\"")
5027 (string-append
5028 "\""
5029 (assoc-ref inputs "fcgi") "/lib/libfcgi.so\""))))))))
5030 (home-page "https://kdr2.com/project/cl-fastcgi.html")
5031 (synopsis "FastCGI wrapper for Common Lisp")
5032 (description
5033 "CL-FastCGI is a generic version of SB-FastCGI, targeting to run on
5034 mostly Common Lisp implementation.")
5035 (license license:bsd-2))))
5036
5037 (define-public cl-fastcgi
5038 (sbcl-package->cl-source-package sbcl-cl-fastcgi))
5039
5040 (define-public ecl-cl-fastcgi
5041 (sbcl-package->ecl-package sbcl-cl-fastcgi))
5042
5043 (define-public sbcl-clack
5044 (let ((commit "e3e032843bb1220ab96263c411aa7f2feb4746e0")
5045 (revision "1"))
5046 (package
5047 (name "sbcl-clack")
5048 (version (git-version "2.0.0" revision commit))
5049 (source
5050 (origin
5051 (method git-fetch)
5052 (uri (git-reference
5053 (url "https://github.com/fukamachi/clack")
5054 (commit commit)))
5055 (file-name (git-file-name name version))
5056 (sha256
5057 (base32 "1ymzs6qyrwhlj6cgqsnpyn6g5cbp7a3s1vgxwna20y2q7y4iacy0"))))
5058 (build-system asdf-build-system/sbcl)
5059 (inputs
5060 `(("alexandria" ,sbcl-alexandria)
5061 ("bordeaux-threads" ,sbcl-bordeaux-threads)
5062 ("cl-fastcgi" ,sbcl-cl-fastcgi)
5063 ("flexi-streams" ,sbcl-flexi-streams)
5064 ("hunchentoot" ,sbcl-hunchentoot)
5065 ("lack" ,sbcl-lack)
5066 ("split-sequence" ,sbcl-split-sequence)
5067 ("usocket" ,sbcl-usocket)
5068 ("quri" ,sbcl-quri)))
5069 (arguments
5070 '(#:asd-systems '("clack"
5071 "clack-handler-fcgi"
5072 "clack-socket"
5073 "clack-handler-hunchentoot")))
5074 (home-page "https://github.com/fukamachi/clack")
5075 (synopsis "Web Application Environment for Common Lisp")
5076 (description
5077 "Clack is a web application environment for Common Lisp inspired by
5078 Python's WSGI and Ruby's Rack.")
5079 (license license:llgpl))))
5080
5081 (define-public cl-clack
5082 (sbcl-package->cl-source-package sbcl-clack))
5083
5084 (define-public ecl-clack
5085 (sbcl-package->ecl-package sbcl-clack))
5086
5087 (define-public sbcl-cl-log
5088 (let ((commit "8f4b766d51e02245c310526cf1e4534ce634f837")
5089 (revision "1"))
5090 (package
5091 (name "sbcl-cl-log")
5092 (version "1.0.1")
5093 (source
5094 (origin
5095 (method git-fetch)
5096 (uri (git-reference
5097 (url "https://github.com/nicklevine/cl-log")
5098 (commit commit)))
5099 (sha256
5100 (base32 "1r3z9swy1b59swvaa5b97is9ysrfmjvjjhhw56p7p5hqg93b92ak"))
5101 (file-name (git-file-name "cl-log" version))))
5102 (build-system asdf-build-system/sbcl)
5103 (synopsis "Common Lisp general purpose logging utility")
5104 (description "CL-LOG is a general purpose logging utility, loosely modelled
5105 in some respects after Gary King's Log5. Its features include: logging to
5106 several destinations at once, via \"messengers\", each messenger is tailored to
5107 accept some log messages and reject others, and this tailoring can be changed
5108 on-the-fly, very rapid processing of messages which are rejected by all
5109 messengers, fully independent use of the utility by several different
5110 sub-systems in an application, support for messengers which cl:format text to a
5111 stream, support for messengers which do not invoke cl:format, timestamps in
5112 theory accurate to internal-time-units-per-second.")
5113 (home-page "https://github.com/nicklevine/cl-log")
5114 (license license:expat))))
5115
5116 (define-public cl-log
5117 (sbcl-package->cl-source-package sbcl-cl-log))
5118
5119 (define-public ecl-cl-log
5120 (sbcl-package->ecl-package sbcl-cl-log))
5121
5122 (define-public sbcl-log4cl
5123 (let ((commit "8c48d6f41d3a1475d0a91eed0638b9eecc398e35")
5124 (revision "1"))
5125 (package
5126 (name "sbcl-log4cl")
5127 (version (git-version "1.1.3" revision commit))
5128 (source
5129 (origin
5130 (method git-fetch)
5131 (uri (git-reference
5132 (url "https://github.com/sharplispers/log4cl")
5133 (commit commit)))
5134 (file-name (git-file-name "log4cl" version))
5135 (sha256
5136 (base32 "0166d9aip366pbpdk5gsi2f6xad6q61lssxgbrypa8zslwjn8736"))))
5137 (build-system asdf-build-system/sbcl)
5138 (native-inputs
5139 `(("stefil" ,sbcl-stefil)))
5140 (inputs
5141 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
5142 (home-page "https://github.com/7max/log4cl")
5143 (synopsis "Common Lisp logging framework, modeled after Log4J")
5144 (description
5145 "This is a Common Lisp logging framework that can log at various levels
5146 and mix text with expressions.")
5147 (license license:asl2.0))))
5148
5149 (define-public cl-log4cl
5150 (sbcl-package->cl-source-package sbcl-log4cl))
5151
5152 (define-public ecl-log4cl
5153 (sbcl-package->ecl-package sbcl-log4cl))
5154
5155 (define-public sbcl-printv
5156 (let ((commit "646d31978dbbb460fffb160fd65bb2be9a5a434e")
5157 (revision "1"))
5158 (package
5159 (name "sbcl-printv")
5160 (version (git-version "0.1.0" revision commit))
5161 (source
5162 (origin
5163 (method git-fetch)
5164 (uri (git-reference
5165 (url "https://github.com/danlentz/printv")
5166 (commit commit)))
5167 (file-name (git-file-name "printv" version))
5168 (sha256
5169 (base32 "08jvy82abm7qi3wrxh6gvmwg9gy0zzhg4cfqajdwrggbah8mj5a6"))))
5170 (build-system asdf-build-system/sbcl)
5171 (home-page "https://github.com/danlentz/printv")
5172 (synopsis "Common Lisp tracing and debug-logging macro")
5173 (description
5174 "@code{PRINTV} is a \"batteries-included\" tracing and debug-logging
5175 macro for Common Lisp.")
5176 (license license:asl2.0))))
5177
5178 (define-public ecl-printv
5179 (sbcl-package->ecl-package sbcl-printv))
5180
5181 (define-public cl-printv
5182 (sbcl-package->cl-source-package sbcl-printv))
5183
5184 (define-public sbcl-cl-debug
5185 (let ((commit "b334280806104ee7f7d3aec666bf7e08d2f89b31")
5186 (revision "1"))
5187 (package
5188 (name "sbcl-cl-debug")
5189 (version (git-version "1.0.0" revision commit))
5190 (source
5191 (origin
5192 (method git-fetch)
5193 (uri (git-reference
5194 (url "https://github.com/kmx-io/cl-debug")
5195 (commit commit)))
5196 (file-name (git-file-name "cl-debug" version))
5197 (sha256
5198 (base32 "0w5vxbjsgr3zfpivdmghmhzxskfdvm1p34c8whwps2xlhypxsa78"))))
5199 (build-system asdf-build-system/sbcl)
5200 (home-page "https://github.com/kmx-io/cl-debug")
5201 (synopsis "Common Lisp cross-package debugging facility")
5202 (description
5203 "CL-DEBUG provides a unified way to enable or disable debug-specific code.
5204 Debugging code can be enabled or disabled relative to program features denoted
5205 by either a symbol or a keyword.")
5206 (license license:isc))))
5207
5208 (define-public ecl-cl-debug
5209 (sbcl-package->ecl-package sbcl-cl-debug))
5210
5211 (define-public cl-debug
5212 (sbcl-package->cl-source-package sbcl-cl-debug))
5213
5214 (define-public sbcl-verbose
5215 (let ((commit "c5b7ecd465be61b35af17ef57564697b88397174")
5216 (revision "1"))
5217 (package
5218 (name "sbcl-verbose")
5219 (version (git-version "2.0.0" revision commit))
5220 (source
5221 (origin
5222 (method git-fetch)
5223 (uri (git-reference
5224 (url "https://github.com/Shinmera/verbose/")
5225 (commit commit)))
5226 (file-name (git-file-name "verbose" version))
5227 (sha256
5228 (base32 "0r51ydj5v7afi2jrlscbhxprv13d9vzg5316g1yzwaxc1kzsdsw6"))))
5229 (build-system asdf-build-system/sbcl)
5230 (inputs
5231 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
5232 ("dissect" ,sbcl-dissect)
5233 ("documentation-utils" ,sbcl-documentation-utils)
5234 ("local-time" ,sbcl-local-time)
5235 ("piping" ,sbcl-piping)))
5236 (home-page "https://shinmera.github.io/verbose/")
5237 (synopsis "Logging framework using the piping library")
5238 (description
5239 "This is a Common Lisp library providing logging faciltiy similar to
5240 @code{CL-LOG} and @code{LOG4CL}.")
5241 (license license:zlib))))
5242
5243 (define-public ecl-verbose
5244 (sbcl-package->ecl-package sbcl-verbose))
5245
5246 (define-public cl-verbose
5247 (sbcl-package->cl-source-package sbcl-verbose))
5248
5249 (define-public sbcl-find-port
5250 (let ((commit "00c96a25af93a0f8681d34ec548861f2d7485478")
5251 (revision "1"))
5252 (package
5253 (name "sbcl-find-port")
5254 (build-system asdf-build-system/sbcl)
5255 (version "0.1")
5256 (home-page "https://github.com/eudoxia0/find-port")
5257 (source
5258 (origin
5259 (method git-fetch)
5260 (uri (git-reference
5261 (url home-page)
5262 (commit commit)))
5263 (file-name (git-file-name name version))
5264 (sha256
5265 (base32
5266 "0d6dzbb45jh0rx90wgs6v020k2xa87mvzas3mvfzvivjvqqlpryq"))))
5267 (native-inputs
5268 `(("fiveam" ,sbcl-fiveam)))
5269 (inputs
5270 `(("sbcl-usocket" ,sbcl-usocket)))
5271 (synopsis "Find open ports programmatically in Common Lisp")
5272 (description "This is a small Common Lisp library that finds an open
5273 port within a range.")
5274 (license license:expat))))
5275
5276 (define-public cl-find-port
5277 (sbcl-package->cl-source-package sbcl-find-port))
5278
5279 (define-public ecl-find-port
5280 (sbcl-package->ecl-package sbcl-find-port))
5281
5282 (define-public sbcl-clunit
5283 (let ((commit "6f6d72873f0e1207f037470105969384f8380628")
5284 (revision "1"))
5285 (package
5286 (name "sbcl-clunit")
5287 (version (git-version "0.2.3" revision commit))
5288 (source
5289 (origin
5290 (method git-fetch)
5291 (uri (git-reference
5292 (url "https://github.com/tgutu/clunit")
5293 (commit commit)))
5294 (file-name (git-file-name name version))
5295 (sha256
5296 (base32
5297 "1idf2xnqzlhi8rbrqmzpmb3i1l6pbdzhhajkmhwbp6qjkmxa4h85"))))
5298 (build-system asdf-build-system/sbcl)
5299 (synopsis "CLUnit is a Common Lisp unit testing framework")
5300 (description
5301 "CLUnit is a Common Lisp unit testing framework. It is designed
5302 to be easy to use so that you can quickly start testing. CLUnit
5303 provides a rich set of features aimed at improving your unit testing
5304 experience.")
5305 (home-page "https://tgutu.github.io/clunit/")
5306 ;; MIT License
5307 (license license:expat))))
5308
5309 (define-public cl-clunit
5310 (sbcl-package->cl-source-package sbcl-clunit))
5311
5312 (define-public ecl-clunit
5313 (sbcl-package->ecl-package sbcl-clunit))
5314
5315 (define-public sbcl-py4cl
5316 (let ((commit "4c8a2b0814fd311f978964f825ce012290f60136")
5317 (revision "1"))
5318 (package
5319 (name "sbcl-py4cl")
5320 (version (git-version "0.0.0" revision commit))
5321 (source
5322 (origin
5323 (method git-fetch)
5324 (uri (git-reference
5325 (url "https://github.com/bendudson/py4cl")
5326 (commit commit)))
5327 (file-name (git-file-name name version))
5328 (sha256
5329 (base32
5330 "15mk7qdqjkj56gdnbyrdyz6r7m1h26ldvn6ch96pmvg5vmr1m45r"))
5331 (modules '((guix build utils)))))
5332 (build-system asdf-build-system/sbcl)
5333 (native-inputs
5334 `(("sbcl-clunit" ,sbcl-clunit)))
5335 (inputs
5336 `(("sbcl-trivial-garbage" ,sbcl-trivial-garbage)))
5337 (propagated-inputs
5338 ;; This package doesn't do anything without python available
5339 `(("python" ,python)
5340 ;; For multi-dimensional array support
5341 ("python-numpy" ,python-numpy)))
5342 (arguments
5343 '(#:phases
5344 (modify-phases %standard-phases
5345 (add-after 'unpack 'replace-*base-directory*-var
5346 (lambda* (#:key outputs #:allow-other-keys)
5347 ;; In the ASD, the author makes an attempt to
5348 ;; programatically determine the location of the
5349 ;; source-code so lisp can call into "py4cl.py". We can
5350 ;; hard-code this since we know where this file will
5351 ;; reside.
5352 (substitute* "src/callpython.lisp"
5353 (("py4cl/config:\\*base-directory\\*")
5354 (string-append
5355 "\""
5356 (assoc-ref outputs "out")
5357 "/share/common-lisp/sbcl-source/py4cl/"
5358 "\""))))))))
5359 (synopsis "Call python from Common Lisp")
5360 (description
5361 "Py4CL is a bridge between Common Lisp and Python, which enables Common
5362 Lisp to interact with Python code. It uses streams to communicate with a
5363 separate python process, the approach taken by cl4py. This is different to
5364 the CFFI approach used by burgled-batteries, but has the same goal.")
5365 (home-page "https://github.com/bendudson/py4cl")
5366 ;; MIT License
5367 (license license:expat))))
5368
5369 (define-public cl-py4cl
5370 (sbcl-package->cl-source-package sbcl-py4cl))
5371
5372 (define-public ecl-py4cl
5373 (sbcl-package->ecl-package sbcl-py4cl))
5374
5375 (define-public sbcl-parse-declarations
5376 (let ((commit "549aebbfb9403a7fe948654126b9c814f443f4f2")
5377 (revision "1"))
5378 (package
5379 (name "sbcl-parse-declarations")
5380 (version (git-version "1.0.0" revision commit))
5381 (source
5382 (origin
5383 (method git-fetch)
5384 (uri (git-reference
5385 (url (string-append
5386 "https://gitlab.common-lisp.net/parse-declarations/"
5387 "parse-declarations.git"))
5388 (commit commit)))
5389 (file-name (git-file-name name version))
5390 (sha256
5391 (base32 "03g5qks4c59nmxa48pbslxkfh77h8hn8566jddp6m9pl15dzzpxd"))))
5392 (build-system asdf-build-system/sbcl)
5393 (arguments
5394 `(#:asd-systems '("parse-declarations-1.0")))
5395 (home-page "https://common-lisp.net/project/parse-declarations/")
5396 (synopsis "Parse, filter, and build declarations")
5397 (description
5398 "Parse-Declarations is a Common Lisp library to help writing
5399 macros which establish bindings. To be semantically correct, such
5400 macros must take user declarations into account, as these may affect
5401 the bindings they establish. Yet the ANSI standard of Common Lisp does
5402 not provide any operators to work with declarations in a convenient,
5403 high-level way. This library provides such operators.")
5404 ;; MIT License
5405 (license license:expat))))
5406
5407 (define-public cl-parse-declarations
5408 (sbcl-package->cl-source-package sbcl-parse-declarations))
5409
5410 (define-public ecl-parse-declarations
5411 (sbcl-package->ecl-package sbcl-parse-declarations))
5412
5413 (define-public sbcl-cl-quickcheck
5414 (let ((commit "807b2792a30c883a2fbecea8e7db355b50ba662f")
5415 (revision "1"))
5416 (package
5417 (name "sbcl-cl-quickcheck")
5418 (version (git-version "0.0.4" revision commit))
5419 (source
5420 (origin
5421 (method git-fetch)
5422 (uri (git-reference
5423 (url "https://github.com/mcandre/cl-quickcheck")
5424 (commit commit)))
5425 (file-name (git-file-name name version))
5426 (sha256
5427 (base32
5428 "165lhypq5xkcys6hvzb3jq7ywnmqvzaflda29qk2cbs3ggas4767"))))
5429 (build-system asdf-build-system/sbcl)
5430 (synopsis
5431 "Common Lisp port of the QuickCheck unit test framework")
5432 (description
5433 "Common Lisp port of the QuickCheck unit test framework")
5434 (home-page "https://github.com/mcandre/cl-quickcheck")
5435 ;; MIT
5436 (license license:expat))))
5437
5438 (define-public cl-quickcheck
5439 (sbcl-package->cl-source-package sbcl-cl-quickcheck))
5440
5441 (define-public ecl-cl-quickcheck
5442 (sbcl-package->ecl-package sbcl-cl-quickcheck))
5443
5444 (define-public sbcl-burgled-batteries3
5445 (let ((commit "f65f454d13bb6c40e17e9ec62e41eb5069e09760")
5446 (revision "2"))
5447 (package
5448 (name "sbcl-burgled-batteries3")
5449 (version (git-version "0.0.0" revision commit))
5450 (source
5451 (origin
5452 (method git-fetch)
5453 (uri (git-reference
5454 (url "https://github.com/snmsts/burgled-batteries3")
5455 (commit commit)))
5456 (file-name (git-file-name name version))
5457 (sha256
5458 (base32
5459 "1nzn7jawrfajyzwfnzrg2cmn9xxadcqh4szbpg0jggkhdkdzz4wa"))))
5460 (build-system asdf-build-system/sbcl)
5461 (arguments
5462 `(#:tests? #f
5463 #:modules (((guix build python-build-system) #:select (python-version))
5464 ,@%asdf-build-system-modules)
5465 #:imported-modules ((guix build python-build-system)
5466 ,@%asdf-build-system-modules)
5467 #:phases
5468 (modify-phases (@ (guix build asdf-build-system) %standard-phases)
5469 (add-after 'unpack 'set-*cpython-include-dir*-var
5470 (lambda* (#:key inputs #:allow-other-keys)
5471 (let ((python (assoc-ref inputs "python")))
5472 (setenv "BB_PYTHON3_INCLUDE_DIR"
5473 (string-append python "/include/python"
5474 (python-version python)))
5475 (setenv "BB_PYTHON3_DYLIB"
5476 (string-append python "/lib/libpython3.so"))
5477 #t)))
5478 (add-after 'unpack 'adjust-for-python-3.8
5479 (lambda _
5480 ;; This method is no longer part of the public API.
5481 (substitute* "ffi-interface.lisp"
5482 ((".*PyEval_ReInitThreads.*")
5483 ""))
5484 #t)))))
5485 (native-inputs
5486 `(("sbcl-cl-fad" ,sbcl-cl-fad)
5487 ("sbcl-lift" ,sbcl-lift)
5488 ("sbcl-cl-quickcheck" ,sbcl-cl-quickcheck)))
5489 (inputs
5490 `(("python" ,python)
5491 ("sbcl-cffi" ,sbcl-cffi)
5492 ("sbcl-alexandria" , sbcl-alexandria)
5493 ("sbcl-parse-declarations-1.0" ,sbcl-parse-declarations)
5494 ("sbcl-trivial-garbage" ,sbcl-trivial-garbage)))
5495 (synopsis "Bridge between Python and Lisp (FFI bindings, etc.)")
5496 (description
5497 "This package provides a shim between Python3 (specifically, the
5498 CPython implementation of Python) and Common Lisp.")
5499 (home-page "https://github.com/snmsts/burgled-batteries3")
5500 (license license:expat))))
5501
5502 (define-public cl-burgled-batteries3
5503 (sbcl-package->cl-source-package sbcl-burgled-batteries3))
5504
5505 (define-public ecl-burgled-batteries3
5506 (sbcl-package->ecl-package sbcl-burgled-batteries3))
5507
5508 (define-public sbcl-metabang-bind
5509 (let ((commit "c93b7f7e1c18c954c2283efd6a7fdab36746ab5e")
5510 (revision "1"))
5511 (package
5512 (name "sbcl-metabang-bind")
5513 (version (git-version "0.8.0" revision commit))
5514 (source
5515 (origin
5516 (method git-fetch)
5517 (uri (git-reference
5518 (url "https://github.com/gwkkwg/metabang-bind")
5519 (commit commit)))
5520 (file-name (git-file-name name version))
5521 (sha256
5522 (base32
5523 "0hd0kr91795v77akpbcyqiss9p0p7ypa9dznrllincnmgvsxlmf0"))))
5524 (build-system asdf-build-system/sbcl)
5525 (native-inputs
5526 `(("sbcl-lift" ,sbcl-lift)))
5527 (synopsis "Macro that generalizes @code{multiple-value-bind} etc.")
5528 (description
5529 "Bind extends the idea of of let and destructing to provide a uniform
5530 syntax for all your accessor needs. It combines @code{let},
5531 @code{destructuring-bind}, @code{with-slots}, @code{with-accessors}, structure
5532 editing, property or association-lists, and @code{multiple-value-bind} and a
5533 whole lot more into a single form.")
5534 (home-page "https://common-lisp.net/project/metabang-bind/")
5535 ;; MIT License
5536 (license license:expat))))
5537
5538 (define-public cl-metabang-bind
5539 (sbcl-package->cl-source-package sbcl-metabang-bind))
5540
5541 (define-public ecl-metabang-bind
5542 (sbcl-package->ecl-package sbcl-metabang-bind))
5543
5544 (define-public sbcl-fare-utils
5545 (let ((commit "66e9c6f1499140bc00ccc22febf2aa528cbb5724")
5546 (revision "1"))
5547 (package
5548 (name "sbcl-fare-utils")
5549 (version (git-version "1.0.0.5" revision commit))
5550 (source
5551 (origin
5552 (method git-fetch)
5553 (uri
5554 (git-reference
5555 (url
5556 "https://gitlab.common-lisp.net/frideau/fare-utils.git")
5557 (commit commit)))
5558 (file-name (git-file-name name version))
5559 (sha256
5560 (base32
5561 "01wsr1aap3jdzhn4hrqjbhsjx6qci9dbd3gh4gayv1p49rbg8aqr"))))
5562 (build-system asdf-build-system/sbcl)
5563 (arguments
5564 `(#:test-asd-file "test/fare-utils-test.asd"))
5565 (native-inputs
5566 `(("sbcl-hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
5567 (synopsis "Collection of utilities and data structures")
5568 (description
5569 "fare-utils is a small collection of utilities. It contains a lot of
5570 basic everyday functions and macros.")
5571 (home-page "https://gitlab.common-lisp.net/frideau/fare-utils")
5572 ;; MIT License
5573 (license license:expat))))
5574
5575 (define-public cl-fare-utils
5576 (sbcl-package->cl-source-package sbcl-fare-utils))
5577
5578 (define-public ecl-fare-utils
5579 (sbcl-package->ecl-package sbcl-fare-utils))
5580
5581 (define-public sbcl-trivial-utf-8
5582 (let ((commit "4d427cfbb1c452436a0efb71c3205c9da67f718f")
5583 (revision "1"))
5584 (package
5585 (name "sbcl-trivial-utf-8")
5586 (version (git-version "0.0.0" revision commit))
5587 (source
5588 (origin
5589 (method git-fetch)
5590 (uri
5591 (git-reference
5592 (url (string-append "https://gitlab.common-lisp.net/"
5593 "trivial-utf-8/trivial-utf-8.git"))
5594 (commit commit)))
5595 (file-name (git-file-name name version))
5596 (sha256
5597 (base32
5598 "1jz27gz8gvqdmvp3k9bxschs6d5b3qgk94qp2bj6nv1d0jc3m1l1"))))
5599 (arguments
5600 ;; Guix incorrectly assumes the "8" is part of the version
5601 ;; number and lobs it off.
5602 `(#:asd-systems '("trivial-utf-8")))
5603 (build-system asdf-build-system/sbcl)
5604 (synopsis "UTF-8 input/output library")
5605 (description
5606 "The Babel library solves a similar problem while understanding more
5607 encodings. Trivial UTF-8 was written before Babel existed, but for new
5608 projects you might be better off going with Babel. The one plus that Trivial
5609 UTF-8 has is that it doesn't depend on any other libraries.")
5610 (home-page "https://common-lisp.net/project/trivial-utf-8/")
5611 (license license:bsd-3))))
5612
5613 (define-public cl-trivial-utf-8
5614 (sbcl-package->cl-source-package sbcl-trivial-utf-8))
5615
5616 (define-public ecl-trivial-utf-8
5617 (sbcl-package->ecl-package sbcl-trivial-utf-8))
5618
5619 (define-public sbcl-idna
5620 (package
5621 (name "sbcl-idna")
5622 (build-system asdf-build-system/sbcl)
5623 (version "0.2.2")
5624 (home-page "https://github.com/antifuchs/idna")
5625 (source
5626 (origin
5627 (method git-fetch)
5628 (uri (git-reference
5629 (url home-page)
5630 (commit version)))
5631 (file-name (git-file-name name version))
5632 (sha256
5633 (base32
5634 "00nbr3mffxhlq14gg9d16pa6691s4qh35inyw76v906s77khm5a2"))))
5635 (inputs
5636 `(("split-sequence" ,sbcl-split-sequence)))
5637 (synopsis "IDNA string encoding and decoding routines for Common Lisp")
5638 (description "This Common Lisp library provides string encoding and
5639 decoding routines for IDNA, the International Domain Names in Applications.")
5640 (license license:expat)))
5641
5642 (define-public cl-idna
5643 (sbcl-package->cl-source-package sbcl-idna))
5644
5645 (define-public ecl-idna
5646 (sbcl-package->ecl-package sbcl-idna))
5647
5648 (define-public sbcl-swap-bytes
5649 (package
5650 (name "sbcl-swap-bytes")
5651 (build-system asdf-build-system/sbcl)
5652 (version "1.2")
5653 (home-page "https://github.com/sionescu/swap-bytes")
5654 (source
5655 (origin
5656 (method git-fetch)
5657 (uri (git-reference
5658 (url home-page)
5659 (commit (string-append "v" version))))
5660 (file-name (git-file-name name version))
5661 (sha256
5662 (base32
5663 "1hw1v1lw26rifyznpnj1csphha9jgzwpiic16ni3pvs6hcsni9rz"))))
5664 (inputs
5665 `(("trivial-features" ,sbcl-trivial-features)))
5666 (native-inputs
5667 `(("fiveam" ,sbcl-fiveam)))
5668 (synopsis "Efficient endianness conversion for Common Lisp")
5669 (description "This Common Lisp library provides optimized byte-swapping
5670 primitives. The library can change endianness of unsigned integers of length
5671 1/2/4/8. Very useful in implementing various network protocols and file
5672 formats.")
5673 (license license:expat)))
5674
5675 (define-public cl-swap-bytes
5676 (sbcl-package->cl-source-package sbcl-swap-bytes))
5677
5678 (define-public ecl-swap-bytes
5679 (sbcl-package->ecl-package sbcl-swap-bytes))
5680
5681 (define-public sbcl-iolib
5682 ;; Latest release is from June 2017.
5683 (let ((commit "7f5ea3a8457a29d224b24653c2b3657fb1898021")
5684 (revision "2"))
5685 (package
5686 (name "sbcl-iolib")
5687 (version (git-version "0.8.3" revision commit))
5688 (home-page "https://github.com/sionescu/iolib")
5689 (source
5690 (origin
5691 (method git-fetch)
5692 (uri (git-reference
5693 (url home-page)
5694 (commit commit)))
5695 (file-name (git-file-name name version))
5696 (sha256
5697 (base32
5698 "1bg5w7lm61hqk4b0svmri8a590q36z76jfa0sdgzb39r98c04w12"))))
5699 (build-system asdf-build-system/sbcl)
5700 (inputs
5701 `(("alexandria" ,sbcl-alexandria)
5702 ("bordeaux-threads" ,sbcl-bordeaux-threads)
5703 ("cffi" ,sbcl-cffi)
5704 ("idna" ,sbcl-idna)
5705 ("libfixposix" ,libfixposix)
5706 ("split-sequence" ,sbcl-split-sequence)
5707 ("swap-bytes" ,sbcl-swap-bytes)))
5708 (arguments
5709 '(#:asd-files '("iolib.asdf.asd"
5710 "iolib.conf.asd"
5711 "iolib.common-lisp.asd"
5712 "iolib.base.asd"
5713 "iolib.asd")
5714 #:phases
5715 (modify-phases %standard-phases
5716 (add-after 'unpack 'fix-paths
5717 (lambda* (#:key inputs #:allow-other-keys)
5718 (substitute* "src/syscalls/ffi-functions-unix.lisp"
5719 (("\\(:default \"libfixposix\"\\)")
5720 (string-append
5721 "(:default \""
5722 (assoc-ref inputs "libfixposix") "/lib/libfixposix\")")))
5723 ;; Socket tests need Internet access, disable them.
5724 (substitute* "iolib.asd"
5725 (("\\(:file \"sockets\" :depends-on \\(\"pkgdcl\" \"defsuites\"\\)\\)")
5726 "")))))))
5727 (synopsis "Common Lisp I/O library")
5728 (description "IOlib is to be a better and more modern I/O library than
5729 the standard Common Lisp library. It contains a socket library, a DNS
5730 resolver, an I/O multiplexer(which supports @code{select(2)}, @code{epoll(4)}
5731 and @code{kqueue(2)}), a pathname library and file-system utilities.")
5732 (license license:expat))))
5733
5734 (define-public cl-iolib
5735 (let ((parent (sbcl-package->cl-source-package sbcl-iolib)))
5736 (package
5737 (inherit parent)
5738 (propagated-inputs
5739 ;; Need header to compile.
5740 `(("libfixposix" ,libfixposix)
5741 ,@(package-propagated-inputs parent))))))
5742
5743 (define-public ecl-iolib
5744 (sbcl-package->ecl-package sbcl-iolib))
5745
5746 (define-public sbcl-ieee-floats
5747 (let ((commit "566b51a005e81ff618554b9b2f0b795d3b29398d")
5748 (revision "1"))
5749 (package
5750 (name "sbcl-ieee-floats")
5751 (build-system asdf-build-system/sbcl)
5752 (version (git-version "20170924" revision commit))
5753 (home-page "https://github.com/marijnh/ieee-floats/")
5754 (source
5755 (origin
5756 (method git-fetch)
5757 (uri (git-reference
5758 (url home-page)
5759 (commit commit)))
5760 (file-name (git-file-name name version))
5761 (sha256
5762 (base32
5763 "1xyj49j9x3lc84cv3dhbf9ja34ywjk1c46dklx425fxw9mkwm83m"))))
5764 (native-inputs
5765 `(("fiveam" ,sbcl-fiveam)))
5766 (synopsis "IEEE 754 binary representation for floats in Common Lisp")
5767 (description "This is a Common Lisp library that converts
5768 floating point values to IEEE 754 binary representation.")
5769 (license license:bsd-3))))
5770
5771 (define-public cl-ieee-floats
5772 (sbcl-package->cl-source-package sbcl-ieee-floats))
5773
5774 (define-public ecl-ieee-floats
5775 (sbcl-package->ecl-package sbcl-ieee-floats))
5776
5777 (define sbcl-closure-common
5778 (let ((commit "e3c5f5f454b72b01b89115e581c3c52a7e201e5c")
5779 (revision "1"))
5780 (package
5781 (name "sbcl-closure-common")
5782 (build-system asdf-build-system/sbcl)
5783 (version (git-version "20101006" revision commit))
5784 (home-page "https://common-lisp.net/project/cxml/")
5785 (source
5786 (origin
5787 (method git-fetch)
5788 (uri (git-reference
5789 (url "https://github.com/sharplispers/closure-common")
5790 (commit commit)))
5791 (file-name (git-file-name name version))
5792 (sha256
5793 (base32
5794 "0k5r2qxn122pxi301ijir3nayi9sg4d7yiy276l36qmzwhp4mg5n"))))
5795 (inputs
5796 `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
5797 ("babel" ,sbcl-babel)))
5798 (synopsis "Support Common Lisp library for CXML")
5799 (description "Closure-common is an internal helper library. The name
5800 Closure is a reference to the web browser it was originally written for.")
5801 ;; TODO: License?
5802 (license #f))))
5803
5804 (define-public sbcl-cxml
5805 (let ((commit "00b22bf4c4cf11c993d5866fae284f95ab18e6bf")
5806 (revision "1"))
5807 (package
5808 (name "sbcl-cxml")
5809 (version (git-version "0.0.0" revision commit))
5810 (source
5811 (origin
5812 (method git-fetch)
5813 (uri (git-reference
5814 (url "https://github.com/sharplispers/cxml")
5815 (commit commit)))
5816 (file-name (git-file-name name version))
5817 (sha256
5818 (base32
5819 "13kif7rf3gqdycsk9zq0d7y0g9y81krkl0z87k0p2fkbjfgrph37"))))
5820 (build-system asdf-build-system/sbcl)
5821 (inputs
5822 `(("closure-common" ,sbcl-closure-common)
5823 ("puri" ,sbcl-puri)
5824 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
5825 (synopsis "Common Lisp XML parser")
5826 (description "CXML implements a namespace-aware, validating XML 1.0
5827 parser as well as the DOM Level 2 Core interfaces. Two parser interfaces are
5828 offered, one SAX-like, the other similar to StAX.")
5829 (home-page "https://common-lisp.net/project/cxml/")
5830 (license license:llgpl))))
5831
5832 (define-public cl-cxml
5833 (sbcl-package->cl-source-package sbcl-cxml))
5834
5835 (define-public ecl-cxml
5836 (sbcl-package->ecl-package sbcl-cxml))
5837
5838 (define-public sbcl-cl-reexport
5839 (let ((commit "312f3661bbe187b5f28536cd7ec2956e91366c3b")
5840 (revision "1"))
5841 (package
5842 (name "sbcl-cl-reexport")
5843 (build-system asdf-build-system/sbcl)
5844 (version (git-version "0.1" revision commit))
5845 (home-page "https://github.com/takagi/cl-reexport")
5846 (source
5847 (origin
5848 (method git-fetch)
5849 (uri (git-reference
5850 (url home-page)
5851 (commit commit)))
5852 (file-name (git-file-name name version))
5853 (sha256
5854 (base32
5855 "1cwpn1m3wrl0fl9plznn7p464db646gnfc8zkyk97dyxski2aq0x"))))
5856 (inputs
5857 `(("alexandria" ,sbcl-alexandria)))
5858 (arguments
5859 ;; TODO: Tests fail because cl-test-more is missing, but I can't find it online.
5860 `(#:tests? #f))
5861 (synopsis "HTTP cookie manager for Common Lisp")
5862 (description "cl-cookie is a Common Lisp library featuring parsing of
5863 cookie headers, cookie creation, cookie jar creation and more.")
5864 (license license:llgpl))))
5865
5866 (define-public cl-reexport
5867 (sbcl-package->cl-source-package sbcl-cl-reexport))
5868
5869 (define-public ecl-cl-reexport
5870 (sbcl-package->ecl-package sbcl-cl-reexport))
5871
5872 (define-public sbcl-cl-cookie
5873 (let ((commit "cea55aed8b9ad25fafd13defbcb9fe8f41b29546")
5874 (revision "1"))
5875 (package
5876 (name "sbcl-cl-cookie")
5877 (build-system asdf-build-system/sbcl)
5878 (version (git-version "0.9.10" revision commit))
5879 (home-page "https://github.com/fukamachi/cl-cookie")
5880 (source
5881 (origin
5882 (method git-fetch)
5883 (uri (git-reference
5884 (url home-page)
5885 (commit commit)))
5886 (file-name (git-file-name name version))
5887 (sha256
5888 (base32
5889 "090g7z75h98zvc1ldx0vh4jn4086dhjm2w30jcwkq553qmyxwl8h"))))
5890 (inputs
5891 `(("proc-parse" ,sbcl-proc-parse)
5892 ("alexandria" ,sbcl-alexandria)
5893 ("quri" ,sbcl-quri)
5894 ("cl-ppcre" ,sbcl-cl-ppcre)
5895 ("local-time" ,sbcl-local-time)))
5896 (native-inputs
5897 `(("prove" ,sbcl-prove)))
5898 (arguments
5899 ;; TODO: Tests fail because cl-cookie depends on cl-cookie-test.
5900 `(#:tests? #f))
5901 (synopsis "HTTP cookie manager for Common Lisp")
5902 (description "cl-cookie is a Common Lisp library featuring parsing of
5903 cookie headers, cookie creation, cookie jar creation and more.")
5904 (license license:bsd-2))))
5905
5906 (define-public cl-cookie
5907 (sbcl-package->cl-source-package sbcl-cl-cookie))
5908
5909 (define-public ecl-cl-cookie
5910 (sbcl-package->ecl-package sbcl-cl-cookie))
5911
5912 (define-public sbcl-dexador
5913 (let ((commit "953090f04c4d1a9ee6632b90133cdc297b68badc")
5914 (revision "1"))
5915 (package
5916 (name "sbcl-dexador")
5917 (build-system asdf-build-system/sbcl)
5918 (version "0.9.14" )
5919 (home-page "https://github.com/fukamachi/dexador")
5920 (source
5921 (origin
5922 (method git-fetch)
5923 (uri (git-reference
5924 (url home-page)
5925 (commit commit)))
5926 (file-name (git-file-name name version))
5927 (sha256
5928 (base32
5929 "0w18fz3301rpmwc3kwb810czcd24mbf7r1z8vdyc0v5crjfpw3mn"))))
5930 (inputs
5931 `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
5932 ("babel" ,sbcl-babel)
5933 ("usocket" ,sbcl-usocket)
5934 ("fast-http" ,sbcl-fast-http)
5935 ("quri" ,sbcl-quri)
5936 ("fast-io" ,sbcl-fast-io)
5937 ("chunga" ,sbcl-chunga)
5938 ("cl-ppcre" ,sbcl-cl-ppcre)
5939 ("cl-cookie" ,sbcl-cl-cookie)
5940 ("trivial-mimes" ,sbcl-trivial-mimes)
5941 ("chipz" ,sbcl-chipz)
5942 ("cl-base64" ,sbcl-cl-base64)
5943 ("cl-reexport" ,sbcl-cl-reexport)
5944 ("cl+ssl" ,sbcl-cl+ssl)
5945 ("bordeaux-threads" ,sbcl-bordeaux-threads)
5946 ("alexandria" ,sbcl-alexandria)))
5947 (native-inputs
5948 `(("prove" ,sbcl-prove)
5949 ("lack" ,sbcl-lack)
5950 ("clack" ,sbcl-clack)
5951 ("babel" ,sbcl-babel)
5952 ("alexandria" ,sbcl-alexandria)
5953 ("cl-ppcre" ,sbcl-cl-ppcre)
5954 ("local-time" ,sbcl-local-time)
5955 ("trivial-features" ,sbcl-trivial-features)))
5956 (arguments
5957 ;; TODO: Circular dependency: tests depend on clack-test which depends on dexador.
5958 `(#:tests? #f
5959 #:phases
5960 (modify-phases %standard-phases
5961 (add-after 'unpack 'fix-permissions
5962 (lambda _ (make-file-writable "t/data/test.gz") #t)))))
5963 (synopsis "Yet another HTTP client for Common Lisp")
5964 (description "Dexador is yet another HTTP client for Common Lisp with
5965 neat APIs and connection-pooling. It is meant to supersede Drakma.")
5966 (license license:expat))))
5967
5968 (define-public cl-dexador
5969 (package
5970 (inherit (sbcl-package->cl-source-package sbcl-dexador))
5971 (arguments
5972 `(#:phases
5973 ;; asdf-build-system/source has its own phases and does not inherit
5974 ;; from asdf-build-system/sbcl phases.
5975 (modify-phases %standard-phases/source
5976 ;; Already done in SBCL package.
5977 (delete 'reset-gzip-timestamps))))))
5978
5979 (define-public ecl-dexador
5980 (sbcl-package->ecl-package sbcl-dexador))
5981
5982 (define-public sbcl-lisp-namespace
5983 (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0")
5984 (revision "1"))
5985 (package
5986 (name "sbcl-lisp-namespace")
5987 (build-system asdf-build-system/sbcl)
5988 (version (git-version "0.1" revision commit))
5989 (home-page "https://github.com/guicho271828/lisp-namespace")
5990 (source
5991 (origin
5992 (method git-fetch)
5993 (uri (git-reference
5994 (url home-page)
5995 (commit commit)))
5996 (file-name (git-file-name name version))
5997 (sha256
5998 (base32
5999 "1jw2wykp06z2afb9nm1lgfzll5cjlj36pnknjx614057zkkxq4iy"))))
6000 (inputs
6001 `(("alexandria" ,sbcl-alexandria)))
6002 (native-inputs
6003 `(("fiveam" ,sbcl-fiveam)))
6004 (arguments
6005 `(#:test-asd-file "lisp-namespace.test.asd"
6006 ;; XXX: Component LISP-NAMESPACE-ASD::LISP-NAMESPACE.TEST not found
6007 #:tests? #f))
6008 (synopsis "LISP-N, or extensible namespaces in Common Lisp")
6009 (description "Common Lisp already has major 2 namespaces, function
6010 namespace and value namespace (or variable namespace), but there are actually
6011 more — e.g., class namespace.
6012 This library offers macros to deal with symbols from any namespace.")
6013 (license license:llgpl))))
6014
6015 (define-public cl-lisp-namespace
6016 (sbcl-package->cl-source-package sbcl-lisp-namespace))
6017
6018 (define-public ecl-lisp-namespace
6019 (sbcl-package->ecl-package sbcl-lisp-namespace))
6020
6021 (define-public sbcl-trivial-cltl2
6022 (let ((commit "8a3bda30dc25d2f65fcf514d0eb6e6db75252c61")
6023 (revision "2"))
6024 (package
6025 (name "sbcl-trivial-cltl2")
6026 (build-system asdf-build-system/sbcl)
6027 (version (git-version "0.1.1" revision commit))
6028 (home-page "https://github.com/Zulu-Inuoe/trivial-cltl2")
6029 (source
6030 (origin
6031 (method git-fetch)
6032 (uri (git-reference
6033 (url home-page)
6034 (commit commit)))
6035 (file-name (git-file-name name version))
6036 (sha256
6037 (base32
6038 "08cnzb9rnczn4pn2zpf0587ny4wjy1mjndy885fz9pw7xrlx37ip"))))
6039 (synopsis "Simple CLtL2 compatibility layer for Common Lisp")
6040 (description "This library is a portable compatibility layer around
6041 \"Common Lisp the Language, 2nd
6042 Edition\" (@url{https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node102.html})
6043 and it exports symbols from implementation-specific packages.")
6044 (license license:llgpl))))
6045
6046 (define-public cl-trivial-cltl2
6047 (sbcl-package->cl-source-package sbcl-trivial-cltl2))
6048
6049 (define-public ecl-trivial-cltl2
6050 (sbcl-package->ecl-package sbcl-trivial-cltl2))
6051
6052 (define-public sbcl-introspect-environment
6053 (let ((commit "fff42f8f8fd0d99db5ad6c5812e53de7d660020b")
6054 (revision "1"))
6055 (package
6056 (name "sbcl-introspect-environment")
6057 (build-system asdf-build-system/sbcl)
6058 (version (git-version "0.1" revision commit))
6059 (home-page "https://github.com/Bike/introspect-environment")
6060 (source
6061 (origin
6062 (method git-fetch)
6063 (uri (git-reference
6064 (url home-page)
6065 (commit commit)))
6066 (file-name (git-file-name name version))
6067 (sha256
6068 (base32
6069 "1i305n0wfmpac63ni4i3vixnnkl8daw5ncxy0k3dv92krgx6qzhp"))))
6070 (native-inputs
6071 `(("fiveam" ,sbcl-fiveam)))
6072 (synopsis "Common Lisp environment introspection portability layer")
6073 (description "This library is a small interface to portable but
6074 nonstandard introspection of Common Lisp environments. It is intended to
6075 allow a bit more compile-time introspection of environments in Common Lisp.
6076
6077 Quite a bit of information is available at the time a macro or compiler-macro
6078 runs; inlining info, type declarations, that sort of thing. This information
6079 is all standard - any Common Lisp program can @code{(declare (integer x))} and
6080 such.
6081
6082 This info ought to be accessible through the standard @code{&environment}
6083 parameters, but it is not. Several implementations keep the information for
6084 their own purposes but do not make it available to user programs, because
6085 there is no standard mechanism to do so.
6086
6087 This library uses implementation-specific hooks to make information available
6088 to users. This is currently supported on SBCL, CCL, and CMUCL. Other
6089 implementations have implementations of the functions that do as much as they
6090 can and/or provide reasonable defaults.")
6091 (license license:wtfpl2))))
6092
6093 (define-public cl-introspect-environment
6094 (sbcl-package->cl-source-package sbcl-introspect-environment))
6095
6096 (define-public ecl-introspect-environment
6097 (sbcl-package->ecl-package sbcl-introspect-environment))
6098
6099 (define-public sbcl-type-i
6100 (let ((commit "d34440ab4ebf5a46a58deccb35950b15670e3667")
6101 (revision "2"))
6102 (package
6103 (name "sbcl-type-i")
6104 (build-system asdf-build-system/sbcl)
6105 (version (git-version "0.1" revision commit))
6106 (home-page "https://github.com/guicho271828/type-i")
6107 (source
6108 (origin
6109 (method git-fetch)
6110 (uri (git-reference
6111 (url home-page)
6112 (commit commit)))
6113 (file-name (git-file-name name version))
6114 (sha256
6115 (base32
6116 "12wsga0pwjkkr176lnjwkmmlm3ccp0n310sjj9h20lk53iyd0z69"))))
6117 (inputs
6118 `(("alexandria" ,sbcl-alexandria)
6119 ("introspect-environment" ,sbcl-introspect-environment)
6120 ("trivia.trivial" ,sbcl-trivia.trivial)))
6121 (native-inputs
6122 `(("fiveam" ,sbcl-fiveam)))
6123 (arguments
6124 `(#:test-asd-file "type-i.test.asd"))
6125 (synopsis "Type inference utility on unary predicates for Common Lisp")
6126 (description "This library tries to provide a way to detect what kind of
6127 type the given predicate is trying to check. This is different from inferring
6128 the return type of a function.")
6129 (license license:llgpl))))
6130
6131 (define-public cl-type-i
6132 (sbcl-package->cl-source-package sbcl-type-i))
6133
6134 (define-public ecl-type-i
6135 (package
6136 (inherit (sbcl-package->ecl-package sbcl-type-i))
6137 (arguments
6138 ;; The tests get stuck indefinitly
6139 '(#:tests? #f))))
6140
6141 (define-public sbcl-optima
6142 (let ((commit "373b245b928c1a5cce91a6cb5bfe5dd77eb36195")
6143 (revision "1"))
6144 (package
6145 (name "sbcl-optima")
6146 (build-system asdf-build-system/sbcl)
6147 (version (git-version "1.0" revision commit))
6148 (home-page "https://github.com/m2ym/optima")
6149 (source
6150 (origin
6151 (method git-fetch)
6152 (uri (git-reference
6153 (url home-page)
6154 (commit commit)))
6155 (file-name (git-file-name name version))
6156 (sha256
6157 (base32
6158 "1yw4ymq7ms89342kkvb3aqxgv0w38m9kd8ikdqxxzyybnkjhndal"))))
6159 (inputs
6160 `(("alexandria" ,sbcl-alexandria)
6161 ("closer-mop" ,sbcl-closer-mop)))
6162 (native-inputs
6163 `(("eos" ,sbcl-eos)))
6164 (arguments
6165 ;; XXX: Circular dependencies: tests depend on optima.ppcre which depends on optima.
6166 `(#:tests? #f
6167 #:test-asd-file "optima.test.asd"))
6168 (synopsis "Optimized pattern matching library for Common Lisp")
6169 (description "Optima is a fast pattern matching library which uses
6170 optimizing techniques widely used in the functional programming world.")
6171 (license license:expat))))
6172
6173 (define-public cl-optima
6174 (sbcl-package->cl-source-package sbcl-optima))
6175
6176 (define-public ecl-optima
6177 (sbcl-package->ecl-package sbcl-optima))
6178
6179 (define-public sbcl-fare-quasiquote
6180 (let ((commit "640d39a0451094071b3e093c97667b3947f43639")
6181 (revision "1"))
6182 (package
6183 (name "sbcl-fare-quasiquote")
6184 (build-system asdf-build-system/sbcl)
6185 (version (git-version "1.0.1" revision commit))
6186 (home-page "https://gitlab.common-lisp.net/frideau/fare-quasiquote")
6187 (source
6188 (origin
6189 (method git-fetch)
6190 (uri (git-reference
6191 (url (string-append "https://gitlab.common-lisp.net/frideau/"
6192 "fare-quasiquote.git"))
6193 (commit commit)))
6194 (file-name (git-file-name name version))
6195 (sha256
6196 (base32 "1g6q11l50kgija9f55lzqpcwvaq0ljiw8v1j265hnyg6nahjwjvg"))))
6197 (inputs
6198 `(("fare-utils" ,sbcl-fare-utils)
6199 ("named-readtables" ,sbcl-named-readtables)
6200 ("optima" ,sbcl-optima)))
6201 (arguments
6202 ;; XXX: Circular dependencies: Tests depend on subsystems,
6203 ;; which depend on the main systems.
6204 `(#:tests? #f
6205 #:asd-systems '("fare-quasiquote"
6206 "fare-quasiquote-extras")
6207 #:phases
6208 (modify-phases %standard-phases
6209 ;; XXX: Require 1.0.0 version of fare-utils, and we package some
6210 ;; commits after 1.0.0.5, but ASDF fails to read the
6211 ;; "-REVISION-COMMIT" part generated by Guix.
6212 (add-after 'unpack 'patch-requirement
6213 (lambda _
6214 (substitute* "fare-quasiquote.asd"
6215 (("\\(:version \"fare-utils\" \"1.0.0\"\\)")
6216 "\"fare-utils\""))
6217 (substitute* "fare-quasiquote-optima.asd"
6218 (("\\(:version \"optima\" \"1\\.0\"\\)")
6219 "\"optima\""))
6220 #t)))))
6221 (synopsis "Pattern-matching friendly implementation of quasiquote")
6222 (description "The main purpose of this n+2nd reimplementation of
6223 quasiquote is enable matching of quasiquoted patterns, using Optima or
6224 Trivia.")
6225 (license license:expat))))
6226
6227 (define-public cl-fare-quasiquote
6228 (sbcl-package->cl-source-package sbcl-fare-quasiquote))
6229
6230 (define-public ecl-fare-quasiquote
6231 (sbcl-package->ecl-package sbcl-fare-quasiquote))
6232
6233 ;;; Split the trivia package in two to work around the circular dependency
6234 ;;; between guicho271828/trivia and guicho271828/type-i.
6235 (define-public sbcl-trivia.trivial
6236 (let ((commit "7286d5d2a4f685f1cac8370816f95276c0851111")
6237 (revision "3"))
6238 (package
6239 (name "sbcl-trivia.trivial")
6240 (version (git-version "0.0.0" revision commit))
6241 (source
6242 (origin
6243 (method git-fetch)
6244 (uri (git-reference
6245 (url "https://github.com/guicho271828/trivia")
6246 (commit commit)))
6247 (file-name (git-file-name "trivia" version))
6248 (sha256
6249 (base32
6250 "0ln0sj3jry7kzbmxhnin66kpbqan1wp8wwgdbw4k29afbdblkcca"))))
6251 (build-system asdf-build-system/sbcl)
6252 (inputs
6253 `(("alexandria" ,sbcl-alexandria)
6254 ("closer-mop" ,sbcl-closer-mop)
6255 ("lisp-namespace" ,sbcl-lisp-namespace)
6256 ("trivial-cltl2" ,sbcl-trivial-cltl2)))
6257 (arguments
6258 '(#:phases
6259 (modify-phases %standard-phases
6260 (add-after 'unpack 'fix-build
6261 (lambda _
6262 (for-each delete-file
6263 '("trivia.balland2006.asd"
6264 "trivia.ppcre.asd"
6265 "trivia.quasiquote.asd"
6266 "trivia.cffi.asd"
6267 "trivia.asd"
6268 "trivia.test.asd"))
6269 #t)))))
6270 (synopsis "Pattern matching in Common Lisp")
6271 (description "Trivia is a pattern matching compiler that is compatible
6272 with Optima, another pattern matching library for Common Lisp. It is meant to
6273 be faster and more extensible than Optima.")
6274 (home-page "https://github.com/guicho271828/trivia")
6275 (license license:llgpl))))
6276
6277 (define-public cl-trivia.trivial
6278 (sbcl-package->cl-source-package sbcl-trivia.trivial))
6279
6280 (define-public ecl-trivia.trivial
6281 (sbcl-package->ecl-package sbcl-trivia.trivial))
6282
6283 (define-public sbcl-trivia
6284 (package
6285 (inherit sbcl-trivia.trivial)
6286 (name "sbcl-trivia")
6287 (native-inputs
6288 `(("fiveam" ,sbcl-fiveam)
6289 ("optima" ,sbcl-optima)))
6290 (inputs
6291 `(("alexandria" ,sbcl-alexandria)
6292 ("cffi" ,sbcl-cffi)
6293 ("cl-ppcre" ,sbcl-cl-ppcre)
6294 ("fare-quasiquote" ,sbcl-fare-quasiquote)
6295 ("iterate" ,sbcl-iterate)
6296 ("trivia.trivial" ,sbcl-trivia.trivial)
6297 ("type-i" ,sbcl-type-i)))
6298 (arguments
6299 '(#:asd-systems '("trivia"
6300 "trivia.ppcre"
6301 "trivia.quasiquote"
6302 "trivia.cffi")
6303 #:test-asd-file "trivia.test.asd"
6304 #:phases
6305 (modify-phases %standard-phases
6306 (add-after 'unpack 'fix-build
6307 (lambda _
6308 (for-each delete-file
6309 '("trivia.level0.asd"
6310 "trivia.level1.asd"
6311 "trivia.level2.asd"
6312 "trivia.trivial.asd"))
6313 #t)))))))
6314
6315 (define-public cl-trivia
6316 (sbcl-package->cl-source-package sbcl-trivia))
6317
6318 (define-public ecl-trivia
6319 (sbcl-package->ecl-package sbcl-trivia))
6320
6321 (define-public sbcl-mk-string-metrics
6322 (package
6323 (name "sbcl-mk-string-metrics")
6324 (version "0.1.2")
6325 (home-page "https://github.com/cbaggers/mk-string-metrics/")
6326 (source (origin
6327 (method git-fetch)
6328 (uri (git-reference
6329 (url home-page)
6330 (commit version)))
6331 (sha256
6332 (base32 "0bg0bv2mfd4k0g3x72x563hvmrx18xavaffr6xk5rh4if5j7kcf6"))
6333 (file-name (git-file-name name version))))
6334 (build-system asdf-build-system/sbcl)
6335 (synopsis "Calculate various string metrics efficiently in Common Lisp")
6336 (description "This library implements efficient algorithms that calculate
6337 various string metrics in Common Lisp:
6338
6339 @itemize
6340 @item Damerau-Levenshtein distance
6341 @item Hamming distance
6342 @item Jaccard similarity coefficient
6343 @item Jaro distance
6344 @item Jaro-Winkler distance
6345 @item Levenshtein distance
6346 @item Normalized Damerau-Levenshtein distance
6347 @item Normalized Levenshtein distance
6348 @item Overlap coefficient
6349 @end itemize\n")
6350 (license license:x11)))
6351
6352 (define-public cl-mk-string-metrics
6353 (sbcl-package->cl-source-package sbcl-mk-string-metrics))
6354
6355 (define-public ecl-mk-string-metrics
6356 (sbcl-package->ecl-package sbcl-mk-string-metrics))
6357
6358 (define-public sbcl-cl-str
6359 (package
6360 (name "sbcl-cl-str")
6361 (version "0.19")
6362 (home-page "https://github.com/vindarel/cl-str")
6363 (source (origin
6364 (method git-fetch)
6365 (uri (git-reference
6366 (url home-page)
6367 (commit version)))
6368 (sha256
6369 (base32 "1jyza2jhn7w6fl4w87pv0m87z5ia48m6dqw12k0mdh7l3mgjq839"))
6370 (file-name (git-file-name name version))))
6371 (build-system asdf-build-system/sbcl)
6372 (inputs
6373 `(("cl-ppcre" ,sbcl-cl-ppcre)
6374 ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
6375 ("cl-change-case" ,sbcl-cl-change-case)))
6376 (native-inputs
6377 `(("prove" ,sbcl-prove)))
6378 (arguments
6379 `(#:asd-systems '("str")
6380 #:test-asd-file "str.test.asd"))
6381 (synopsis "Modern, consistent and terse Common Lisp string manipulation library")
6382 (description "A modern and consistent Common Lisp string manipulation
6383 library that focuses on modernity, simplicity and discoverability:
6384 @code{(str:trim s)} instead of @code{(string-trim '(#\\Space ...) s)}), or
6385 @code{str:concat strings} instead of an unusual format construct; one
6386 discoverable library instead of many; consistency and composability, where
6387 @code{s} is always the last argument, which makes it easier to feed pipes and
6388 arrows.")
6389 (license license:expat)))
6390
6391 (define-public cl-str
6392 (sbcl-package->cl-source-package sbcl-cl-str))
6393
6394 (define-public ecl-cl-str
6395 (sbcl-package->ecl-package sbcl-cl-str))
6396
6397 (define-public sbcl-cl-xmlspam
6398 (let ((commit "ea06abcca2a73a9779bcfb09081e56665f94e22a"))
6399 (package
6400 (name "sbcl-cl-xmlspam")
6401 (build-system asdf-build-system/sbcl)
6402 (version (git-version "0.0.0" "1" commit))
6403 (home-page "https://github.com/rogpeppe/cl-xmlspam")
6404 (source
6405 (origin
6406 (method git-fetch)
6407 (uri (git-reference
6408 (url home-page)
6409 (commit commit)))
6410 (file-name (string-append name "-" version))
6411 (sha256
6412 (base32
6413 "0w4rqvrgdgk3fwfq3kx4r7wwdr2bv3b6n3bdqwsiriw9psqzpz2s"))))
6414 (inputs
6415 `(("cxml" ,sbcl-cxml)
6416 ("cl-ppcre" ,sbcl-cl-ppcre)))
6417 (synopsis "Concise, regexp-like pattern matching on streaming XML for Common Lisp")
6418 (description "CXML does an excellent job at parsing XML elements, but what
6419 do you do when you have a XML file that's larger than you want to fit in
6420 memory, and you want to extract some information from it? Writing code to deal
6421 with SAX events, or even using Klacks, quickly becomes tedious.
6422 @code{cl-xmlspam} (for XML Stream PAttern Matcher) is designed to make it easy
6423 to write code that mirrors the structure of the XML that it's parsing. It
6424 also makes it easy to shift paradigms when necessary - the usual Lisp control
6425 constructs can be used interchangeably with pattern matching, and the full
6426 power of CXML is available when necessary.")
6427 (license license:bsd-3))))
6428
6429 (define-public cl-xmlspam
6430 (sbcl-package->cl-source-package sbcl-cl-xmlspam))
6431
6432 (define-public ecl-cl-xmlspam
6433 (sbcl-package->ecl-package sbcl-cl-xmlspam))
6434
6435 (define-public sbcl-dbus
6436 (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
6437 (revision "1"))
6438 (package
6439 (name "sbcl-dbus")
6440 (version (git-version "20190408" revision commit))
6441 (home-page "https://github.com/death/dbus")
6442 (source
6443 (origin
6444 (method git-fetch)
6445 (uri (git-reference
6446 (url home-page)
6447 (commit commit)))
6448 (file-name (git-file-name name version))
6449 (sha256
6450 (base32
6451 "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
6452 (build-system asdf-build-system/sbcl)
6453 (inputs
6454 `(("alexandria" ,sbcl-alexandria)
6455 ("trivial-garbage" ,sbcl-trivial-garbage)
6456 ("babel" ,sbcl-babel)
6457 ("iolib" ,sbcl-iolib)
6458 ("ieee-floats" ,sbcl-ieee-floats)
6459 ("flexi-streams" ,sbcl-flexi-streams)
6460 ("cl-xmlspam" ,sbcl-cl-xmlspam)
6461 ("ironclad" ,sbcl-ironclad)))
6462 (synopsis "D-Bus client library for Common Lisp")
6463 (description "This is a Common Lisp library that publishes D-Bus
6464 objects as well as send and notify other objects connected to a bus.")
6465 (license license:bsd-2))))
6466
6467 (define-public cl-dbus
6468 (sbcl-package->cl-source-package sbcl-dbus))
6469
6470 (define-public ecl-dbus
6471 (sbcl-package->ecl-package sbcl-dbus))
6472
6473 (define-public sbcl-cl-hooks
6474 (let ((commit "5b638083f3b4f1221a52631d9c8a0a265565cac7")
6475 (revision "1"))
6476 (package
6477 (name "sbcl-cl-hooks")
6478 (build-system asdf-build-system/sbcl)
6479 (version (git-version "0.2.1" revision commit))
6480 (home-page "https://github.com/scymtym/architecture.hooks")
6481 (source
6482 (origin
6483 (method git-fetch)
6484 (uri (git-reference
6485 (url home-page)
6486 (commit commit)))
6487 (file-name (git-file-name name version))
6488 (sha256
6489 (base32
6490 "0bg3l0a28lw5gqqjp6p6b5nhwqk46sgkb7184w5qbfngw1hk8x9y"))))
6491 (inputs
6492 `(("alexandria" ,sbcl-alexandria)
6493 ("let-plus" ,sbcl-let-plus)
6494 ("trivial-garbage" ,sbcl-trivial-garbage)
6495 ("closer-mop" ,sbcl-closer-mop)))
6496 (native-inputs
6497 `(("fiveam" ,sbcl-fiveam)))
6498 (synopsis "Hooks extension point mechanism (as in Emacs) for Common Lisp")
6499 (description "A hook, in the present context, is a certain kind of
6500 extension point in a program that allows interleaving the execution of
6501 arbitrary code with the execution of a the program without introducing any
6502 coupling between the two. Hooks are used extensively in the extensible editor
6503 Emacs.
6504
6505 In the Common LISP Object System (CLOS), a similar kind of extensibility is
6506 possible using the flexible multi-method dispatch mechanism. It may even seem
6507 that the concept of hooks does not provide any benefits over the possibilities
6508 of CLOS. However, there are some differences:
6509
6510 @itemize
6511
6512 @item There can be only one method for each combination of specializers and
6513 qualifiers. As a result this kind of extension point cannot be used by
6514 multiple extensions independently.
6515 @item Removing code previously attached via a @code{:before}, @code{:after} or
6516 @code{:around} method can be cumbersome.
6517 @item There could be other or even multiple extension points besides @code{:before}
6518 and @code{:after} in a single method.
6519 @item Attaching codes to individual objects using eql specializers can be
6520 cumbersome.
6521 @item Introspection of code attached a particular extension point is
6522 cumbersome since this requires enumerating and inspecting the methods of a
6523 generic function.
6524 @end itemize
6525
6526 This library tries to complement some of these weaknesses of method-based
6527 extension-points via the concept of hooks.")
6528 (license license:llgpl))))
6529
6530 (define-public cl-hooks
6531 (sbcl-package->cl-source-package sbcl-cl-hooks))
6532
6533 (define-public ecl-cl-hooks
6534 (sbcl-package->ecl-package sbcl-cl-hooks))
6535
6536 (define-public sbcl-cl-autowrap
6537 (let ((revision "1")
6538 (commit "ae846d6968fc0d000de0c541638929a157f3009e"))
6539 ;; no taged branches
6540 (package
6541 (name "sbcl-cl-autowrap")
6542 (version (git-version "1.0" revision commit))
6543 (source
6544 (origin
6545 (method git-fetch)
6546 (uri (git-reference
6547 (url "https://github.com/rpav/cl-autowrap")
6548 (commit commit)))
6549 (file-name (git-file-name name version))
6550 (sha256
6551 (base32 "1gisldp2zns92kdcaikghm7c38ldy2d884n8bfg0wcjvbz78p3ar"))))
6552 (build-system asdf-build-system/sbcl)
6553 (inputs
6554 `(("alexandria" ,sbcl-alexandria)
6555 ("cffi" ,sbcl-cffi)
6556 ("cl-json" ,sbcl-cl-json)
6557 ("cl-ppcre" ,sbcl-cl-ppcre)
6558 ("defpackage-plus" ,sbcl-defpackage-plus)
6559 ("trivial-features" ,sbcl-trivial-features)))
6560 (home-page "https://github.com/rpav/cl-autowrap")
6561 (synopsis "FFI wrapper generator for Common Lisp")
6562 (description "This is a c2ffi-based wrapper generator for Common Lisp.")
6563 (license license:bsd-2))))
6564
6565 (define-public cl-autowrap
6566 (sbcl-package->cl-source-package sbcl-cl-autowrap))
6567
6568 (define-public ecl-cl-autowrap
6569 (sbcl-package->ecl-package sbcl-cl-autowrap))
6570
6571 (define-public sbcl-s-sysdeps
6572 ;; No release since 2013.
6573 (let ((commit "9aa23bbdceb24bcdbe0e7c39fa1901858f823106")
6574 (revision "2"))
6575 (package
6576 (name "sbcl-s-sysdeps")
6577 (build-system asdf-build-system/sbcl)
6578 (version (git-version "1" revision commit))
6579 (home-page "https://github.com/svenvc/s-sysdeps")
6580 (source
6581 (origin
6582 (method git-fetch)
6583 (uri (git-reference
6584 (url home-page)
6585 (commit commit)))
6586 (file-name (git-file-name name version))
6587 (sha256
6588 (base32
6589 "1fh8r7kf8s3hvqdg6b71b8p7w3v2kkga9bw8j3qqdxhzr6anpm0b"))))
6590 (inputs
6591 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
6592 ("usocket" ,sbcl-usocket)))
6593 (synopsis "Common Lisp abstraction layer over platform dependent functionality")
6594 (description "@code{s-sysdeps} is an abstraction layer over platform
6595 dependent functionality. This simple package is used as a building block in a
6596 number of other open source projects.
6597
6598 @code{s-sysdeps} abstracts:
6599
6600 @itemize
6601 @item managing processes,
6602 @item implementing a standard TCP/IP server,
6603 @item opening a client TCP/IP socket stream,
6604 @item working with process locks.
6605 @end itemize\n")
6606 (license license:llgpl))))
6607
6608 (define-public cl-s-sysdeps
6609 (sbcl-package->cl-source-package sbcl-s-sysdeps))
6610
6611 (define-public ecl-s-sysdeps
6612 (sbcl-package->ecl-package sbcl-s-sysdeps))
6613
6614 (define-public sbcl-cl-prevalence
6615 (let ((commit "5a76be036092ed6c18cb695a9e03bce87e21b840")
6616 (revision "4"))
6617 (package
6618 (name "sbcl-cl-prevalence")
6619 (build-system asdf-build-system/sbcl)
6620 (version (git-version "5" revision commit))
6621 (home-page "https://github.com/40ants/cl-prevalence")
6622 (source
6623 (origin
6624 (method git-fetch)
6625 (uri (git-reference
6626 (url home-page)
6627 (commit commit)))
6628 (file-name (git-file-name name version))
6629 (sha256
6630 (base32
6631 "050h6hwv8f16b5v6fzba8zmih92hgaaq27i2x9wv1iib41gbia3r"))))
6632 (inputs
6633 `(("s-sysdeps" ,sbcl-s-sysdeps)
6634 ("s-xml" ,sbcl-s-xml)))
6635 (native-inputs
6636 `(("fiveam" ,sbcl-fiveam)))
6637 (synopsis "Implementation of object prevalence for Common Lisp")
6638 (description "This Common Lisp library implements object prevalence (see
6639 @url{https://en.wikipedia.org/wiki/System_prevalence}). It allows
6640 for (de)serializing to and from s-exps as well as XML. Serialization of arbitrary
6641 classes and cyclic data structures are supported.")
6642 (license license:llgpl))))
6643
6644 (define-public cl-prevalence
6645 (sbcl-package->cl-source-package sbcl-cl-prevalence))
6646
6647 (define-public ecl-cl-prevalence
6648 (sbcl-package->ecl-package sbcl-cl-prevalence))
6649
6650 (define-public sbcl-series
6651 (let ((commit "da9061b336119d1e5214aff9117171d494d5a58a")
6652 (revision "1"))
6653 (package
6654 (name "sbcl-series")
6655 (version (git-version "2.2.11" revision commit))
6656 (source
6657 (origin
6658 (method git-fetch)
6659 (uri (git-reference
6660 (url "git://git.code.sf.net/p/series/series")
6661 (commit commit)))
6662 (file-name (git-file-name name version))
6663 (sha256
6664 (base32
6665 "07hk2lhfx42zk018pxqvn4gs77vd4n4g8m4xxbqaxgca76mifwfw"))))
6666 (build-system asdf-build-system/sbcl)
6667 (arguments
6668 ;; Disable the tests, they are apparently buggy and I didn't find
6669 ;; a simple way to make them run and pass.
6670 '(#:tests? #f))
6671 (synopsis "Series data structure for Common Lisp")
6672 (description
6673 "This Common Lisp library provides a series data structure much like
6674 a sequence, with similar kinds of operations. The difference is that in many
6675 situations, operations on series may be composed functionally and yet execute
6676 iteratively, without the need to construct intermediate series values
6677 explicitly. In this manner, series provide both the clarity of a functional
6678 programming style and the efficiency of an iterative programming style.")
6679 (home-page "http://series.sourceforge.net/")
6680 (license license:expat))))
6681
6682 (define-public cl-series
6683 (sbcl-package->cl-source-package sbcl-series))
6684
6685 (define-public ecl-series
6686 (sbcl-package->ecl-package sbcl-series))
6687
6688 (define-public sbcl-periods
6689 (let ((commit "60383dcef88a1ac11f82804ae7a33c361dcd2949")
6690 (revision "2"))
6691 (package
6692 (name "sbcl-periods")
6693 (version (git-version "0.0.2" revision commit))
6694 (source
6695 (origin
6696 (method git-fetch)
6697 (uri (git-reference
6698 (url "https://github.com/jwiegley/periods")
6699 (commit commit)))
6700 (file-name (git-file-name name version))
6701 (sha256
6702 (base32
6703 "1ym2j4an9ig2hl210jg91gpf7xfnp6mlhkw3n9kkdnwiji3ipqlk"))))
6704 (build-system asdf-build-system/sbcl)
6705 (inputs
6706 `(("local-time" ,sbcl-local-time)
6707 ("series" ,sbcl-series)))
6708 (arguments
6709 '(#:asd-systems '("periods"
6710 "periods-series")))
6711 (synopsis "Common Lisp library for manipulating date/time objects")
6712 (description
6713 "Periods is a Common Lisp library providing a set of utilities for
6714 manipulating times, distances between times, and both contiguous and
6715 discontiguous ranges of time.")
6716 (home-page "https://github.com/jwiegley/periods")
6717 (license license:bsd-3))))
6718
6719 (define-public cl-periods
6720 (sbcl-package->cl-source-package sbcl-periods))
6721
6722 (define-public ecl-periods
6723 (sbcl-package->ecl-package sbcl-periods))
6724
6725 (define-public sbcl-metatilities-base
6726 (let ((commit "6eaa9e3ff0939a93a92109dd0fcd218de85417d5")
6727 (revision "1"))
6728 (package
6729 (name "sbcl-metatilities-base")
6730 (version (git-version "0.6.6" revision commit))
6731 (source
6732 (origin
6733 (method git-fetch)
6734 (uri (git-reference
6735 (url "https://github.com/gwkkwg/metatilities-base")
6736 (commit commit)))
6737 (file-name (git-file-name name version))
6738 (sha256
6739 (base32
6740 "0xpa86pdzlnf4v5g64j3ifaplx71sx2ha8b7vvakswi652679ma0"))))
6741 (build-system asdf-build-system/sbcl)
6742 (native-inputs
6743 `(("lift" ,sbcl-lift)))
6744 (synopsis "Core of the metatilities Common Lisp library")
6745 (description
6746 "Metatilities-base is the core of the metatilities Common Lisp library
6747 which implements a set of utilities.")
6748 (home-page "https://common-lisp.net/project/metatilities-base/")
6749 (license license:expat))))
6750
6751 (define-public cl-metatilities-base
6752 (sbcl-package->cl-source-package sbcl-metatilities-base))
6753
6754 (define-public ecl-metatilities-base
6755 (sbcl-package->ecl-package sbcl-metatilities-base))
6756
6757 (define-public sbcl-cl-containers
6758 (let ((commit "3d1df53c22403121bffb5d553cf7acb1503850e7")
6759 (revision "3"))
6760 (package
6761 (name "sbcl-cl-containers")
6762 (version (git-version "0.12.1" revision commit))
6763 (source
6764 (origin
6765 (method git-fetch)
6766 (uri (git-reference
6767 (url "https://github.com/gwkkwg/cl-containers")
6768 (commit commit)))
6769 (file-name (git-file-name name version))
6770 (sha256
6771 (base32
6772 "18s6jfq11n8nv9k4biz32pm1s7y9zl054ry1gmdbcf39nisy377y"))))
6773 (build-system asdf-build-system/sbcl)
6774 (native-inputs
6775 `(("lift" ,sbcl-lift)))
6776 (inputs
6777 `(("metatilities-base" ,sbcl-metatilities-base)))
6778 (arguments
6779 '(#:asd-files '("cl-containers.asd")
6780 #:phases
6781 (modify-phases %standard-phases
6782 (add-after 'unpack 'relax-version-checks
6783 (lambda _
6784 (substitute* "cl-containers.asd"
6785 (("\\(:version \"metatilities-base\" \"0\\.6\\.6\"\\)")
6786 "\"metatilities-base\""))
6787 (substitute* "cl-containers-test.asd"
6788 (("\\(:version \"lift\" \"1\\.7\\.0\"\\)")
6789 "\"lift\""))
6790 #t)))))
6791 (synopsis "Container library for Common Lisp")
6792 (description
6793 "Common Lisp ships with a set of powerful built in data structures
6794 including the venerable list, full featured arrays, and hash-tables.
6795 CL-containers enhances and builds on these structures by adding containers
6796 that are not available in native Lisp (for example: binary search trees,
6797 red-black trees, sparse arrays and so on), and by providing a standard
6798 interface so that they are simpler to use and so that changing design
6799 decisions becomes significantly easier.")
6800 (home-page "https://common-lisp.net/project/cl-containers/")
6801 (license license:expat))))
6802
6803 (define-public cl-containers
6804 (sbcl-package->cl-source-package sbcl-cl-containers))
6805
6806 (define-public ecl-cl-containers
6807 (sbcl-package->ecl-package sbcl-cl-containers))
6808
6809 (define-public sbcl-xlunit
6810 (let ((commit "3805d34b1d8dc77f7e0ee527a2490194292dd0fc")
6811 (revision "1"))
6812 (package
6813 (name "sbcl-xlunit")
6814 (version (git-version "0.6.3" revision commit))
6815 (source
6816 (origin
6817 (method git-fetch)
6818 (uri (git-reference
6819 (url "http://git.kpe.io/xlunit.git")
6820 (commit commit)))
6821 (file-name (git-file-name name version))
6822 (sha256
6823 (base32
6824 "0argfmp9nghs4sihyj3f8ch9qfib2b7ll07v5m9ziajgzsfl5xw3"))))
6825 (build-system asdf-build-system/sbcl)
6826 (arguments
6827 '(#:phases
6828 (modify-phases %standard-phases
6829 (add-after 'unpack 'fix-tests
6830 (lambda _
6831 (substitute* "xlunit.asd"
6832 ((" :force t") ""))
6833 #t)))))
6834 (synopsis "Unit testing package for Common Lisp")
6835 (description
6836 "The XLUnit package is a toolkit for building test suites. It is based
6837 on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck.")
6838 (home-page "http://quickdocs.org/xlunit/")
6839 (license license:bsd-3))))
6840
6841 (define-public cl-xlunit
6842 (sbcl-package->cl-source-package sbcl-xlunit))
6843
6844 (define-public ecl-xlunit
6845 (sbcl-package->ecl-package sbcl-xlunit))
6846
6847 (define-public sbcl-cambl
6848 (let ((commit "7016d1a98215f82605d1c158e7a16504ca1f4636")
6849 (revision "1"))
6850 (package
6851 (name "sbcl-cambl")
6852 (version (git-version "4.0.0" revision commit))
6853 (source
6854 (origin
6855 (method git-fetch)
6856 (uri (git-reference
6857 (url "https://github.com/jwiegley/cambl")
6858 (commit commit)))
6859 (file-name (git-file-name "cambl" version))
6860 (sha256
6861 (base32 "103mry04j2k9vznsxm7wcvccgxkil92cdrv52miwcmxl8daa4jiz"))))
6862 (build-system asdf-build-system/sbcl)
6863 (native-inputs
6864 `(("xlunit" ,sbcl-xlunit)))
6865 (inputs
6866 `(("alexandria" ,sbcl-alexandria)
6867 ("cl-containers" ,sbcl-cl-containers)
6868 ("local-time" ,sbcl-local-time)
6869 ("periods" ,sbcl-periods)))
6870 (arguments
6871 '(#:asd-files '("fprog.asd"
6872 "cambl.asd")))
6873 (synopsis "Commoditized amounts and balances for Common Lisp")
6874 (description
6875 "CAMBL is a Common Lisp library providing a convenient facility for
6876 working with commoditized values. It does not allow compound units (and so is
6877 not suited for scientific operations) but does work rather nicely for the
6878 purpose of financial calculations.")
6879 (home-page "https://github.com/jwiegley/cambl")
6880 (license license:bsd-3))))
6881
6882 (define-public cl-cambl
6883 (sbcl-package->cl-source-package sbcl-cambl))
6884
6885 (define-public ecl-cambl
6886 (sbcl-package->ecl-package sbcl-cambl))
6887
6888 (define-public sbcl-cl-ledger
6889 (let ((commit "08e0be41795e804cd36142e51756ad0b1caa377b")
6890 (revision "1"))
6891 (package
6892 (name "sbcl-cl-ledger")
6893 (version (git-version "4.0.0" revision commit))
6894 (source
6895 (origin
6896 (method git-fetch)
6897 (uri (git-reference
6898 (url "https://github.com/ledger/cl-ledger")
6899 (commit commit)))
6900 (file-name (git-file-name name version))
6901 (sha256
6902 (base32
6903 "1via0qf6wjcyxnfbmfxjvms0ik9j8rqbifgpmnhrzvkhrq9pv8h1"))))
6904 (build-system asdf-build-system/sbcl)
6905 (inputs
6906 `(("cambl" ,sbcl-cambl)
6907 ("cl-ppcre" ,sbcl-cl-ppcre)
6908 ("local-time" ,sbcl-local-time)
6909 ("periods" ,sbcl-periods)))
6910 (arguments
6911 '(#:phases
6912 (modify-phases %standard-phases
6913 (add-after 'unpack 'fix-system-definition
6914 (lambda _
6915 (substitute* "cl-ledger.asd"
6916 ((" :build-operation program-op") "")
6917 ((" :build-pathname \"cl-ledger\"") "")
6918 ((" :entry-point \"ledger::main\"") ""))
6919 #t)))))
6920 (synopsis "Common Lisp port of the Ledger accounting system")
6921 (description
6922 "CL-Ledger is a Common Lisp port of the Ledger double-entry accounting
6923 system.")
6924 (home-page "https://github.com/ledger/cl-ledger")
6925 (license license:bsd-3))))
6926
6927 (define-public cl-ledger
6928 (sbcl-package->cl-source-package sbcl-cl-ledger))
6929
6930 (define-public ecl-cl-ledger
6931 (sbcl-package->ecl-package sbcl-cl-ledger))
6932
6933 (define-public sbcl-bst
6934 (let ((commit "8545aed0d504df2829ad139566feeabe22305388")
6935 (revision "0"))
6936 (package
6937 (name "sbcl-bst")
6938 (version (git-version "2.0" revision commit))
6939 (source
6940 (origin
6941 (method git-fetch)
6942 (uri (git-reference
6943 (url "https://github.com/glv2/bst")
6944 (commit commit)))
6945 (file-name (git-file-name name version))
6946 (sha256
6947 (base32 "18ig7rvxcra69437g0i8sxyv7c5dg26jqnx1rc2f9pxmihdprgk8"))))
6948 (build-system asdf-build-system/sbcl)
6949 (native-inputs
6950 `(("alexandria" ,sbcl-alexandria)
6951 ("fiveam" ,sbcl-fiveam)))
6952 (synopsis "Binary search tree for Common Lisp")
6953 (description
6954 "BST is a Common Lisp library for working with binary search trees that
6955 can contain any kind of values.")
6956 (home-page "https://github.com/glv2/bst")
6957 (license license:gpl3))))
6958
6959 (define-public cl-bst
6960 (sbcl-package->cl-source-package sbcl-bst))
6961
6962 (define-public ecl-bst
6963 (sbcl-package->ecl-package sbcl-bst))
6964
6965 (define-public sbcl-cl-octet-streams
6966 (package
6967 (name "sbcl-cl-octet-streams")
6968 (version "1.2")
6969 (source
6970 (origin
6971 (method git-fetch)
6972 (uri (git-reference
6973 (url "https://github.com/glv2/cl-octet-streams")
6974 (commit (string-append "v" version))))
6975 (file-name (git-file-name name version))
6976 (sha256
6977 (base32 "1hffh98bv4w5yrchagzwqrc43d2p473pvw7ka4kyyvhrr52dk2f8"))))
6978 (build-system asdf-build-system/sbcl)
6979 (native-inputs
6980 `(("fiveam" ,sbcl-fiveam)))
6981 (inputs
6982 `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
6983 (synopsis "In-memory octet streams for Common Lisp")
6984 (description
6985 "CL-octet-streams is a library implementing in-memory octet
6986 streams for Common Lisp. It was inspired by the trivial-octet-streams and
6987 cl-plumbing libraries.")
6988 (home-page "https://github.com/glv2/cl-octet-streams")
6989 (license license:gpl3+)))
6990
6991 (define-public cl-octet-streams
6992 (sbcl-package->cl-source-package sbcl-cl-octet-streams))
6993
6994 (define-public ecl-cl-octet-streams
6995 (sbcl-package->ecl-package sbcl-cl-octet-streams))
6996
6997 (define-public sbcl-lzlib
6998 (let ((commit "cad10f5becbcfebb44b9d311a257563778803452")
6999 (revision "2"))
7000 (package
7001 (name "sbcl-lzlib")
7002 (version (git-version "1.1" revision commit))
7003 (source
7004 (origin
7005 (method git-fetch)
7006 (uri (git-reference
7007 (url "https://github.com/glv2/cl-lzlib")
7008 (commit commit)))
7009 (file-name (git-file-name name version))
7010 (sha256
7011 (base32 "09lp7li35h4jkls0448fj1sh6pjslr1w7ranbc4szjr8g0c2bdry"))))
7012 (build-system asdf-build-system/sbcl)
7013 (native-inputs
7014 `(("fiveam" ,sbcl-fiveam)))
7015 (inputs
7016 `(("cffi" ,sbcl-cffi)
7017 ("cl-octet-streams" ,sbcl-cl-octet-streams)
7018 ("lparallel" ,sbcl-lparallel)
7019 ("lzlib" ,lzlib)))
7020 (arguments
7021 '(#:phases
7022 (modify-phases %standard-phases
7023 (add-after 'unpack 'fix-paths
7024 (lambda* (#:key inputs #:allow-other-keys)
7025 (substitute* "src/lzlib.lisp"
7026 (("liblz\\.so")
7027 (string-append (assoc-ref inputs "lzlib") "/lib/liblz.so")))
7028 #t)))))
7029 (synopsis "Common Lisp library for lzip (de)compression")
7030 (description
7031 "This Common Lisp library provides functions for lzip (LZMA)
7032 compression/decompression using bindings to the lzlib C library.")
7033 (home-page "https://github.com/glv2/cl-lzlib")
7034 (license license:gpl3+))))
7035
7036 (define-public cl-lzlib
7037 (sbcl-package->cl-source-package sbcl-lzlib))
7038
7039 (define-public ecl-lzlib
7040 (sbcl-package->ecl-package sbcl-lzlib))
7041
7042 (define-public sbcl-chanl
7043 (let ((commit "56e90a126c78b39bb621a01585e8d3b985238e8c")
7044 (revision "1"))
7045 (package
7046 (name "sbcl-chanl")
7047 (version (git-version "0.4.1" revision commit))
7048 (source
7049 (origin
7050 (method git-fetch)
7051 (uri (git-reference
7052 (url "https://github.com/zkat/chanl")
7053 (commit commit)))
7054 (file-name (git-file-name name version))
7055 (sha256
7056 (base32
7057 "0b1cf6c12qx5cy1fw2z42jgh566rp3l8nv5qf0qqc569s7bgmrh4"))))
7058 (build-system asdf-build-system/sbcl)
7059 (native-inputs
7060 `(("fiveam" ,sbcl-fiveam)))
7061 (inputs
7062 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
7063 (synopsis "Portable channel-based concurrency for Common Lisp")
7064 (description "Common Lisp library for channel-based concurrency. In
7065 a nutshell, you create various threads sequentially executing tasks you need
7066 done, and use channel objects to communicate and synchronize the state of these
7067 threads.")
7068 (home-page "https://github.com/zkat/chanl")
7069 (license (list license:expat license:bsd-3)))))
7070
7071 (define-public cl-chanl
7072 (sbcl-package->cl-source-package sbcl-chanl))
7073
7074 (define-public ecl-chanl
7075 (sbcl-package->ecl-package sbcl-chanl))
7076
7077 (define-public sbcl-cl-store
7078 (let ((commit "c787337a16ea8cf8a06227f35933a4ec774746b3")
7079 (revision "1"))
7080 (package
7081 (name "sbcl-cl-store")
7082 (version (git-version "0.8.11" revision commit))
7083 (source
7084 (origin
7085 (method git-fetch)
7086 (uri (git-reference
7087 (url "https://github.com/skypher/cl-store")
7088 (commit commit)))
7089 (file-name (git-file-name name version))
7090 (sha256
7091 (base32
7092 "194srkg8nrym19c6i7zbnkzshc1qhqa82m53qnkirz9fw928bqxr"))))
7093 (build-system asdf-build-system/sbcl)
7094 (native-inputs
7095 `(("rt" ,sbcl-rt)))
7096 (synopsis "Common Lisp library to serialize data")
7097 (description
7098 "CL-STORE is a portable serialization package which should give you the
7099 ability to store all Common Lisp data types into streams.")
7100 (home-page "https://www.common-lisp.net/project/cl-store/")
7101 (license license:expat))))
7102
7103 (define-public cl-store
7104 (sbcl-package->cl-source-package sbcl-cl-store))
7105
7106 (define-public ecl-cl-store
7107 (sbcl-package->ecl-package sbcl-cl-store))
7108
7109 (define-public sbcl-specialization-store
7110 (let ((commit "8d39a866a6f24986aad3cc52349e9cb2653496f3")
7111 (revision "1"))
7112 (package
7113 (name "sbcl-specialization-store")
7114 (version (git-version "0.0.5" revision commit))
7115 (source
7116 (origin
7117 (method git-fetch)
7118 (uri (git-reference
7119 (url "https://github.com/markcox80/specialization-store")
7120 (commit commit)))
7121 (file-name (git-file-name "specialization-store" version))
7122 (sha256
7123 (base32 "0r0bgb46q4gy72l78s7djkxq8ibb4bb3yh9brsry5lih7br8lhi0"))))
7124 (build-system asdf-build-system/sbcl)
7125 (native-inputs
7126 `(("fiveam" ,sbcl-fiveam)))
7127 (inputs
7128 `(("alexandria" ,sbcl-alexandria)
7129 ("introspect-environment" ,sbcl-introspect-environment)))
7130 (home-page "https://github.com/markcox80/specialization-store")
7131 (synopsis "Different type of generic function for Common Lisp")
7132 (description
7133 "SPECIALIZATION-STORE system provides a new kind of function, called
7134 a store function, whose behavior depends on the types of objects passed to the
7135 function.")
7136 (license license:bsd-2))))
7137
7138 (define-public ecl-specialization-store
7139 (package
7140 (inherit (sbcl-package->ecl-package sbcl-specialization-store))
7141 (arguments
7142 ;; TODO: Find why the tests get stuck forever; disable them for now.
7143 `(#:tests? #f))))
7144
7145 (define-public cl-specialization-store
7146 (sbcl-package->cl-source-package sbcl-specialization-store))
7147
7148 (define-public sbcl-cl-gobject-introspection
7149 (let ((commit "d0136c8d9ade2560123af1fc55bbf70d2e3db539")
7150 (revision "1"))
7151 (package
7152 (name "sbcl-cl-gobject-introspection")
7153 (version (git-version "0.3" revision commit))
7154 (home-page "https://github.com/andy128k/cl-gobject-introspection")
7155 (source
7156 (origin
7157 (method git-fetch)
7158 (uri (git-reference
7159 (url home-page)
7160 (commit commit)))
7161 (file-name (git-file-name name version))
7162 (sha256
7163 (base32
7164 "0dz0r73pq7yhz2iq2jnkq977awx2zws2qfxdcy33329sys1ii32p"))))
7165 (build-system asdf-build-system/sbcl)
7166 (inputs
7167 `(("alexandria" ,sbcl-alexandria)
7168 ("cffi" ,sbcl-cffi)
7169 ("iterate" ,sbcl-iterate)
7170 ("trivial-garbage" ,sbcl-trivial-garbage)
7171 ("glib" ,glib)
7172 ("gobject-introspection" ,gobject-introspection)))
7173 (native-inputs
7174 `(("fiveam" ,sbcl-fiveam)))
7175 (arguments
7176 '(#:phases
7177 (modify-phases %standard-phases
7178 (add-after 'unpack 'fix-paths
7179 (lambda* (#:key inputs #:allow-other-keys)
7180 (substitute* "src/init.lisp"
7181 (("libgobject-2\\.0\\.so")
7182 (string-append (assoc-ref inputs "glib") "/lib/libgobject-2.0.so"))
7183 (("libgirepository-1\\.0\\.so")
7184 (string-append (assoc-ref inputs "gobject-introspection")
7185 "/lib/libgirepository-1.0.so")))
7186 #t)))))
7187 (synopsis "Common Lisp bindings to GObject Introspection")
7188 (description
7189 "This library is a bridge between Common Lisp and GObject
7190 Introspection, which enables Common Lisp programs to access the full interface
7191 of C+GObject libraries without the need of writing dedicated bindings.")
7192 (license (list license:bsd-3
7193 ;; Tests are under a different license.
7194 license:llgpl)))))
7195
7196 (define-public cl-gobject-introspection
7197 (sbcl-package->cl-source-package sbcl-cl-gobject-introspection))
7198
7199 (define-public ecl-cl-gobject-introspection
7200 (sbcl-package->ecl-package sbcl-cl-gobject-introspection))
7201
7202 (define-public sbcl-cl-slug
7203 (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749")
7204 (revision "1"))
7205 (package
7206 (name "sbcl-cl-slug")
7207 (version (git-version "0.4.1" revision commit))
7208 (source
7209 (origin
7210 (method git-fetch)
7211 (uri (git-reference
7212 (url "https://github.com/EuAndreh/cl-slug")
7213 (commit commit)))
7214 (file-name (git-file-name "cl-slug" version))
7215 (sha256
7216 (base32 "1asdq6xllmsvfw5fky9wblqcx9isac9jrrlkfl7vyxcq1wxrnflx"))))
7217 (build-system asdf-build-system/sbcl)
7218 (arguments
7219 `(#:asd-files '("cl-slug-test.asd" "cl-slug.asd")
7220 #:asd-systems '("cl-slug-test" "cl-slug")))
7221 (native-inputs
7222 `(("prove" ,sbcl-prove)))
7223 (inputs
7224 `(("ppcre" ,sbcl-cl-ppcre)))
7225 (home-page "https://github.com/EuAndreh/cl-slug")
7226 (synopsis "Multi-language slug formater")
7227 (description
7228 "This is a small Common Lisp library to make slugs, mainly for URIs,
7229 from english and beyond.")
7230 (license license:llgpl))))
7231
7232 (define-public ecl-cl-slug
7233 (sbcl-package->ecl-package sbcl-cl-slug))
7234
7235 (define-public cl-slug
7236 (sbcl-package->cl-source-package sbcl-cl-slug))
7237
7238 (define-public sbcl-string-case
7239 (let ((commit "718c761e33749e297cd2809c7ba3ade1985c49f7")
7240 (revision "0"))
7241 (package
7242 (name "sbcl-string-case")
7243 (version (git-version "0.0.2" revision commit))
7244 (home-page "https://github.com/pkhuong/string-case")
7245 (source
7246 (origin
7247 (method git-fetch)
7248 (uri (git-reference
7249 (url home-page)
7250 (commit commit)))
7251 (file-name (git-file-name name version))
7252 (sha256
7253 (base32
7254 "1n5i3yh0h5s636rcnwn7jwqy3rjflikra04lymimhpcshhjsk0md"))))
7255 (build-system asdf-build-system/sbcl)
7256 (synopsis "Efficient string= case in Common Lisp")
7257 (description
7258 "@code{string-case} is a Common Lisp macro that generates specialised decision
7259 trees to dispatch on string equality.")
7260 (license license:bsd-3))))
7261
7262 (define-public cl-string-case
7263 (sbcl-package->cl-source-package sbcl-string-case))
7264
7265 (define-public ecl-string-case
7266 (sbcl-package->ecl-package sbcl-string-case))
7267
7268 (define-public sbcl-garbage-pools
7269 (let ((commit "9a7cb7f48b04197c0495df3b6d2e8395ad13f790")
7270 (revision "1"))
7271 (package
7272 (name "sbcl-garbage-pools")
7273 (version (git-version "0.1.2" revision commit))
7274 (source
7275 (origin
7276 (method git-fetch)
7277 (uri (git-reference
7278 (url "https://github.com/archimag/garbage-pools")
7279 (commit commit)))
7280 (file-name (git-file-name name version))
7281 (sha256
7282 (base32 "04jqwr6j138him6wc4nrwjzm4lvyj5j31xqab02nkf8h9hmsf5v1"))))
7283 (build-system asdf-build-system/sbcl)
7284 (home-page "https://github.com/archimag/garbage-pools")
7285 (synopsis "Resource management pools for Common Lisp")
7286 (description "GARBAGE-POOLS is Common Lisp re-implementation of the APR
7287 Pools for resource management.")
7288 (license license:expat))))
7289
7290 (define-public ecl-garbage-pools
7291 (sbcl-package->ecl-package sbcl-garbage-pools))
7292
7293 (define-public cl-garbage-pools
7294 (sbcl-package->cl-source-package sbcl-garbage-pools))
7295
7296 (define-public sbcl-global-vars
7297 (let ((commit "c749f32c9b606a1457daa47d59630708ac0c266e")
7298 (revision "0"))
7299 (package
7300 (name "sbcl-global-vars")
7301 (version (git-version "1.0.0" revision commit))
7302 (home-page "https://github.com/lmj/global-vars")
7303 (source
7304 (origin
7305 (method git-fetch)
7306 (uri (git-reference
7307 (url home-page)
7308 (commit commit)))
7309 (file-name (git-file-name name version))
7310 (sha256
7311 (base32
7312 "06m3xc8l3pgsapl8fvsi9wf6y46zs75cp9zn7zh6dc65v4s5wz3d"))))
7313 (build-system asdf-build-system/sbcl)
7314 (synopsis "Efficient global variables in Common Lisp")
7315 (description
7316 "In Common Lisp, a special variable that is never dynamically bound
7317 typically serves as a stand-in for a global variable. The @code{global-vars}
7318 library provides true global variables that are implemented by some compilers.
7319 An attempt to rebind a global variable properly results in a compiler error.
7320 That is, a global variable cannot be dynamically bound.
7321
7322 Global variables therefore allow us to communicate an intended usage that
7323 differs from special variables. Global variables are also more efficient than
7324 special variables, especially in the presence of threads.")
7325 (license license:expat))))
7326
7327 (define-public cl-global-vars
7328 (sbcl-package->cl-source-package sbcl-global-vars))
7329
7330 (define-public ecl-global-vars
7331 (sbcl-package->ecl-package sbcl-global-vars))
7332
7333 (define-public sbcl-trivial-file-size
7334 (let ((commit "1c1d672a01a446ba0391dbb4ffc40be3b0476f23")
7335 (revision "0"))
7336 (package
7337 (name "sbcl-trivial-file-size")
7338 (version (git-version "0.0.0" revision commit))
7339 (home-page "https://github.com/ruricolist/trivial-file-size")
7340 (source
7341 (origin
7342 (method git-fetch)
7343 (uri (git-reference
7344 (url home-page)
7345 (commit commit)))
7346 (file-name (git-file-name name version))
7347 (sha256
7348 (base32
7349 "17pp86c9zs4y7i1sh7q9gbfw9iqv6655k7fz8qbj9ly1ypgxp4qs"))))
7350 (build-system asdf-build-system/sbcl)
7351 (native-inputs
7352 `(("fiveam" ,sbcl-fiveam)))
7353 (synopsis "Size of a file in bytes in Common Lisp")
7354 (description
7355 "The canonical way to determine the size of a file in bytes, using Common Lisp,
7356 is to open the file with an element type of (unsigned-byte 8) and then
7357 calculate the length of the stream. This is less than ideal. In most cases
7358 it is better to get the size of the file from its metadata, using a system
7359 call.
7360
7361 This library exports a single function, file-size-in-octets. It returns the
7362 size of a file in bytes, using system calls when possible.")
7363 (license license:expat))))
7364
7365 (define-public cl-trivial-file-size
7366 (sbcl-package->cl-source-package sbcl-trivial-file-size))
7367
7368 (define-public ecl-trivial-file-size
7369 (sbcl-package->ecl-package sbcl-trivial-file-size))
7370
7371 (define-public sbcl-trivial-macroexpand-all
7372 (let ((commit "933270ac7107477de1bc92c1fd641fe646a7a8a9")
7373 (revision "0"))
7374 (package
7375 (name "sbcl-trivial-macroexpand-all")
7376 (version (git-version "0.0.0" revision commit))
7377 (home-page "https://github.com/cbaggers/trivial-macroexpand-all")
7378 (source
7379 (origin
7380 (method git-fetch)
7381 (uri (git-reference
7382 (url home-page)
7383 (commit commit)))
7384 (file-name (git-file-name name version))
7385 (sha256
7386 (base32
7387 "191hnn4b5j4i3crydmlzbm231kj0h7l8zj6mzj69r1npbzkas4bd"))))
7388 (build-system asdf-build-system/sbcl)
7389 (native-inputs
7390 `(("fiveam" ,sbcl-fiveam)))
7391 (synopsis "Portable macroexpand-all for Common Lisp")
7392 (description
7393 "This library provides a macroexpand-all function that calls the
7394 implementation specific equivalent.")
7395 (license license:unlicense))))
7396
7397 (define-public cl-trivial-macroexpand-all
7398 (sbcl-package->cl-source-package sbcl-trivial-macroexpand-all))
7399
7400 (define-public ecl-trivial-macroexpand-all
7401 (sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
7402
7403 (define-public sbcl-serapeum
7404 (let ((commit "263f415a350736b44e3878524ff3997e656fca32")
7405 (revision "4"))
7406 (package
7407 (name "sbcl-serapeum")
7408 (version (git-version "0.0.0" revision commit))
7409 (home-page "https://github.com/ruricolist/serapeum")
7410 (source
7411 (origin
7412 (method git-fetch)
7413 (uri (git-reference
7414 (url home-page)
7415 (commit commit)))
7416 (file-name (git-file-name name version))
7417 (sha256
7418 (base32
7419 "1669yidvxq41s3g6hb2jk21bcb5s2bnfsacpyd5b0hdxbmc7knq3"))))
7420 (build-system asdf-build-system/sbcl)
7421 (inputs
7422 `(("alexandria" ,sbcl-alexandria)
7423 ("trivia" ,sbcl-trivia)
7424 ("split-sequence" ,sbcl-split-sequence)
7425 ("string-case" ,sbcl-string-case)
7426 ("parse-number" ,sbcl-parse-number)
7427 ("trivial-garbage" ,sbcl-trivial-garbage)
7428 ("bordeaux-threads" ,sbcl-bordeaux-threads)
7429 ("named-readtables" ,sbcl-named-readtables)
7430 ("fare-quasiquote" ,sbcl-fare-quasiquote)
7431 ("parse-declarations-1.0" ,sbcl-parse-declarations)
7432 ("global-vars" ,sbcl-global-vars)
7433 ("trivial-file-size" ,sbcl-trivial-file-size)
7434 ("trivial-macroexpand-all" ,sbcl-trivial-macroexpand-all)))
7435 (native-inputs
7436 `(("fiveam" ,sbcl-fiveam)
7437 ("local-time" ,sbcl-local-time)))
7438 (arguments
7439 '(#:phases
7440 (modify-phases %standard-phases
7441 (add-after 'unpack 'disable-failing-tests
7442 (lambda* (#:key inputs #:allow-other-keys)
7443 (substitute* "serapeum.asd"
7444 ;; Guix does not have Quicklisp, and probably never will.
7445 (("\\(:file \"quicklisp\"\\)") ""))
7446 #t)))))
7447 (synopsis "Common Lisp utility library beyond Alexandria")
7448 (description
7449 "Serapeum is a conservative library of Common Lisp utilities. It is a
7450 supplement, not a competitor, to Alexandria.")
7451 (license license:expat))))
7452
7453 (define-public cl-serapeum
7454 (sbcl-package->cl-source-package sbcl-serapeum))
7455
7456 (define-public ecl-serapeum
7457 (sbcl-package->ecl-package sbcl-serapeum))
7458
7459 (define-public sbcl-arrows
7460 (let ((commit "df7cf0067e0132d9697ac8b1a4f1b9c88d4f5382")
7461 (revision "0"))
7462 (package
7463 (name "sbcl-arrows")
7464 (version (git-version "0.2.0" revision commit))
7465 (source
7466 (origin
7467 (method git-fetch)
7468 (uri (git-reference
7469 (url "https://gitlab.com/Harleqin/arrows.git")
7470 (commit commit)))
7471 (file-name (git-file-name name version))
7472 (sha256
7473 (base32
7474 "042k9vkssrqx9nhp14wdzm942zgdxvp35mba0p2syz98i75im2yy"))))
7475 (build-system asdf-build-system/sbcl)
7476 (native-inputs
7477 `(("hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
7478 (synopsis "Clojure-like arrow macros for Common Lisp")
7479 (description
7480 "This library implements the @code{->} and @code{->>} macros from
7481 Clojure, as well as several expansions on the idea.")
7482 (home-page "https://gitlab.com/Harleqin/arrows")
7483 (license license:public-domain))))
7484
7485 (define-public cl-arrows
7486 (sbcl-package->cl-source-package sbcl-arrows))
7487
7488 (define-public ecl-arrows
7489 (sbcl-package->ecl-package sbcl-arrows))
7490
7491 (define-public sbcl-simple-parallel-tasks
7492 (let ((commit "ce7b60f788d8f68dfb69b24aac54c0e3b63379a6")
7493 (revision "1"))
7494 (package
7495 (name "sbcl-simple-parallel-tasks")
7496 (version (git-version "1.0" revision commit))
7497 (source
7498 (origin
7499 (method git-fetch)
7500 (uri (git-reference
7501 (url "https://github.com/glv2/simple-parallel-tasks")
7502 (commit commit)))
7503 (file-name (git-file-name name version))
7504 (sha256
7505 (base32 "0gvbpyff4siifp3cp86cpr9ksmakn66fx21f3h0hpn647zl07nj7"))))
7506 (build-system asdf-build-system/sbcl)
7507 (native-inputs
7508 `(("fiveam" ,sbcl-fiveam)))
7509 (inputs
7510 `(("chanl" ,sbcl-chanl)))
7511 (synopsis "Common Lisp library to evaluate some forms in parallel")
7512 (description "This is a simple Common Lisp library to evaluate some
7513 forms in parallel.")
7514 (home-page "https://github.com/glv2/simple-parallel-tasks")
7515 (license license:gpl3))))
7516
7517 (define-public cl-simple-parallel-tasks
7518 (sbcl-package->cl-source-package sbcl-simple-parallel-tasks))
7519
7520 (define-public ecl-simple-parallel-tasks
7521 (sbcl-package->ecl-package sbcl-simple-parallel-tasks))
7522
7523 (define-public sbcl-cl-heap
7524 (package
7525 (name "sbcl-cl-heap")
7526 (version "0.1.6")
7527 (source
7528 (origin
7529 (method url-fetch)
7530 (uri (string-append "https://common-lisp.net/project/cl-heap/releases/"
7531 "cl-heap_" version ".tar.gz"))
7532 (sha256
7533 (base32
7534 "163hb07p2nxz126rpq3cj5dyala24n0by5i5786n2qcr1w0bak4i"))))
7535 (build-system asdf-build-system/sbcl)
7536 (native-inputs
7537 `(("xlunit" ,sbcl-xlunit)))
7538 (arguments
7539 `(#:test-asd-file "cl-heap-tests.asd"))
7540 (synopsis "Heap and priority queue data structures for Common Lisp")
7541 (description
7542 "CL-HEAP provides various implementations of heap data structures (a
7543 binary heap and a Fibonacci heap) as well as an efficient priority queue.")
7544 (home-page "https://common-lisp.net/project/cl-heap/")
7545 (license license:gpl3+)))
7546
7547 (define-public cl-heap
7548 (sbcl-package->cl-source-package sbcl-cl-heap))
7549
7550 (define-public ecl-cl-heap
7551 (sbcl-package->ecl-package sbcl-cl-heap))
7552
7553 (define-public sbcl-curry-compose-reader-macros
7554 (let ((commit "beaa92dedf392726c042184bfd6149fa8d9e6ac2")
7555 (revision "0"))
7556 (package
7557 (name "sbcl-curry-compose-reader-macros")
7558 (version (git-version "1.0.0" revision commit))
7559 (source
7560 (origin
7561 (method git-fetch)
7562 (uri
7563 (git-reference
7564 (url "https://github.com/eschulte/curry-compose-reader-macros")
7565 (commit commit)))
7566 (file-name (git-file-name name version))
7567 (sha256
7568 (base32
7569 "0rv9bl8xrad5wfcg5zs1dazvnpmvqz6297lbn8bywsrcfnlf7h98"))))
7570 (build-system asdf-build-system/sbcl)
7571 (inputs
7572 `(("alexandria" ,sbcl-alexandria)
7573 ("named-readtables" ,sbcl-named-readtables)))
7574 (synopsis "Reader macros for partial application and composition")
7575 (description
7576 "This Common Lisp library provides reader macros for concise expression
7577 of function partial application and composition.")
7578 (home-page "https://eschulte.github.io/curry-compose-reader-macros/")
7579 (license license:public-domain))))
7580
7581 (define-public cl-curry-compose-reader-macros
7582 (sbcl-package->cl-source-package sbcl-curry-compose-reader-macros))
7583
7584 (define-public ecl-curry-compose-reader-macros
7585 (sbcl-package->ecl-package sbcl-curry-compose-reader-macros))
7586
7587 (define-public sbcl-yason
7588 (package
7589 (name "sbcl-yason")
7590 (version "0.7.7")
7591 (source
7592 (origin
7593 (method git-fetch)
7594 (uri (git-reference
7595 (url "https://github.com/phmarek/yason")
7596 (commit (string-append "v" version))))
7597 (file-name (git-file-name name version))
7598 (sha256
7599 (base32
7600 "0479rbjgbj80jpk5bby18inlv1kfp771a82rlcq5psrz65qqa9bj"))))
7601 (build-system asdf-build-system/sbcl)
7602 (inputs
7603 `(("alexandria" ,sbcl-alexandria)
7604 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
7605 (synopsis "Common Lisp JSON parser/encoder")
7606 (description
7607 "YASON is a Common Lisp library for encoding and decoding data in the
7608 JSON interchange format.")
7609 (home-page "https://github.com/phmarek/yason")
7610 (license license:bsd-3)))
7611
7612 (define-public cl-yason
7613 (sbcl-package->cl-source-package sbcl-yason))
7614
7615 (define-public ecl-yason
7616 (sbcl-package->ecl-package sbcl-yason))
7617
7618 (define-public sbcl-stefil
7619 (let ((commit "0398548ec95dceb50fc2c2c03e5fb0ce49b86c7a")
7620 (revision "0"))
7621 (package
7622 (name "sbcl-stefil")
7623 (version (git-version "0.1" revision commit))
7624 (source
7625 (origin
7626 (method git-fetch)
7627 (uri (git-reference
7628 (url "https://gitlab.common-lisp.net/stefil/stefil.git")
7629 (commit commit)))
7630 (file-name (git-file-name name version))
7631 (sha256
7632 (base32
7633 "0bqz64q2szzhf91zyqyssmvrz7da6442rs01808pf3wrdq28bclh"))))
7634 (build-system asdf-build-system/sbcl)
7635 (inputs
7636 `(("alexandria" ,sbcl-alexandria)
7637 ("iterate" ,sbcl-iterate)
7638 ("metabang-bind" ,sbcl-metabang-bind)
7639 ("swank" ,sbcl-slime-swank)))
7640 (arguments
7641 '(#:phases
7642 (modify-phases %standard-phases
7643 (add-after 'unpack 'drop-unnecessary-dependency
7644 (lambda _
7645 (substitute* "package.lisp"
7646 ((":stefil-system") ""))
7647 #t)))))
7648 (home-page "https://common-lisp.net/project/stefil/index-old.shtml")
7649 (synopsis "Simple test framework")
7650 (description
7651 "Stefil is a simple test framework for Common Lisp, with a focus on
7652 interactive development.")
7653 (license license:public-domain))))
7654
7655 (define-public cl-stefil
7656 (sbcl-package->cl-source-package sbcl-stefil))
7657
7658 (define-public ecl-stefil
7659 (sbcl-package->ecl-package sbcl-stefil))
7660
7661 (define-public sbcl-graph
7662 (let ((commit "78bf9ec930d8eae4f0861b5be76765fb1e45e24f")
7663 (revision "0"))
7664 (package
7665 (name "sbcl-graph")
7666 (version (git-version "0.0.0" revision commit))
7667 (source
7668 (origin
7669 (method git-fetch)
7670 (uri
7671 (git-reference
7672 (url "https://github.com/eschulte/graph")
7673 (commit commit)))
7674 (file-name (git-file-name name version))
7675 (sha256
7676 (base32
7677 "1qpij4xh8bqwc2myahpilcbh916v7vg0acz2fij14d3y0jm02h0g"))))
7678 (build-system asdf-build-system/sbcl)
7679 (native-inputs
7680 `(("stefil" ,sbcl-stefil)))
7681 (inputs
7682 `(("alexandria" ,sbcl-alexandria)
7683 ("cl-heap" ,sbcl-cl-heap)
7684 ("cl-ppcre" ,sbcl-cl-ppcre)
7685 ("curry-compose-reader-macros" ,sbcl-curry-compose-reader-macros)
7686 ("metabang-bind" ,sbcl-metabang-bind)
7687 ("named-readtables" ,sbcl-named-readtables)
7688 ("yason" ,sbcl-yason)))
7689 (arguments
7690 '(#:asd-systems '("graph"
7691 "graph/dot"
7692 "graph/json")))
7693 (synopsis "Graph data structure and algorithms for Common Lisp")
7694 (description
7695 "The GRAPH Common Lisp library provides a data structures to represent
7696 graphs, as well as some graph manipulation and analysis algorithms (shortest
7697 path, maximum flow, minimum spanning tree, etc.).")
7698 (home-page "https://eschulte.github.io/graph/")
7699 (license license:gpl3+))))
7700
7701 (define-public cl-graph
7702 (sbcl-package->cl-source-package sbcl-graph))
7703
7704 (define-public ecl-graph
7705 (sbcl-package->ecl-package sbcl-graph))
7706
7707 (define-public sbcl-trivial-indent
7708 (let ((commit "2d016941751647c6cc5bd471751c2cf68861c94a")
7709 (revision "0"))
7710 (package
7711 (name "sbcl-trivial-indent")
7712 (version (git-version "1.0.0" revision commit))
7713 (source
7714 (origin
7715 (method git-fetch)
7716 (uri
7717 (git-reference
7718 (url "https://github.com/Shinmera/trivial-indent")
7719 (commit commit)))
7720 (file-name (git-file-name name version))
7721 (sha256
7722 (base32
7723 "1sj90nqz17w4jq0ixz00gb9g5g6d2s7l8r17zdby27gxxh51w266"))))
7724 (build-system asdf-build-system/sbcl)
7725 (synopsis "Simple Common Lisp library to allow indentation hints for SWANK")
7726 (description
7727 "This library allows you to define custom indentation hints for your
7728 macros if the one recognised by SLIME automatically produces unwanted
7729 results.")
7730 (home-page "https://shinmera.github.io/trivial-indent/")
7731 (license license:zlib))))
7732
7733 (define-public cl-trivial-indent
7734 (sbcl-package->cl-source-package sbcl-trivial-indent))
7735
7736 (define-public ecl-trivial-indent
7737 (sbcl-package->ecl-package sbcl-trivial-indent))
7738
7739 (define-public sbcl-documentation-utils
7740 (let ((commit "98630dd5f7e36ae057fa09da3523f42ccb5d1f55")
7741 (revision "0"))
7742 (package
7743 (name "sbcl-documentation-utils")
7744 (version (git-version "1.2.0" revision commit))
7745 (source
7746 (origin
7747 (method git-fetch)
7748 (uri
7749 (git-reference
7750 (url "https://github.com/Shinmera/documentation-utils")
7751 (commit commit)))
7752 (file-name (git-file-name name version))
7753 (sha256
7754 (base32
7755 "098qhkqskmmrh4wix34mawf7p5c87yql28r51r75yjxj577k5idq"))))
7756 (build-system asdf-build-system/sbcl)
7757 (inputs
7758 `(("trivial-indent" ,sbcl-trivial-indent)))
7759 (synopsis "Few simple tools to document Common Lisp libraries")
7760 (description
7761 "This is a small library to help you with managing the Common Lisp
7762 docstrings for your library.")
7763 (home-page "https://shinmera.github.io/documentation-utils/")
7764 (license license:zlib))))
7765
7766 (define-public cl-documentation-utils
7767 (sbcl-package->cl-source-package sbcl-documentation-utils))
7768
7769 (define-public ecl-documentation-utils
7770 (sbcl-package->ecl-package sbcl-documentation-utils))
7771
7772 (define-public sbcl-documentation-utils-extensions
7773 (let ((commit "f67f8a05d583174662a594b79356b201c1d9d750"))
7774 (package
7775 (name "sbcl-documentation-utils-extensions")
7776 (version (git-version "0.0.0" "1" commit))
7777 (source
7778 (origin
7779 (method git-fetch)
7780 (uri
7781 (git-reference
7782 (url "https://github.com/sirherrbatka/documentation-utils-extensions/")
7783 (commit commit)))
7784 (file-name (git-file-name name version))
7785 (sha256
7786 (base32
7787 "0pn45c9rbxlnhn5nvhqz6kyv0nlirwxpg4j27niwdq80yxzsn51f"))))
7788 (build-system asdf-build-system/sbcl)
7789 (inputs
7790 `(("documentation-utils" ,sbcl-documentation-utils)))
7791 (home-page "https://github.com/sirherrbatka/documentation-utils-extensions")
7792 (synopsis "Set of extensions for documentation-utils")
7793 (description
7794 "Use @code{rich-formatter} to format documentation with sections @code{:syntax},
7795 @code{:arguments}, @code{:examples}, @code{:description}, @code{:returns},
7796 @code{:side-effects}, @code{:thread-safety}, @code{:affected-by},
7797 @code{:see-also} and @code{:notes}. Gather unformatted input by using
7798 @code{rich-aggregating-formatter} and @code{*DOCUMENTATION*} variable. Find
7799 gathered documentation with find-documentation function. Execute code stored
7800 in documentation with @code{execute-documentation}. See the examples in the
7801 @code{src/documentation.lisp} file. See the @code{documentation-utils} system
7802 for more information.")
7803 (license license:expat))))
7804
7805 (define-public cl-documentation-utils-extensions
7806 (sbcl-package->cl-source-package sbcl-documentation-utils-extensions))
7807
7808 (define-public ecl-documentation-utils-extensions
7809 (sbcl-package->ecl-package sbcl-documentation-utils-extensions))
7810
7811 (define-public sbcl-form-fiddle
7812 (let ((commit "e0c23599dbb8cff3e83e012f3d86d0764188ad18")
7813 (revision "0"))
7814 (package
7815 (name "sbcl-form-fiddle")
7816 (version (git-version "1.1.0" revision commit))
7817 (source
7818 (origin
7819 (method git-fetch)
7820 (uri
7821 (git-reference
7822 (url "https://github.com/Shinmera/form-fiddle")
7823 (commit commit)))
7824 (file-name (git-file-name name version))
7825 (sha256
7826 (base32
7827 "041iznc9mpfyrl0sv5893ys9pbb2pvbn9g3clarqi7gsfj483jln"))))
7828 (build-system asdf-build-system/sbcl)
7829 (inputs
7830 `(("documentation-utils" ,sbcl-documentation-utils)))
7831 (synopsis "Utilities to destructure Common Lisp lambda forms")
7832 (description
7833 "Often times we need to destructure a form definition in a Common Lisp
7834 macro. This library provides a set of simple utilities to help with that.")
7835 (home-page "https://shinmera.github.io/form-fiddle/")
7836 (license license:zlib))))
7837
7838 (define-public cl-form-fiddle
7839 (sbcl-package->cl-source-package sbcl-form-fiddle))
7840
7841 (define-public ecl-form-fiddle
7842 (sbcl-package->ecl-package sbcl-form-fiddle))
7843
7844 (define-public sbcl-parachute
7845 (let ((commit "ca04dd8e43010a6dfffa26dbe1d62af86008d666")
7846 (revision "0"))
7847 (package
7848 (name "sbcl-parachute")
7849 (version (git-version "1.1.1" revision commit))
7850 (source
7851 (origin
7852 (method git-fetch)
7853 (uri
7854 (git-reference
7855 (url "https://github.com/Shinmera/parachute")
7856 (commit commit)))
7857 (file-name (git-file-name name version))
7858 (sha256
7859 (base32
7860 "1mvsm3r0r6a2bg75nw0q7n9vlby3ch45qjl7hnb5k1z2n5x5lh60"))))
7861 (build-system asdf-build-system/sbcl)
7862 (inputs
7863 `(("documentation-utils" ,sbcl-documentation-utils)
7864 ("form-fiddle" ,sbcl-form-fiddle)))
7865 (synopsis "Extensible and cross-compatible testing framework for Common Lisp")
7866 (description
7867 "Parachute is a simple-to-use and extensible testing framework.
7868 In Parachute, things are organised as a bunch of named tests within a package.
7869 Each test can contain a bunch of test forms that make up its body.")
7870 (home-page "https://shinmera.github.io/parachute/")
7871 (license license:zlib))))
7872
7873 (define-public cl-parachute
7874 (sbcl-package->cl-source-package sbcl-parachute))
7875
7876 (define-public ecl-parachute
7877 (sbcl-package->ecl-package sbcl-parachute))
7878
7879 (define-public sbcl-array-utils
7880 (let ((commit "f90eb9070d0b2205af51126a35033574725e5c56")
7881 (revision "0"))
7882 (package
7883 (name "sbcl-array-utils")
7884 (version (git-version "1.1.1" revision commit))
7885 (source
7886 (origin
7887 (method git-fetch)
7888 (uri
7889 (git-reference
7890 (url "https://github.com/Shinmera/array-utils")
7891 (commit commit)))
7892 (file-name (git-file-name name version))
7893 (sha256
7894 (base32
7895 "0zhwfbpr53vs1ii4sx75dz2k9yhh1xpwdqqpg8nmfndxkmhpbi3x"))))
7896 (build-system asdf-build-system/sbcl)
7897 (native-inputs
7898 `(("parachute" ,sbcl-parachute)))
7899 (inputs
7900 `(("documentation-utils" ,sbcl-documentation-utils)))
7901 (synopsis "Tiny collection of array and vector utilities for Common Lisp")
7902 (description
7903 "A miniature toolkit that contains some useful shifting/popping/pushing
7904 functions for arrays and vectors. Originally from Plump.")
7905 (home-page "https://shinmera.github.io/array-utils/")
7906 (license license:zlib))))
7907
7908 (define-public cl-array-utils
7909 (sbcl-package->cl-source-package sbcl-array-utils))
7910
7911 (define-public ecl-array-utils
7912 (sbcl-package->ecl-package sbcl-array-utils))
7913
7914 (define-public sbcl-plump
7915 (let ((commit "34f890fe46efdebe7bb70d218f1937e98f632bf9")
7916 (revision "1"))
7917 (package
7918 (name "sbcl-plump")
7919 (version (git-version "2.0.0" revision commit))
7920 (source
7921 (origin
7922 (method git-fetch)
7923 (uri
7924 (git-reference
7925 (url "https://github.com/Shinmera/plump")
7926 (commit commit)))
7927 (file-name (git-file-name name version))
7928 (sha256
7929 (base32
7930 "0a0x8wn6vv1ylxcwck12k18gy0a366kdm6ddxxk7yynl4mwnqgkh"))))
7931 (build-system asdf-build-system/sbcl)
7932 (inputs
7933 `(("array-utils" ,sbcl-array-utils)
7934 ("documentation-utils" ,sbcl-documentation-utils)))
7935 (synopsis "Lenient XML / XHTML / HTML parser for Common Lisp")
7936 (description
7937 "Plump is a parser for HTML/XML-like documents, focusing on being
7938 lenient towards invalid markup. It can handle things like invalid attributes,
7939 bad closing tag order, unencoded entities, inexistent tag types, self-closing
7940 tags and so on. It parses documents to a class representation and offers a
7941 small set of DOM functions to manipulate it. It can be extended to parse to
7942 your own classes.")
7943 (home-page "https://shinmera.github.io/plump/")
7944 (license license:zlib))))
7945
7946 (define-public cl-plump
7947 (sbcl-package->cl-source-package sbcl-plump))
7948
7949 (define-public ecl-plump
7950 (sbcl-package->ecl-package sbcl-plump))
7951
7952 ;;; Split the antik package in two to work around the circular dependency
7953 ;;; between antik/antik and antik/gsll.
7954 (define-public sbcl-antik-base
7955 (let ((commit "e4711a69b3d6bf37b5727af05c3cfd03e8428ba3")
7956 (revision "1"))
7957 (package
7958 (name "sbcl-antik-base")
7959 (version (git-version "0.0.0" revision commit))
7960 (source
7961 (origin
7962 (method git-fetch)
7963 (uri (git-reference
7964 (url "https://gitlab.common-lisp.net/antik/antik.git")
7965 (commit commit)))
7966 (file-name (git-file-name name version))
7967 (sha256
7968 (base32
7969 "047ga2c38par2xbgg4qx6hwv06qhf1c1f67as8xvir6s80lip1km"))))
7970 (build-system asdf-build-system/sbcl)
7971 (inputs
7972 `(("alexandria" ,sbcl-alexandria)
7973 ("cffi" ,sbcl-cffi)
7974 ("cl-ppcre" ,sbcl-cl-ppcre)
7975 ("drakma" ,sbcl-drakma)
7976 ("fare-utils" ,sbcl-fare-utils)
7977 ("iterate" ,sbcl-iterate)
7978 ("metabang-bind" ,sbcl-metabang-bind)
7979 ("named-readtables" ,sbcl-named-readtables)
7980 ("split-sequence" ,sbcl-split-sequence)
7981 ("static-vectors" ,sbcl-static-vectors)
7982 ("trivial-garbage" ,sbcl-trivial-garbage)
7983 ("trivial-utf-8" ,sbcl-trivial-utf-8)))
7984 (native-inputs
7985 `(("lisp-unit" ,sbcl-lisp-unit)))
7986 (arguments
7987 '(#:asd-systems '("antik-base"
7988 "foreign-array")
7989 #:phases
7990 (modify-phases %standard-phases
7991 (add-after 'unpack 'fix-build
7992 (lambda _
7993 (for-each delete-file
7994 '("antik.asd"
7995 "physical-dimension.asd"
7996 "science-data.asd"))
7997 #t)))))
7998 (synopsis "Scientific and engineering computation in Common Lisp")
7999 (description
8000 "Antik provides a foundation for scientific and engineering
8001 computation in Common Lisp. It is designed not only to facilitate
8002 numerical computations, but to permit the use of numerical computation
8003 libraries and the interchange of data and procedures, whether
8004 foreign (non-Lisp) or Lisp libraries. It is named after the
8005 Antikythera mechanism, one of the oldest examples of a scientific
8006 computer known.")
8007 (home-page "https://common-lisp.net/project/antik/")
8008 (license license:gpl3))))
8009
8010 (define-public cl-antik-base
8011 (sbcl-package->cl-source-package sbcl-antik-base))
8012
8013 (define-public ecl-antik-base
8014 (let ((pkg (sbcl-package->ecl-package sbcl-antik-base)))
8015 (package
8016 (inherit pkg)
8017 (arguments
8018 (substitute-keyword-arguments (package-arguments pkg)
8019 ((#:phases phases)
8020 `(modify-phases ,phases
8021 (add-after 'unpack 'fix-readtable
8022 (lambda _
8023 (substitute* "input-output/readtable.lisp"
8024 (("#-ccl")
8025 "#-(or ccl ecl)"))
8026 #t)))))))))
8027
8028 (define-public sbcl-gsll
8029 (let ((commit "1a8ada22f9cf5ed7372d352b2317f4ccdb6ab308")
8030 (revision "1"))
8031 (package
8032 (name "sbcl-gsll")
8033 (version (git-version "0.0.0" revision commit))
8034 (source
8035 (origin
8036 (method git-fetch)
8037 (uri (git-reference
8038 (url "https://gitlab.common-lisp.net/antik/gsll.git")
8039 (commit commit)))
8040 (file-name (git-file-name name version))
8041 (sha256
8042 (base32
8043 "0z5nypfk26hxihb08p085644afawicrgb4xvadh3lmrn46qbjfn4"))))
8044 (build-system asdf-build-system/sbcl)
8045 (native-inputs
8046 `(("lisp-unit" ,sbcl-lisp-unit)))
8047 (inputs
8048 `(("alexandria" ,sbcl-alexandria)
8049 ("antik-base" ,sbcl-antik-base)
8050 ("cffi" ,sbcl-cffi)
8051 ("gsl" ,gsl)
8052 ("metabang-bind" ,sbcl-metabang-bind)
8053 ("trivial-features" ,sbcl-trivial-features)
8054 ("trivial-garbage" ,sbcl-trivial-garbage)))
8055 (arguments
8056 `(#:tests? #f
8057 #:phases
8058 (modify-phases %standard-phases
8059 (add-after 'unpack 'fix-cffi-paths
8060 (lambda* (#:key inputs #:allow-other-keys)
8061 (substitute* "gsll.asd"
8062 ((":depends-on \\(#:foreign-array")
8063 ":depends-on (#:foreign-array #:cffi-libffi"))
8064 (substitute* "init/init.lisp"
8065 (("libgslcblas.so" all)
8066 (string-append
8067 (assoc-ref inputs "gsl") "/lib/" all)))
8068 (substitute* "init/init.lisp"
8069 (("libgsl.so" all)
8070 (string-append
8071 (assoc-ref inputs "gsl") "/lib/" all))))))))
8072 (synopsis "GNU Scientific Library for Lisp")
8073 (description
8074 "The GNU Scientific Library for Lisp (GSLL) allows the use of the
8075 GNU Scientific Library (GSL) from Common Lisp. This library provides a
8076 full range of common mathematical operations useful to scientific and
8077 engineering applications. The design of the GSLL interface is such
8078 that access to most of the GSL library is possible in a Lisp-natural
8079 way; the intent is that the user not be hampered by the restrictions
8080 of the C language in which GSL has been written. GSLL thus provides
8081 interactive use of GSL for getting quick answers, even for someone not
8082 intending to program in Lisp.")
8083 (home-page "https://common-lisp.net/project/gsll/")
8084 (license license:gpl3))))
8085
8086 (define-public cl-gsll
8087 (sbcl-package->cl-source-package sbcl-gsll))
8088
8089 (define-public ecl-gsll
8090 (sbcl-package->ecl-package sbcl-gsll))
8091
8092 (define-public sbcl-antik
8093 (package
8094 (inherit sbcl-antik-base)
8095 (name "sbcl-antik")
8096 (inputs
8097 `(("antik-base" ,sbcl-antik-base)
8098 ("gsll" ,sbcl-gsll)))
8099 (arguments
8100 '(#:asd-systems '("antik"
8101 "science-data")
8102 #:phases
8103 (modify-phases %standard-phases
8104 (add-after 'unpack 'fix-build
8105 (lambda _
8106 (for-each delete-file
8107 '("antik-base.asd"
8108 "foreign-array.asd"))
8109 #t)))))))
8110
8111 (define-public cl-antik
8112 (sbcl-package->cl-source-package sbcl-antik))
8113
8114 (define-public sbcl-cl-interpol
8115 (let ((commit "70a1137f41dd8889004dbab9536b1adeac2497aa")
8116 (revision "1"))
8117 (package
8118 (name "sbcl-cl-interpol")
8119 (version (git-version "0.2.7" revision commit))
8120 (source
8121 (origin
8122 (method git-fetch)
8123 (uri (git-reference
8124 (url "https://github.com/edicl/cl-interpol")
8125 (commit commit)))
8126 (file-name (git-file-name "cl-interpol" version))
8127 (sha256
8128 (base32
8129 "1kr00zf62m7la7rxa2m5w49r9cyzamc106hvjcc8ffmi7a4jw490"))))
8130 (build-system asdf-build-system/sbcl)
8131 (inputs
8132 `(("cl-unicode" ,sbcl-cl-unicode)
8133 ("named-readtables" ,sbcl-named-readtables)))
8134 (native-inputs
8135 `(("flexi-streams" ,sbcl-flexi-streams)))
8136 (synopsis "String interpolation for Common Lisp")
8137 (description
8138 "CL-INTERPOL is a library for Common Lisp which modifies the
8139 reader so that you can have interpolation within strings similar to
8140 Perl or Unix Shell scripts. It also provides various ways to insert
8141 arbitrary characters into literal strings even if your editor/IDE
8142 doesn't support them.")
8143 (home-page "https://edicl.github.io/cl-interpol/")
8144 (license license:bsd-3))))
8145
8146 (define-public cl-interpol
8147 (sbcl-package->cl-source-package sbcl-cl-interpol))
8148
8149 (define-public ecl-cl-interpol
8150 (sbcl-package->ecl-package sbcl-cl-interpol))
8151
8152 (define-public sbcl-symbol-munger
8153 (let ((commit "97598d4c3c53fd5da72ab78908fbd5d8c7a13416")
8154 (revision "1"))
8155 (package
8156 (name "sbcl-symbol-munger")
8157 (version (git-version "0.0.1" revision commit))
8158 (source
8159 (origin
8160 (method git-fetch)
8161 (uri (git-reference
8162 (url "https://github.com/AccelerationNet/symbol-munger")
8163 (commit commit)))
8164 (file-name (git-file-name name version))
8165 (sha256
8166 (base32
8167 "0y8jywjy0ldyhp7bxf16fdvdd2qgqnd7nlhlqfpfnzxcqk4xy1km"))))
8168 (build-system asdf-build-system/sbcl)
8169 (inputs
8170 `(("alexandria" ,sbcl-alexandria)
8171 ("iterate" ,sbcl-iterate)))
8172 (arguments
8173 ;; There is a cyclical dependency between symbol-munger and lisp-unit2.
8174 ;; See https://github.com/AccelerationNet/symbol-munger/issues/4
8175 '(#:tests? #f))
8176 (synopsis
8177 "Capitalization and spacing conversion functions for Common Lisp")
8178 (description
8179 "This is a Common Lisp library to change the capitalization and spacing
8180 of a string or a symbol. It can convert to and from Lisp, english, underscore
8181 and camel-case rules.")
8182 (home-page "https://github.com/AccelerationNet/symbol-munger")
8183 ;; The package declares a BSD license, but all of the license
8184 ;; text is MIT.
8185 ;; See https://github.com/AccelerationNet/symbol-munger/issues/5
8186 (license license:expat))))
8187
8188 (define-public cl-symbol-munger
8189 (sbcl-package->cl-source-package sbcl-symbol-munger))
8190
8191 (define-public ecl-symbol-munger
8192 (sbcl-package->ecl-package sbcl-symbol-munger))
8193
8194 (define-public sbcl-lisp-unit2
8195 ;; There is a cyclical dependency between symbol-munger and lisp-unit2.
8196 ;; See https://github.com/AccelerationNet/symbol-munger/issues/4
8197 (let ((commit "fb9721524d1e4e73abb223ee036d74ce14a5505c")
8198 (revision "1"))
8199 (package
8200 (name "sbcl-lisp-unit2")
8201 (version (git-version "0.2.0" revision commit))
8202 (source
8203 (origin
8204 (method git-fetch)
8205 (uri (git-reference
8206 (url "https://github.com/AccelerationNet/lisp-unit2")
8207 (commit commit)))
8208 (file-name (git-file-name name version))
8209 (sha256
8210 (base32
8211 "1rsqy8y0jqll6xn9a593848f5wvd5ribv4csry1ly0hmdhfnqzlp"))))
8212 (build-system asdf-build-system/sbcl)
8213 (inputs
8214 `(("alexandria" ,sbcl-alexandria)
8215 ("cl-interpol" ,sbcl-cl-interpol)
8216 ("iterate" ,sbcl-iterate)
8217 ("symbol-munger" ,sbcl-symbol-munger)))
8218 (synopsis "Test Framework for Common Lisp")
8219 (description
8220 "LISP-UNIT2 is a Common Lisp library that supports unit testing in the
8221 style of JUnit for Java. It is a new version of the lisp-unit library written
8222 by Chris Riesbeck.")
8223 (home-page "https://github.com/AccelerationNet/lisp-unit2")
8224 (license license:expat))))
8225
8226 (define-public cl-lisp-unit2
8227 (sbcl-package->cl-source-package sbcl-lisp-unit2))
8228
8229 (define-public ecl-lisp-unit2
8230 (sbcl-package->ecl-package sbcl-lisp-unit2))
8231
8232 (define-public sbcl-cl-csv
8233 (let ((commit "68ecb5d816545677513d7f6308d9e5e8d2265651")
8234 (revision "2"))
8235 (package
8236 (name "sbcl-cl-csv")
8237 (version (git-version "1.0.6" revision commit))
8238 (source
8239 (origin
8240 (method git-fetch)
8241 (uri (git-reference
8242 (url "https://github.com/AccelerationNet/cl-csv")
8243 (commit commit)))
8244 (file-name (git-file-name name version))
8245 (sha256
8246 (base32
8247 "0gcmlbwx5m3kwgk12qi80w08ak8fgdnvyia429fz6gnxmhg0k54x"))))
8248 (build-system asdf-build-system/sbcl)
8249 (arguments
8250 ;; See: https://github.com/AccelerationNet/cl-csv/pull/34
8251 `(#:tests? #f))
8252 (inputs
8253 `(("alexandria" ,sbcl-alexandria)
8254 ("cl-interpol" ,sbcl-cl-interpol)
8255 ("iterate" ,sbcl-iterate)))
8256 (native-inputs
8257 `(("lisp-unit2" ,sbcl-lisp-unit2)))
8258 (synopsis "Common lisp library for comma-separated values")
8259 (description
8260 "This is a Common Lisp library providing functions to read/write CSV
8261 from/to strings, streams and files.")
8262 (home-page "https://github.com/AccelerationNet/cl-csv")
8263 (license license:bsd-3))))
8264
8265 (define-public cl-csv
8266 (sbcl-package->cl-source-package sbcl-cl-csv))
8267
8268 (define-public ecl-cl-csv
8269 (sbcl-package->ecl-package sbcl-cl-csv))
8270
8271 (define-public sbcl-external-program
8272 (let ((commit "5888b8f1fd3953feeeacecbba4384ddda584a749")
8273 (revision "1"))
8274 (package
8275 (name "sbcl-external-program")
8276 (version (git-version "0.0.6" revision commit))
8277 (source
8278 (origin
8279 (method git-fetch)
8280 (uri (git-reference
8281 (url "https://github.com/sellout/external-program")
8282 (commit commit)))
8283 (file-name (git-file-name name version))
8284 (sha256
8285 (base32
8286 "0vww1x3yilb3bjwg6k184vaj4vxyxw4vralhnlm6lk4xac67kc9z"))))
8287 (build-system asdf-build-system/sbcl)
8288 (inputs
8289 `(("trivial-features" ,sbcl-trivial-features)))
8290 (native-inputs
8291 `(("fiveam" ,sbcl-fiveam)))
8292 (synopsis "Common Lisp library for running external programs")
8293 (description
8294 "EXTERNAL-PROGRAM enables running programs outside the Lisp
8295 process. It is an attempt to make the RUN-PROGRAM functionality in
8296 implementations like SBCL and CCL as portable as possible without
8297 sacrificing much in the way of power.")
8298 (home-page "https://github.com/sellout/external-program")
8299 (license license:llgpl))))
8300
8301 (define-public cl-external-program
8302 (sbcl-package->cl-source-package sbcl-external-program))
8303
8304 (define-public ecl-external-program
8305 (sbcl-package->ecl-package sbcl-external-program))
8306
8307 (define-public sbcl-cl-ana
8308 (let ((commit "fa7cee4c50aa1c859652813049ba0da7c18a0df9")
8309 (revision "1"))
8310 (package
8311 (name "sbcl-cl-ana")
8312 (version (git-version "0.0.0" revision commit))
8313 (source
8314 (origin
8315 (method git-fetch)
8316 (uri (git-reference
8317 (url "https://github.com/ghollisjr/cl-ana")
8318 (commit commit)))
8319 (file-name (git-file-name name version))
8320 (sha256
8321 (base32 "0mr47l57m276dbpap7irr4fcnk5fgknhf6mgv4043s8h73amk5qh"))))
8322 (build-system asdf-build-system/sbcl)
8323 (native-inputs
8324 `(("cl-fad" ,sbcl-cl-fad)))
8325 (inputs
8326 `(("alexandria" ,sbcl-alexandria)
8327 ("antik" ,sbcl-antik)
8328 ("cffi" ,sbcl-cffi)
8329 ("cl-csv" ,sbcl-cl-csv)
8330 ("closer-mop" ,sbcl-closer-mop)
8331 ("external-program" ,sbcl-external-program)
8332 ("gsl" ,gsl)
8333 ("gsll" ,sbcl-gsll)
8334 ("hdf5" ,hdf5-parallel-openmpi)
8335 ("iterate" ,sbcl-iterate)
8336 ("libffi" ,libffi)
8337 ("split-sequence" ,sbcl-split-sequence)))
8338 (arguments
8339 `(#:phases
8340 (modify-phases %standard-phases
8341 (add-after 'unpack 'fix-paths
8342 (lambda* (#:key inputs #:allow-other-keys)
8343 (substitute* "hdf-cffi/hdf-cffi.lisp"
8344 (("/usr/lib/i386-linux-gnu/hdf5/serial/libhdf5.so")
8345 (string-append (assoc-ref inputs "hdf5")
8346 "/lib/libhdf5.so")))
8347 (substitute* "gsl-cffi/gsl-cffi.lisp"
8348 (("define-foreign-library gsl-cffi" all)
8349 (string-append all " (:unix "
8350 (assoc-ref inputs "gsl")
8351 "/lib/libgsl.so)")))
8352 #t)))))
8353 (synopsis "Common Lisp data analysis library")
8354 (description
8355 "CL-ANA is a data analysis library in Common Lisp providing tabular and
8356 binned data analysis along with nonlinear least squares fitting and
8357 visualization.")
8358 (home-page "https://github.com/ghollisjr/cl-ana")
8359 (license license:gpl3))))
8360
8361 (define-public cl-ana
8362 (sbcl-package->cl-source-package sbcl-cl-ana))
8363
8364 (define-public sbcl-archive
8365 (let ((commit "631271c091ed02994bec3980cb288a2cf32c7cdc")
8366 (revision "1"))
8367 (package
8368 (name "sbcl-archive")
8369 (version (git-version "0.9" revision commit))
8370 (source (origin
8371 (method git-fetch)
8372 (uri (git-reference
8373 (url "https://github.com/sharplispers/archive")
8374 (commit commit)))
8375 (file-name (git-file-name name version))
8376 (sha256
8377 (base32
8378 "0pvsc9fmybx7rxd0kmzq4shi6hszdpwdc1sfy7jwyfxf8n3hnv4p"))))
8379 (build-system asdf-build-system/sbcl)
8380 (inputs
8381 `(("cl-fad" ,sbcl-cl-fad)
8382 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
8383 (synopsis "Common Lisp library for tar and cpio archives")
8384 (description
8385 "This is a Common Lisp library to read and write disk-based file
8386 archives such as those generated by the tar and cpio programs on Unix.")
8387 (home-page "https://github.com/sharplispers/archive")
8388 (license license:bsd-3))))
8389
8390 (define-public cl-archive
8391 (sbcl-package->cl-source-package sbcl-archive))
8392
8393 (define-public ecl-archive
8394 (sbcl-package->ecl-package sbcl-archive))
8395
8396 (define-public sbcl-misc-extensions
8397 (let ((commit "101c05112bf2f1e1bbf527396822d2f50ca6327a")
8398 (revision "1"))
8399 (package
8400 (name "sbcl-misc-extensions")
8401 (version (git-version "3.3" revision commit))
8402 (source
8403 (origin
8404 (method git-fetch)
8405 (uri (git-reference
8406 (url "https://gitlab.common-lisp.net/misc-extensions/devel.git")
8407 (commit commit)))
8408 (file-name (git-file-name name version))
8409 (sha256
8410 (base32
8411 "0gz5f4p70qzilnxsnf5lih2n9m4wjcw8hlw4w8mpn9jyhyppyyv0"))))
8412 (build-system asdf-build-system/sbcl)
8413 (synopsis "Collection of small macros and extensions for Common Lisp")
8414 (description
8415 "This project is intended as a catchall for small, general-purpose
8416 extensions to Common Lisp. It contains:
8417
8418 @itemize
8419 @item @code{new-let}, a macro that combines and generalizes @code{let},
8420 @code{let*} and @code{multiple-value-bind},
8421 @item @code{gmap}, an iteration macro that generalizes @code{map}.
8422 @end itemize\n")
8423 (home-page "https://common-lisp.net/project/misc-extensions/")
8424 (license license:public-domain))))
8425
8426 (define-public cl-misc-extensions
8427 (sbcl-package->cl-source-package sbcl-misc-extensions))
8428
8429 (define-public ecl-misc-extensions
8430 (sbcl-package->ecl-package sbcl-misc-extensions))
8431
8432 (define-public sbcl-mt19937
8433 (package
8434 (name "sbcl-mt19937")
8435 (version "1.1")
8436 (source
8437 (origin
8438 (method url-fetch)
8439 (uri (string-append "https://common-lisp.net/project/asdf-packaging/"
8440 "mt19937-latest.tar.gz"))
8441 (sha256
8442 (base32
8443 "1iw636b0iw5ygkv02y8i41lh7xj0acglv0hg5agryn0zzi2nf1xv"))))
8444 (build-system asdf-build-system/sbcl)
8445 (synopsis "Mersenne Twister pseudo-random number generator")
8446 (description
8447 "MT19937 is a portable Mersenne Twister pseudo-random number generator
8448 for Common Lisp.")
8449 (home-page "https://www.cliki.net/mt19937")
8450 (license license:public-domain)))
8451
8452 (define-public cl-mt19937
8453 (sbcl-package->cl-source-package sbcl-mt19937))
8454
8455 (define-public ecl-mt19937
8456 (sbcl-package->ecl-package sbcl-mt19937))
8457
8458 (define-public sbcl-fset
8459 (let ((commit "6d2f9ded8934d2b42f2571a0ba5bda091037d852")
8460 (revision "1"))
8461 (package
8462 (name "sbcl-fset")
8463 (version (git-version "1.3.2" revision commit))
8464 (source
8465 (origin
8466 (method git-fetch)
8467 (uri (git-reference
8468 (url "https://github.com/slburson/fset")
8469 (commit commit)))
8470 (file-name (git-file-name name version))
8471 (sha256
8472 (base32
8473 "127acblwrbqicx47h6sgvknz1cqyfn8p4xkhkn1m7hxh8w5gk1zy"))
8474 (snippet '(begin
8475 ;; Remove obsolete copy of system definition.
8476 (delete-file "Code/fset.asd")
8477 #t))))
8478 (build-system asdf-build-system/sbcl)
8479 (inputs
8480 `(("misc-extensions" ,sbcl-misc-extensions)
8481 ("mt19937" ,sbcl-mt19937)
8482 ("named-readtables" ,sbcl-named-readtables)))
8483 (synopsis "Functional set-theoretic collections library")
8484 (description
8485 "FSet is a functional set-theoretic collections library for Common Lisp.
8486 Functional means that all update operations return a new collection rather than
8487 modifying an existing one in place. Set-theoretic means that collections may
8488 be nested arbitrarily with no additional programmer effort; for instance, sets
8489 may contain sets, maps may be keyed by sets, etc.")
8490 (home-page "https://common-lisp.net/project/fset/Site/index.html")
8491 (license license:llgpl))))
8492
8493 (define-public cl-fset
8494 (sbcl-package->cl-source-package sbcl-fset))
8495
8496 (define-public ecl-fset
8497 (package
8498 (inherit (sbcl-package->ecl-package sbcl-fset))
8499 (arguments
8500 ;; Tests fails on ECL with "The function FSET::MAKE-CHAR is undefined".
8501 '(#:tests? #f))))
8502
8503 (define-public sbcl-cl-cont
8504 (let ((commit "fc1fa7e6eb64894fdca13e688e6015fad5290d2a")
8505 (revision "1"))
8506 (package
8507 (name "sbcl-cl-cont")
8508 (version (git-version "0.3.8" revision commit))
8509 (source
8510 (origin
8511 (method git-fetch)
8512 (uri (git-reference
8513 (url "https://gitlab.common-lisp.net/cl-cont/cl-cont.git")
8514 (commit commit)))
8515 (file-name (git-file-name name version))
8516 (sha256
8517 (base32
8518 "1zf8zvb0i6jm3hhfks4w74hibm6avgc6f9s1qwgjrn2bcik8lrvz"))))
8519 (build-system asdf-build-system/sbcl)
8520 (inputs
8521 `(("alexandria" ,sbcl-alexandria)
8522 ("closer-mop" ,sbcl-closer-mop)))
8523 (native-inputs
8524 `(("rt" ,sbcl-rt)))
8525 (synopsis "Delimited continuations for Common Lisp")
8526 (description
8527 "This is a library that implements delimited continuations by
8528 transforming Common Lisp code to continuation passing style.")
8529 (home-page "https://common-lisp.net/project/cl-cont/")
8530 (license license:llgpl))))
8531
8532 (define-public cl-cont
8533 (sbcl-package->cl-source-package sbcl-cl-cont))
8534
8535 (define-public ecl-cl-cont
8536 (sbcl-package->ecl-package sbcl-cl-cont))
8537
8538 (define-public sbcl-cl-coroutine
8539 (let ((commit "de098f8d5debd8b14ef6864b5bdcbbf5ddbcfd72")
8540 (revision "1"))
8541 (package
8542 (name "sbcl-cl-coroutine")
8543 (version (git-version "0.1" revision commit))
8544 (source
8545 (origin
8546 (method git-fetch)
8547 (uri (git-reference
8548 (url "https://github.com/takagi/cl-coroutine")
8549 (commit commit)))
8550 (file-name (git-file-name name version))
8551 (sha256
8552 (base32
8553 "1cqdhdjxffgfs116l1swjlsmcbly0xgcgrckvaajd566idj9yj4l"))))
8554 (build-system asdf-build-system/sbcl)
8555 (inputs
8556 `(("alexandria" ,sbcl-alexandria)
8557 ("cl-cont" ,sbcl-cl-cont)))
8558 (native-inputs
8559 `(("prove" ,sbcl-prove)))
8560 (arguments
8561 `(;; TODO: Fix the tests. They fail with:
8562 ;; "Component CL-COROUTINE-ASD::CL-COROUTINE-TEST not found"
8563 #:tests? #f
8564 #:phases
8565 (modify-phases %standard-phases
8566 (add-after 'unpack 'fix-tests
8567 (lambda _
8568 (substitute* "cl-coroutine-test.asd"
8569 (("cl-test-more")
8570 "prove"))
8571 #t)))))
8572 (synopsis "Coroutine library for Common Lisp")
8573 (description
8574 "This is a coroutine library for Common Lisp implemented using the
8575 continuations of the @code{cl-cont} library.")
8576 (home-page "https://github.com/takagi/cl-coroutine")
8577 (license license:llgpl))))
8578
8579 (define-public cl-coroutine
8580 (sbcl-package->cl-source-package sbcl-cl-coroutine))
8581
8582 (define-public ecl-cl-coroutine
8583 (sbcl-package->ecl-package sbcl-cl-coroutine))
8584
8585 (define-public sbcl-vas-string-metrics
8586 (let ((commit "f2e4500b180316123fbd549bd51c751ee2d6ba0f")
8587 (revision "1"))
8588 (package
8589 (name "sbcl-vas-string-metrics")
8590 (version (git-version "0.0.0" revision commit))
8591 (source
8592 (origin
8593 (method git-fetch)
8594 (uri (git-reference
8595 (url "https://github.com/vsedach/vas-string-metrics")
8596 (commit commit)))
8597 (file-name (git-file-name "vas-string-metrics" version))
8598 (sha256
8599 (base32 "11fcnd03ybzz37rkg3z0wsb727yqgcd9gn70sccfb34l89ia279k"))))
8600 (build-system asdf-build-system/sbcl)
8601 (arguments
8602 `(#:test-asd-file "test.vas-string-metrics.asd"))
8603 (home-page "https://github.com/vsedach/vas-string-metrics")
8604 (synopsis "String distance algorithms for Common Lisp")
8605 (description
8606 "VAS-STRING-METRICS provides the Jaro, Jaro-Winkler, Soerensen-Dice,
8607 Levenshtein, and normalized Levenshtein string distance/similarity metrics
8608 algorithms.")
8609 (license license:lgpl3+))))
8610
8611 (define-public ecl-vas-string-metrics
8612 (sbcl-package->ecl-package sbcl-vas-string-metrics))
8613
8614 (define-public cl-vas-string-metrics
8615 (sbcl-package->cl-source-package sbcl-vas-string-metrics))
8616
8617 (define-public sbcl-vom
8618 (let ((commit "1aeafeb5b74c53741b79497e0ef4acf85c92ff24")
8619 (revision "1"))
8620 (package
8621 (name "sbcl-vom")
8622 (version (git-version "0.1.4" revision commit))
8623 (source
8624 (origin
8625 (method git-fetch)
8626 (uri (git-reference
8627 (url "https://github.com/orthecreedence/vom")
8628 (commit commit)))
8629 (file-name (git-file-name name version))
8630 (sha256
8631 (base32
8632 "0536kppj76ax4lrxhv42npkfjsmx45km2g439vf9jmw3apinz9cy"))))
8633 (build-system asdf-build-system/sbcl)
8634 (synopsis "Tiny logging utility for Common Lisp")
8635 (description
8636 "Vom is a logging library for Common Lisp. It's goal is to be useful
8637 and small. It does not provide a lot of features as other loggers do, but
8638 has a small codebase that's easy to understand and use.")
8639 (home-page "https://github.com/orthecreedence/vom")
8640 (license license:expat))))
8641
8642 (define-public cl-vom
8643 (sbcl-package->cl-source-package sbcl-vom))
8644
8645 (define-public ecl-vom
8646 (sbcl-package->ecl-package sbcl-vom))
8647
8648 (define-public sbcl-cl-libuv
8649 (let ((commit "32100c023c518038d0670a103eaa4d50dd785d29")
8650 (revision "1"))
8651 (package
8652 (name "sbcl-cl-libuv")
8653 (version (git-version "0.1.6" revision commit))
8654 (source
8655 (origin
8656 (method git-fetch)
8657 (uri (git-reference
8658 (url "https://github.com/orthecreedence/cl-libuv")
8659 (commit commit)))
8660 (file-name (git-file-name name version))
8661 (sha256
8662 (base32
8663 "1kwix4si8a8hza34ab2k7whrh7z0yrmx39v2wc3qblv9m244jkh1"))))
8664 (build-system asdf-build-system/sbcl)
8665 (inputs
8666 `(("alexandria" ,sbcl-alexandria)
8667 ("cffi" ,sbcl-cffi)
8668 ("libuv" ,libuv)))
8669 (arguments
8670 `(#:phases
8671 (modify-phases %standard-phases
8672 (add-after 'unpack 'fix-paths
8673 (lambda* (#:key inputs #:allow-other-keys)
8674 (substitute* "lib.lisp"
8675 (("/usr/lib/libuv.so")
8676 (string-append (assoc-ref inputs "libuv")
8677 "/lib/libuv.so")))
8678 #t))
8679 (add-after 'fix-paths 'fix-system-definition
8680 (lambda _
8681 (substitute* "cl-libuv.asd"
8682 (("#:cffi #:alexandria")
8683 "#:cffi #:cffi-grovel #:alexandria"))
8684 #t)))))
8685 (synopsis "Common Lisp bindings to libuv")
8686 (description
8687 "This library provides low-level libuv bindings for Common Lisp.")
8688 (home-page "https://github.com/orthecreedence/cl-libuv")
8689 (license license:expat))))
8690
8691 (define-public cl-libuv
8692 (sbcl-package->cl-source-package sbcl-cl-libuv))
8693
8694 (define-public ecl-cl-libuv
8695 (sbcl-package->ecl-package sbcl-cl-libuv))
8696
8697 (define-public sbcl-cl-async
8698 (let ((commit "f6423e44404a44434d803605e0d2e17199158e28")
8699 (revision "1"))
8700 (package
8701 (name "sbcl-cl-async")
8702 (version (git-version "0.6.1" revision commit))
8703 (source
8704 (origin
8705 (method git-fetch)
8706 (uri (git-reference
8707 (url "https://github.com/orthecreedence/cl-async")
8708 (commit commit)))
8709 (file-name (git-file-name name version))
8710 (sha256
8711 (base32
8712 "11xi9dxb8mjgwzrkj88i0xkgk26z9w9ddxzbv6xsvfc1d4x5cf4x"))))
8713 (build-system asdf-build-system/sbcl)
8714 (inputs
8715 `(("babel" ,sbcl-babel)
8716 ("bordeaux-threads" ,sbcl-bordeaux-threads)
8717 ("cffi" ,sbcl-cffi)
8718 ("cl-libuv" ,sbcl-cl-libuv)
8719 ("cl-ppcre" ,sbcl-cl-ppcre)
8720 ("fast-io" ,sbcl-fast-io)
8721 ("openssl" ,openssl)
8722 ("static-vectors" ,sbcl-static-vectors)
8723 ("trivial-features" ,sbcl-trivial-features)
8724 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
8725 ("vom" ,sbcl-vom)))
8726 (arguments
8727 `(#:asd-systems '("cl-async"
8728 "cl-async-repl"
8729 "cl-async-ssl")
8730 #:phases
8731 (modify-phases %standard-phases
8732 (add-after 'unpack 'fix-paths
8733 (lambda* (#:key inputs #:allow-other-keys)
8734 (substitute* "src/ssl/package.lisp"
8735 (("libcrypto\\.so")
8736 (string-append (assoc-ref inputs "openssl")
8737 "/lib/libcrypto.so"))
8738 (("libssl\\.so")
8739 (string-append (assoc-ref inputs "openssl")
8740 "/lib/libssl.so")))
8741 #t)))))
8742 (synopsis "Asynchronous operations for Common Lisp")
8743 (description
8744 "Cl-async is a library for general purpose, non-blocking programming in
8745 Common Lisp. It uses the libuv library as backend.")
8746 (home-page "https://orthecreedence.github.io/cl-async/")
8747 (license license:expat))))
8748
8749 (define-public cl-async
8750 (sbcl-package->cl-source-package sbcl-cl-async))
8751
8752 (define-public ecl-cl-async
8753 (sbcl-package->ecl-package sbcl-cl-async))
8754
8755 (define-public sbcl-blackbird
8756 (let ((commit "d361f81c1411dec07f6c2dcb11c78f7aea9aaca8")
8757 (revision "1"))
8758 (package
8759 (name "sbcl-blackbird")
8760 (version (git-version "0.5.2" revision commit))
8761 (source
8762 (origin
8763 (method git-fetch)
8764 (uri (git-reference
8765 (url "https://github.com/orthecreedence/blackbird")
8766 (commit commit)))
8767 (file-name (git-file-name name version))
8768 (sha256
8769 (base32
8770 "0xfds5yaya64arzr7w1x38karyz11swzbhxx1afldpradj9dh19c"))))
8771 (build-system asdf-build-system/sbcl)
8772 (inputs
8773 `(("vom" ,sbcl-vom)))
8774 (native-inputs
8775 `(("cl-async" ,sbcl-cl-async)
8776 ("fiveam" ,sbcl-fiveam)))
8777 (synopsis "Promise implementation for Common Lisp")
8778 (description
8779 "This is a standalone promise implementation for Common Lisp. It is
8780 the successor to the now-deprecated cl-async-future project.")
8781 (home-page "https://orthecreedence.github.io/blackbird/")
8782 (license license:expat))))
8783
8784 (define-public cl-blackbird
8785 (sbcl-package->cl-source-package sbcl-blackbird))
8786
8787 (define-public ecl-blackbird
8788 (sbcl-package->ecl-package sbcl-blackbird))
8789
8790 (define-public sbcl-cl-async-future
8791 (let ((commit "ee36c22a69a9516407458d2ed8b475f1fc473959")
8792 (revision "1"))
8793 (package
8794 (name "sbcl-cl-async-future")
8795 (version (git-version "0.4.4.1" revision commit))
8796 (source
8797 (origin
8798 (method git-fetch)
8799 (uri (git-reference
8800 (url "https://github.com/orthecreedence/cl-async-future")
8801 (commit commit)))
8802 (file-name (git-file-name name version))
8803 (sha256
8804 (base32
8805 "0z0sc7qlzzxk99f4l26zp6rai9kv0kj0f599sxai5s44p17zbbvh"))))
8806 (build-system asdf-build-system/sbcl)
8807 (inputs
8808 `(("blackbird" ,sbcl-blackbird)))
8809 (native-inputs
8810 `(("cl-async" ,sbcl-cl-async)
8811 ("eos" ,sbcl-eos)))
8812 (synopsis "Futures implementation for Common Lisp")
8813 (description
8814 "This is futures implementation for Common Lisp. It plugs in nicely
8815 to cl-async.")
8816 (home-page "https://orthecreedence.github.io/cl-async/future")
8817 (license license:expat))))
8818
8819 (define-public cl-async-future
8820 (sbcl-package->cl-source-package sbcl-cl-async-future))
8821
8822 (define-public ecl-cl-async-future
8823 (sbcl-package->ecl-package sbcl-cl-async-future))
8824
8825 (define-public sbcl-green-threads
8826 (let ((commit "fff5ebecb441a37e5c511773716aafd84a3c5840")
8827 (revision "1"))
8828 (package
8829 (name "sbcl-green-threads")
8830 (version (git-version "0.3" revision commit))
8831 (source
8832 (origin
8833 (method git-fetch)
8834 (uri (git-reference
8835 (url "https://github.com/thezerobit/green-threads")
8836 (commit commit)))
8837 (file-name (git-file-name name version))
8838 (sha256
8839 (base32
8840 "1czw7nr0dwfps76h8hjvglk1wdh53yqbfbvv30whwbgqx33iippz"))))
8841 (build-system asdf-build-system/sbcl)
8842 (inputs
8843 `(("cl-async-future" ,sbcl-cl-async-future)
8844 ("cl-cont" ,sbcl-cl-cont)))
8845 (native-inputs
8846 `(("prove" ,sbcl-prove)))
8847 (arguments
8848 `(;; TODO: Fix the tests. They fail with:
8849 ;; "The function BLACKBIRD::PROMISE-VALUES is undefined"
8850 #:tests? #f
8851 #:phases
8852 (modify-phases %standard-phases
8853 (add-after 'unpack 'fix-tests
8854 (lambda _
8855 (substitute* "green-threads-test.asd"
8856 (("cl-test-more")
8857 "prove"))
8858 #t)))))
8859 (synopsis "Cooperative multitasking library for Common Lisp")
8860 (description
8861 "This library allows for cooperative multitasking with help of cl-cont
8862 for continuations. It tries to mimic the API of bordeaux-threads as much as
8863 possible.")
8864 (home-page "https://github.com/thezerobit/green-threads")
8865 (license license:bsd-3))))
8866
8867 (define-public cl-green-threads
8868 (sbcl-package->cl-source-package sbcl-green-threads))
8869
8870 (define-public ecl-green-threads
8871 (sbcl-package->ecl-package sbcl-green-threads))
8872
8873 (define-public sbcl-cl-base32
8874 (let ((commit "8cdee06fab397f7b0a19583b57e7f0c98405be85")
8875 (revision "1"))
8876 (package
8877 (name "sbcl-cl-base32")
8878 (version (git-version "0.1" revision commit))
8879 (source
8880 (origin
8881 (method git-fetch)
8882 (uri (git-reference
8883 (url "https://github.com/hargettp/cl-base32")
8884 (commit commit)))
8885 (file-name (git-file-name name version))
8886 (sha256
8887 (base32 "17jrng8jb05d64ggyd11hp308c2fl5drvf9g175blgrkkl8l4mf8"))))
8888 (build-system asdf-build-system/sbcl)
8889 (native-inputs
8890 `(("lisp-unit" ,sbcl-lisp-unit)))
8891 (synopsis "Common Lisp library for base32 encoding and decoding")
8892 (description
8893 "This package provides functions for base32 encoding and decoding as
8894 defined in RFC4648.")
8895 (home-page "https://github.com/hargettp/cl-base32")
8896 (license license:expat))))
8897
8898 (define-public cl-base32
8899 (sbcl-package->cl-source-package sbcl-cl-base32))
8900
8901 (define-public ecl-cl-base32
8902 (sbcl-package->ecl-package sbcl-cl-base32))
8903
8904 (define-public sbcl-cl-z85
8905 (let ((commit "85b3951a9cfa2603acb6aee15567684f9a108098")
8906 (revision "1"))
8907 (package
8908 (name "sbcl-cl-z85")
8909 (version (git-version "1.0" revision commit))
8910 (source
8911 (origin
8912 (method git-fetch)
8913 (uri (git-reference
8914 (url "https://github.com/glv2/cl-z85")
8915 (commit commit)))
8916 (file-name (git-file-name name version))
8917 (sha256
8918 (base32 "0r27pidjaxbm7k1rr90nnajwl5xm2kp65g1fv0fva17lzy45z1mp"))))
8919 (build-system asdf-build-system/sbcl)
8920 (native-inputs
8921 `(("cl-octet-streams" ,sbcl-cl-octet-streams)
8922 ("fiveam" ,sbcl-fiveam)))
8923 (synopsis "Common Lisp library for Z85 encoding and decoding")
8924 (description
8925 "This package provides functions to encode or decode byte vectors or
8926 byte streams using the Z85 format, which is a base-85 encoding used by
8927 ZeroMQ.")
8928 (home-page "https://github.com/glv2/cl-z85")
8929 (license license:gpl3+))))
8930
8931 (define-public cl-z85
8932 (sbcl-package->cl-source-package sbcl-cl-z85))
8933
8934 (define-public ecl-cl-z85
8935 (sbcl-package->ecl-package sbcl-cl-z85))
8936
8937 (define-public sbcl-ltk
8938 (package
8939 (name "sbcl-ltk")
8940 (version "0.992")
8941 (source
8942 (origin
8943 (method git-fetch)
8944 (uri (git-reference
8945 (url "https://github.com/herth/ltk")
8946 (commit version)))
8947 (file-name (git-file-name name version))
8948 (sha256
8949 (base32 "13l2q4mskzilya9xh5wy2xvy30lwn104bd8wrq6ifds56r82iy3x"))))
8950 (build-system asdf-build-system/sbcl)
8951 (inputs
8952 `(("imagemagick" ,imagemagick)
8953 ("tk" ,tk)))
8954 (arguments
8955 `(#:asd-systems '("ltk"
8956 "ltk-mw"
8957 "ltk-remote")
8958 #:tests? #f
8959 #:phases
8960 (modify-phases %standard-phases
8961 (add-after 'unpack 'fix-paths
8962 (lambda* (#:key inputs #:allow-other-keys)
8963 (substitute* "ltk/ltk.lisp"
8964 (("#-freebsd \"wish\"")
8965 (string-append "#-freebsd \""
8966 (assoc-ref inputs "tk")
8967 "/bin/wish\""))
8968 (("do-execute \"convert\"")
8969 (string-append "do-execute \""
8970 (assoc-ref inputs "imagemagick")
8971 "/bin/convert\"")))
8972 #t))
8973 (add-after 'unpack 'fix-build
8974 (lambda _
8975 (substitute* "ltk/ltk-remote.lisp"
8976 (("\\(:export")
8977 "(:shadow #:raise) (:export"))
8978 #t)))))
8979 (synopsis "Common Lisp bindings for the Tk GUI toolkit")
8980 (description
8981 "LTK is a Common Lisp binding for the Tk graphics toolkit. It is written
8982 in pure Common Lisp and does not require any Tk knowledge for its usage.")
8983 (home-page "http://www.peter-herth.de/ltk/")
8984 (license license:llgpl)))
8985
8986 (define-public cl-ltk
8987 (sbcl-package->cl-source-package sbcl-ltk))
8988
8989 (define-public ecl-ltk
8990 (sbcl-package->ecl-package sbcl-ltk))
8991
8992 (define-public sbcl-cl-lex
8993 (let ((commit "f2dbbe25ef553005fb402d9a6203180c3fa1093b")
8994 (revision "1"))
8995 (package
8996 (name "sbcl-cl-lex")
8997 (version (git-version "1.1.3" revision commit))
8998 (source
8999 (origin
9000 (method git-fetch)
9001 (uri (git-reference
9002 (url "https://github.com/djr7C4/cl-lex")
9003 (commit commit)))
9004 (file-name (git-file-name name version))
9005 (sha256
9006 (base32 "1kg50f76bfpfxcv4dfivq1n9a0xlsra2ajb0vd68lxwgbidgyc2y"))))
9007 (build-system asdf-build-system/sbcl)
9008 (inputs
9009 `(("cl-ppcre" ,sbcl-cl-ppcre)))
9010 (synopsis "Common Lisp macros for generating lexical analyzers")
9011 (description
9012 "This is a Common Lisp library providing a set of macros for generating
9013 lexical analyzers automatically. The lexers generated using @code{cl-lex} can
9014 be used with @code{cl-yacc}.")
9015 (home-page "https://github.com/djr7C4/cl-lex")
9016 (license license:gpl3))))
9017
9018 (define-public cl-lex
9019 (sbcl-package->cl-source-package sbcl-cl-lex))
9020
9021 (define-public ecl-cl-lex
9022 (sbcl-package->ecl-package sbcl-cl-lex))
9023
9024 (define-public sbcl-clunit2
9025 (let ((commit "5e28343734eb9b7aee39306a614af92c1062d50b")
9026 (revision "1"))
9027 (package
9028 (name "sbcl-clunit2")
9029 (version (git-version "0.2.4" revision commit))
9030 (source
9031 (origin
9032 (method git-fetch)
9033 (uri (git-reference
9034 (url "https://notabug.org/cage/clunit2.git")
9035 (commit commit)))
9036 (file-name (git-file-name name version))
9037 (sha256
9038 (base32 "1ngiapfki6nm8a555mzhb5p7ch79i3w665za5bmb5j7q34fy80vw"))))
9039 (build-system asdf-build-system/sbcl)
9040 (synopsis "Unit testing framework for Common Lisp")
9041 (description
9042 "CLUnit is a Common Lisp unit testing framework. It is designed to be
9043 easy to use so that you can quickly start testing.")
9044 (home-page "https://notabug.org/cage/clunit2")
9045 (license license:expat))))
9046
9047 (define-public cl-clunit2
9048 (sbcl-package->cl-source-package sbcl-clunit2))
9049
9050 (define-public ecl-clunit2
9051 (sbcl-package->ecl-package sbcl-clunit2))
9052
9053 (define-public sbcl-cl-colors2
9054 (let ((commit "795aedee593b095fecde574bd999b520dd03ed24")
9055 (revision "1"))
9056 (package
9057 (name "sbcl-cl-colors2")
9058 (version (git-version "0.2.1" revision commit))
9059 (source
9060 (origin
9061 (method git-fetch)
9062 (uri (git-reference
9063 (url "https://notabug.org/cage/cl-colors2.git")
9064 (commit commit)))
9065 (file-name (git-file-name name version))
9066 (sha256
9067 (base32 "0hlyf4h5chkjdp9armla5w4kw5acikk159sym7y8c4jbjp9x47ih"))))
9068 (build-system asdf-build-system/sbcl)
9069 (native-inputs
9070 `(("clunit2" ,sbcl-clunit2)))
9071 (inputs
9072 `(("alexandria" ,sbcl-alexandria)
9073 ("cl-ppcre" ,sbcl-cl-ppcre)))
9074 (synopsis "Color library for Common Lisp")
9075 (description
9076 "This is a very simple color library for Common Lisp, providing:
9077
9078 @itemize
9079 @item Types for representing colors in HSV and RGB spaces.
9080 @item Simple conversion functions between the above types (and also
9081 hexadecimal representation for RGB).
9082 @item Some predefined colors (currently X11 color names -- of course
9083 the library does not depend on X11).
9084 @end itemize\n")
9085 (home-page "https://notabug.org/cage/cl-colors2")
9086 (license license:boost1.0))))
9087
9088 (define-public cl-colors2
9089 (sbcl-package->cl-source-package sbcl-cl-colors2))
9090
9091 (define-public ecl-cl-colors2
9092 (sbcl-package->ecl-package sbcl-cl-colors2))
9093
9094 (define-public sbcl-cl-jpeg
9095 (let ((commit "ec557038128df6895fbfb743bfe8faf8ec2534af")
9096 (revision "1"))
9097 (package
9098 (name "sbcl-cl-jpeg")
9099 (version (git-version "2.8" revision commit))
9100 (source
9101 (origin
9102 (method git-fetch)
9103 (uri (git-reference
9104 (url "https://github.com/sharplispers/cl-jpeg")
9105 (commit commit)))
9106 (file-name (git-file-name name version))
9107 (sha256
9108 (base32 "1bkkiqz8fqldlj1wbmrccjsvxcwj98h6s4b6gslr3cg2wmdv5xmy"))))
9109 (build-system asdf-build-system/sbcl)
9110 (synopsis "JPEG image library for Common Lisp")
9111 (description
9112 "This is a baseline JPEG codec written in Common Lisp. It can be used
9113 for reading and writing JPEG image files.")
9114 (home-page "https://github.com/sharplispers/cl-jpeg")
9115 (license license:bsd-3))))
9116
9117 (define-public cl-jpeg
9118 (sbcl-package->cl-source-package sbcl-cl-jpeg))
9119
9120 (define-public ecl-cl-jpeg
9121 (sbcl-package->ecl-package sbcl-cl-jpeg))
9122
9123 (define-public sbcl-nodgui
9124 (let ((commit "4a9c2e7714b278fbe97d198c56f54ea87290001d")
9125 (revision "1"))
9126 (package
9127 (name "sbcl-nodgui")
9128 (version (git-version "0.1.1" revision commit))
9129 (source
9130 (origin
9131 (method git-fetch)
9132 (uri (git-reference
9133 (url "https://notabug.org/cage/nodgui.git")
9134 (commit commit)))
9135 (file-name (git-file-name "nodgui" version))
9136 (sha256
9137 (base32 "1vgzzw459h32v2mi41cia6i940jqmvxlc8w3xj3516hbc2mqkaib"))))
9138 (build-system asdf-build-system/sbcl)
9139 (inputs
9140 `(("alexandria" ,sbcl-alexandria)
9141 ("bordeaux-threads" ,sbcl-bordeaux-threads)
9142 ("cl-colors2" ,sbcl-cl-colors2)
9143 ("cl-jpeg" ,sbcl-cl-jpeg)
9144 ("cl-lex" ,sbcl-cl-lex)
9145 ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
9146 ("cl-unicode" ,sbcl-cl-unicode)
9147 ("cl-yacc" ,sbcl-cl-yacc)
9148 ("clunit2" ,sbcl-clunit2)
9149 ("named-readtables" ,sbcl-named-readtables)
9150 ("parse-number" ,sbcl-parse-number)
9151 ("tk" ,tk)))
9152 (arguments
9153 `(#:phases (modify-phases %standard-phases
9154 (add-after 'unpack 'fix-paths
9155 (lambda* (#:key inputs #:allow-other-keys)
9156 (substitute* "src/wish-communication.lisp"
9157 (("#-freebsd \"wish\"")
9158 (string-append "#-freebsd \""
9159 (assoc-ref inputs "tk")
9160 "/bin/wish\"")))
9161 #t)))))
9162 (synopsis "Common Lisp bindings for the Tk GUI toolkit")
9163 (description
9164 "Nodgui (@emph{No Drama GUI}) is a Common Lisp binding for the Tk GUI
9165 toolkit. It also provides a few additional widgets more than the standard Tk
9166 ones.")
9167 (home-page "https://www.autistici.org/interzona/nodgui.html")
9168 (license license:llgpl))))
9169
9170 (define-public cl-nodgui
9171 (sbcl-package->cl-source-package sbcl-nodgui))
9172
9173 (define-public ecl-nodgui
9174 (sbcl-package->ecl-package sbcl-nodgui))
9175
9176 (define-public sbcl-salza2
9177 (package
9178 (name "sbcl-salza2")
9179 (version "2.0.9")
9180 (source
9181 (origin
9182 (method git-fetch)
9183 (uri (git-reference
9184 (url "https://github.com/xach/salza2")
9185 (commit (string-append "release-" version))))
9186 (file-name (git-file-name name version))
9187 (sha256
9188 (base32 "0p38rj4gq7j5k807php7hrz7l2zyyfshv8i9yms7i8lkgg3433ki"))))
9189 (build-system asdf-build-system/sbcl)
9190 (synopsis "Common Lisp library for zlib, deflate and gzip compression")
9191 (description
9192 "Salza2 is a Common Lisp library for creating compressed data in the zlib,
9193 deflate, or gzip data formats, described in RFC 1950, RFC 1951, and RFC 1952,
9194 respectively.")
9195 (home-page "https://www.xach.com/lisp/salza2/")
9196 (license license:bsd-2)))
9197
9198 (define-public cl-salza2
9199 (sbcl-package->cl-source-package sbcl-salza2))
9200
9201 (define-public ecl-salza2
9202 (sbcl-package->ecl-package sbcl-salza2))
9203
9204 (define-public sbcl-origin
9205 (let ((commit "d646134302456408d6d43580bb05299f1695ab8e")
9206 (revision "1"))
9207 (package
9208 (name "sbcl-origin")
9209 (version (git-version "2.0.0" revision commit))
9210 (source
9211 (origin
9212 (method git-fetch)
9213 (uri (git-reference
9214 (url "https://git.mfiano.net/mfiano/origin")
9215 (commit commit)))
9216 (file-name (git-file-name "origin" version))
9217 (sha256
9218 (base32 "1n9aszaif3yh8prs5r8v51fbj4r5jd1a048mivd5yij3hplkm82b"))))
9219 (build-system asdf-build-system/sbcl)
9220 (native-inputs
9221 `(("parachute" ,sbcl-parachute)))
9222 (inputs
9223 `(("golden-utils" ,sbcl-golden-utils)
9224 ("specialization-store" ,sbcl-specialization-store)))
9225 (home-page "https://git.mfiano.net/mfiano/origin")
9226 (synopsis "Common Lisp graphics math library")
9227 (description
9228 "This is a native Common Lisp graphics math library with an emphasis on
9229 performance and correctness.")
9230 (license license:expat))))
9231
9232 (define-public ecl-origin
9233 (sbcl-package->ecl-package sbcl-origin))
9234
9235 (define-public cl-origin
9236 (sbcl-package->cl-source-package sbcl-origin))
9237
9238 (define-public sbcl-png-read
9239 (let ((commit "ec29f38a689972b9f1373f13bbbcd6b05deada88")
9240 (revision "1"))
9241 (package
9242 (name "sbcl-png-read")
9243 (version (git-version "0.3.1" revision commit))
9244 (source
9245 (origin
9246 (method git-fetch)
9247 (uri (git-reference
9248 (url "https://github.com/Ramarren/png-read")
9249 (commit commit)))
9250 (file-name (git-file-name name version))
9251 (sha256
9252 (base32 "0vyczbcwskrygrf1hgrsnk0jil8skmvf1kiaalw5jps4fjrfdkw0"))))
9253 (build-system asdf-build-system/sbcl)
9254 (inputs
9255 `(("babel" ,sbcl-babel)
9256 ("chipz" ,sbcl-chipz)
9257 ("iterate" ,sbcl-iterate)))
9258 (synopsis "PNG decoder for Common Lisp")
9259 (description "This is a Common Lisp library for reading PNG images.")
9260 (home-page "https://github.com/Ramarren/png-read")
9261 (license license:bsd-3))))
9262
9263 (define-public cl-png-read
9264 (sbcl-package->cl-source-package sbcl-png-read))
9265
9266 (define-public ecl-png-read
9267 (sbcl-package->ecl-package sbcl-png-read))
9268
9269 (define-public sbcl-3b-bmfont
9270 (let ((commit "d1b5bec0de580c2d08ec947a93c56b1400f2a37a")
9271 (revision "1"))
9272 (package
9273 (name "sbcl-3b-bmfont")
9274 (version (git-version "0.0.1" revision commit))
9275 (source
9276 (origin
9277 (method git-fetch)
9278 (uri (git-reference
9279 (url "https://github.com/3b/3b-bmfont/")
9280 (commit commit)))
9281 (file-name (git-file-name "3b-bmfont" version))
9282 (sha256
9283 (base32 "12sgf7m0h6fqzhvkas7vmci6mprj3j3fnz778jlbqbsydln6v2yc"))))
9284 (build-system asdf-build-system/sbcl)
9285 (arguments
9286 `(#:asd-systems
9287 '("3b-bmfont"
9288 "3b-bmfont/text"
9289 "3b-bmfont/common"
9290 "3b-bmfont/xml"
9291 "3b-bmfont/json")))
9292 (inputs
9293 `(("alexandria" ,sbcl-alexandria)
9294 ("cxml" ,sbcl-cxml)
9295 ("flexi-streams" ,sbcl-flexi-streams)
9296 ("jsown" ,sbcl-jsown)
9297 ("split-sequence" ,sbcl-split-sequence)))
9298 (home-page "https://github.com/3b/3b-bmfont/")
9299 (synopsis "Read/write bmfont metadata files")
9300 (description
9301 "This is a Common Lisp library which provides functionality to
9302 read/write Bit Map Font (BMF) into text, JSON and XML.")
9303 (license license:expat))))
9304
9305 (define-public ecl-3b-bmfont
9306 (sbcl-package->ecl-package sbcl-3b-bmfont))
9307
9308 (define-public cl-3b-bmfont
9309 (sbcl-package->cl-source-package sbcl-3b-bmfont))
9310
9311 (define-public sbcl-zpng
9312 (package
9313 (name "sbcl-zpng")
9314 (version "1.2.2")
9315 (source
9316 (origin
9317 (method git-fetch)
9318 (uri (git-reference
9319 (url "https://github.com/xach/zpng")
9320 (commit (string-append "release-" version))))
9321 (file-name (git-file-name name version))
9322 (sha256
9323 (base32 "0b3ag3jhl3z7kdls3ahdsdxsfhhw5qrizk769984f4wkxhb69rcm"))))
9324 (build-system asdf-build-system/sbcl)
9325 (inputs
9326 `(("salza2" ,sbcl-salza2)))
9327 (synopsis "PNG encoder for Common Lisp")
9328 (description "This is a Common Lisp library for creating PNG images.")
9329 (home-page "https://www.xach.com/lisp/zpng/")
9330 (license license:bsd-2)))
9331
9332 (define-public cl-zpng
9333 (sbcl-package->cl-source-package sbcl-zpng))
9334
9335 (define-public ecl-zpng
9336 (sbcl-package->ecl-package sbcl-zpng))
9337
9338 (define-public sbcl-cl-qrencode
9339 (package
9340 (name "sbcl-cl-qrencode")
9341 (version "0.1.2")
9342 (source
9343 (origin
9344 (method git-fetch)
9345 (uri (git-reference
9346 (url "https://github.com/jnjcc/cl-qrencode")
9347 (commit (string-append "v" version))))
9348 (file-name (git-file-name name version))
9349 (sha256
9350 (base32 "1l5k131dchbf6cj8a8xqa731790p01p3qa1kdy2wa9dawy3ymkxr"))))
9351 (build-system asdf-build-system/sbcl)
9352 (native-inputs
9353 `(("lisp-unit" ,sbcl-lisp-unit)))
9354 (inputs
9355 `(("zpng" ,sbcl-zpng)))
9356 (synopsis "QR code encoder for Common Lisp")
9357 (description
9358 "This Common Lisp library provides function to make QR codes and to save
9359 them as PNG files.")
9360 (home-page "https://github.com/jnjcc/cl-qrencode")
9361 (license license:gpl2+)))
9362
9363 (define-public cl-qrencode
9364 (sbcl-package->cl-source-package sbcl-cl-qrencode))
9365
9366 (define-public ecl-cl-qrencode
9367 (sbcl-package->ecl-package sbcl-cl-qrencode))
9368
9369 (define-public sbcl-hdf5-cffi
9370 (let ((commit "5b5c88f191e470e4fe96b462334e3ce0806eed5c")
9371 (revision "1"))
9372 (package
9373 (name "sbcl-hdf5-cffi")
9374 (version (git-version "1.8.18" revision commit))
9375 (source
9376 (origin
9377 (method git-fetch)
9378 (uri (git-reference
9379 (url "https://github.com/hdfgroup/hdf5-cffi")
9380 (commit commit)))
9381 (file-name (git-file-name name version))
9382 (sha256
9383 (base32
9384 "0vda3075423xz83qky998lpac5b04dwfv7bwgh9jq8cs5v0zrxjf"))))
9385 (build-system asdf-build-system/sbcl)
9386 (synopsis "Common Lisp bindings for the HDF5 library")
9387 (description
9388 "@code{hdf5-cffi} is a CFFI wrapper for the HDF5 library.")
9389 (home-page "https://github.com/hdfgroup/hdf5-cffi")
9390 (license (license:non-copyleft
9391 (string-append "https://github.com/HDFGroup/hdf5-cffi/raw/"
9392 commit
9393 "/LICENSE")))
9394 (inputs
9395 `(("cffi" ,sbcl-cffi)
9396 ("hdf5" ,hdf5-1.10)))
9397 (native-inputs
9398 `(("fiveam" ,sbcl-fiveam)))
9399 (arguments
9400 `(#:test-asd-file "hdf5-cffi.test.asd"
9401 ;; Tests depend on hdf5-cffi.examples.asd in addition to hdf5-cffi.asd,
9402 ;; I don't know if there is a way to tell asdf-build-system to load
9403 ;; an additional system first, so tests are disabled.
9404 #:tests? #f
9405 #:phases
9406 (modify-phases %standard-phases
9407 (add-after 'unpack 'fix-paths
9408 (lambda* (#:key inputs #:allow-other-keys)
9409 (substitute* "src/library.lisp"
9410 (("libhdf5.so")
9411 (string-append
9412 (assoc-ref inputs "hdf5")
9413 "/lib/libhdf5.so")))))
9414 (add-after 'unpack 'fix-dependencies
9415 (lambda* (#:key inputs #:allow-other-keys)
9416 (substitute* "hdf5-cffi.asd"
9417 ((":depends-on \\(:cffi\\)")
9418 ":depends-on (:cffi :cffi-grovel)"))
9419 (substitute* "hdf5-cffi.test.asd"
9420 ((":depends-on \\(:cffi :hdf5-cffi")
9421 ":depends-on (:cffi :cffi-grovel :hdf5-cffi"))))))))))
9422
9423 (define-public cl-hdf5-cffi
9424 (sbcl-package->cl-source-package sbcl-hdf5-cffi))
9425
9426 (define-public ecl-hdf5-cffi
9427 (sbcl-package->ecl-package sbcl-hdf5-cffi))
9428
9429 (define-public sbcl-cl-randist
9430 (package
9431 (name "sbcl-cl-randist")
9432 (version "0.4.2")
9433 (source
9434 (origin
9435 (method git-fetch)
9436 (uri (git-reference
9437 (url "https://github.com/lvaruzza/cl-randist")
9438 (commit "f088a54b540a7adefab7c04094a6103f9edda3d0")))
9439 (file-name (git-file-name name version))
9440 (sha256
9441 (base32
9442 "0l8hyd6nbxb7f50vyxz3rbbm7kgr1fnadc40jywy4xj5vi5kpj5g"))))
9443 (build-system asdf-build-system/sbcl)
9444 (synopsis "Random distributions for Common Lisp")
9445 (description
9446 "Manual translation from C to Common Lisp of some random number
9447 generation functions from the GSL library.")
9448 (home-page "https://github.com/lvaruzza/cl-randist")
9449 (license license:bsd-2)
9450 (arguments
9451 `(#:tests? #f))))
9452
9453 (define-public cl-randist
9454 (sbcl-package->cl-source-package sbcl-cl-randist))
9455
9456 (define-public ecl-cl-randist
9457 (sbcl-package->ecl-package sbcl-cl-randist))
9458
9459 (define-public sbcl-float-features
9460 (package
9461 (name "sbcl-float-features")
9462 (version "1.0.0")
9463 (source
9464 (origin
9465 (method git-fetch)
9466 (uri (git-reference
9467 (url "https://github.com/Shinmera/float-features")
9468 (commit "d3ef60181635b0849aa28cfc238053b7ca4644b0")))
9469 (file-name (git-file-name name version))
9470 (sha256
9471 (base32
9472 "0yj419k7n59x6rh3grwr6frgwwyria2il6f7wxpfazm8cskv4lzr"))))
9473 (build-system asdf-build-system/sbcl)
9474 (synopsis "Common Lisp IEEE float portability library")
9475 (description
9476 "Portability library for IEEE float features that are not
9477 covered by the Common Lisp standard.")
9478 (home-page "https://github.com/Shinmera/float-features")
9479 (license license:zlib)
9480 (inputs
9481 `(("documentation-utils" ,sbcl-documentation-utils)))
9482 (arguments
9483 `(#:tests? #f))))
9484
9485 (define-public cl-float-features
9486 (sbcl-package->cl-source-package sbcl-float-features))
9487
9488 (define-public ecl-float-features
9489 (sbcl-package->ecl-package sbcl-float-features))
9490
9491 (define-public sbcl-function-cache
9492 (package
9493 (name "sbcl-function-cache")
9494 (version "1.0.3")
9495 (source
9496 (origin
9497 (method git-fetch)
9498 (uri (git-reference
9499 (url "https://github.com/AccelerationNet/function-cache")
9500 (commit "6a5ada401e57da2c8abf046f582029926e61fce8")))
9501 (file-name (git-file-name name version))
9502 (sha256
9503 (base32
9504 "000vmd3f5rx5hs9nvphfric0gkzaadns31c6mxaslpv0k7pkrmc6"))))
9505 (build-system asdf-build-system/sbcl)
9506 (synopsis "Function caching / memoization library for Common Lisp")
9507 (description
9508 "A common lisp library that provides extensible function result
9509 caching based on arguments (an expanded form of memoization).")
9510 (home-page "https://github.com/AccelerationNet/function-cache")
9511 (license
9512 (license:non-copyleft
9513 "https://github.com/AccelerationNet/function-cache/blob/master/README.md"))
9514 (inputs
9515 `(("alexandria" ,sbcl-alexandria)
9516 ("cl-interpol" ,sbcl-cl-interpol)
9517 ("iterate" ,sbcl-iterate)
9518 ("symbol-munger" ,sbcl-symbol-munger)
9519 ("closer-mop" ,sbcl-closer-mop)))
9520 (arguments
9521 `(#:tests? #f))))
9522
9523 (define-public cl-function-cache
9524 (sbcl-package->cl-source-package sbcl-function-cache))
9525
9526 (define-public ecl-function-cache
9527 (sbcl-package->ecl-package sbcl-function-cache))
9528
9529 (define-public sbcl-type-r
9530 (let ((commit "83c89e38f2f7a7b16f1012777ecaf878cfa6a267")
9531 (revision "1"))
9532 (package
9533 (name "sbcl-type-r")
9534 (version (git-version "0.0.0" revision commit))
9535 (source
9536 (origin
9537 (method git-fetch)
9538 (uri (git-reference
9539 (url "https://github.com/guicho271828/type-r")
9540 (commit commit)))
9541 (file-name (git-file-name name version))
9542 (sha256
9543 (base32
9544 "1arsxc2539rg8vbrdirz4xxj1b06mc6g6rqndz7a02g127qvk2sm"))))
9545 (build-system asdf-build-system/sbcl)
9546 (synopsis "Parser interface for Common Lisp built-in compound types")
9547 (description
9548 "Collections of accessor functions and patterns to access
9549 the elements in compound type specifier, e.g. @code{dimensions} in
9550 @code{(array element-type dimensions)}")
9551 (home-page "https://github.com/guicho271828/type-r")
9552 (license license:lgpl3+)
9553 (inputs
9554 `(("trivia" ,sbcl-trivia)
9555 ("alexandria" ,sbcl-alexandria)))
9556 (native-inputs
9557 `(("fiveam" ,sbcl-fiveam)))
9558 (arguments
9559 `(#:test-asd-file "type-r.test.asd")))))
9560
9561 (define-public cl-type-r
9562 (sbcl-package->cl-source-package sbcl-type-r))
9563
9564 (define-public ecl-type-r
9565 (sbcl-package->ecl-package sbcl-type-r))
9566
9567 (define-public sbcl-trivialib-type-unify
9568 (let ((commit "62492ebf04db567dcf435ae84c50b7b8202ecf99")
9569 (revision "1"))
9570 (package
9571 (name "sbcl-trivialib-type-unify")
9572 (version (git-version "0.1" revision commit))
9573 (source
9574 (origin
9575 (method git-fetch)
9576 (uri (git-reference
9577 (url "https://github.com/guicho271828/trivialib.type-unify")
9578 (commit commit)))
9579 (file-name (git-file-name name version))
9580 (sha256
9581 (base32
9582 "1bkyfzbwv75p50zp8n1n9rh2r29pw3vgz91gmn2gzzkyq3khj1vh"))))
9583 (build-system asdf-build-system/sbcl)
9584 (synopsis "Common Lisp type unification")
9585 (description
9586 "Unifies a parametrized type specifier against an actual type specifier.
9587 Importantly, it handles complicated array-subtypes and number-related types
9588 correctly.")
9589 (home-page "https://github.com/guicho271828/trivialib.type-unify")
9590 (license license:lgpl3+)
9591 (inputs
9592 `(("alexandria" ,sbcl-alexandria)
9593 ("trivia" ,sbcl-trivia)
9594 ("introspect-environment" ,sbcl-introspect-environment)
9595 ("type-r" ,sbcl-type-r)))
9596 (native-inputs
9597 `(("fiveam" ,sbcl-fiveam)))
9598 (arguments
9599 `(#:asd-systems '("trivialib.type-unify")
9600 #:test-asd-file "trivialib.type-unify.test.asd")))))
9601
9602 (define-public cl-trivialib-type-unify
9603 (sbcl-package->cl-source-package sbcl-trivialib-type-unify))
9604
9605 (define-public ecl-trivialib-type-unify
9606 (sbcl-package->ecl-package sbcl-trivialib-type-unify))
9607
9608 (define-public sbcl-specialized-function
9609 (let ((commit "dee56d2d2b6ecd10500ad291c56217698604ec35")
9610 (revision "2"))
9611 (package
9612 (name "sbcl-specialized-function")
9613 (version (git-version "0.0.0" revision commit))
9614 (source
9615 (origin
9616 (method git-fetch)
9617 (uri (git-reference
9618 (url "https://github.com/numcl/specialized-function")
9619 (commit commit)))
9620 (file-name (git-file-name name version))
9621 (sha256
9622 (base32 "1mcc7mmpbnmgnr1cl2jl5r1ai54gn7fbisv2c14sh9za5w4sib82"))))
9623 (build-system asdf-build-system/sbcl)
9624 (synopsis "Julia-like dispatch for Common Lisp")
9625 (description
9626 "This library is part of NUMCL. It provides a macro
9627 @code{SPECIALIZED} that performs a Julia-like dispatch on the arguments,
9628 lazily compiling a type-specific version of the function from the same
9629 code. The main target of this macro is speed.")
9630 (home-page "https://github.com/numcl/specialized-function")
9631 (license license:lgpl3+)
9632 (inputs
9633 `(("trivia" ,sbcl-trivia)
9634 ("alexandria" ,sbcl-alexandria)
9635 ("iterate" ,sbcl-iterate)
9636 ("lisp-namespace" ,sbcl-lisp-namespace)
9637 ("type-r" ,sbcl-type-r)
9638 ("trivial-cltl2" ,sbcl-trivial-cltl2)))
9639 (native-inputs
9640 `(("fiveam" ,sbcl-fiveam)))
9641 (arguments
9642 `(#:asd-files '("specialized-function.asd")
9643 #:test-asd-file "specialized-function.test.asd"
9644 ;; Tests fail because they try to use an internal symbol of SBCL
9645 ;; that does not exists in recent versions:
9646 ;; "The variable SB-VM:COMPLEX-VECTOR-NIL-WIDETAG is unbound."
9647 #:tests? #f)))))
9648
9649 (define-public cl-specialized-function
9650 (sbcl-package->cl-source-package sbcl-specialized-function))
9651
9652 (define-public ecl-specialized-function
9653 (sbcl-package->ecl-package sbcl-specialized-function))
9654
9655 (define-public sbcl-constantfold
9656 (let ((commit "0ff1d97a3fbcb89264f6a2af6ce62b73e7b421f4")
9657 (revision "1"))
9658 (package
9659 (name "sbcl-constantfold")
9660 (version (git-version "0.1" revision commit))
9661 (source
9662 (origin
9663 (method git-fetch)
9664 (uri (git-reference
9665 (url "https://github.com/numcl/constantfold")
9666 (commit commit)))
9667 (file-name (git-file-name name version))
9668 (sha256
9669 (base32
9670 "153h0569z6bff1qbad0bdssplwwny75l7ilqwcfqfdvzsxf9jh06"))))
9671 (build-system asdf-build-system/sbcl)
9672 (synopsis "Support library for numcl")
9673 (description
9674 "Support library for numcl. Registers a function as an
9675 additional form that is considered as a candidate for a constant.")
9676 (home-page "https://github.com/numcl/constantfold")
9677 (license license:lgpl3+)
9678 (inputs
9679 `(("trivia" ,sbcl-trivia)
9680 ("alexandria" ,sbcl-alexandria)
9681 ("iterate" ,sbcl-iterate)
9682 ("lisp-namespace" ,sbcl-lisp-namespace)))
9683 (native-inputs
9684 `(("fiveam" ,sbcl-fiveam)))
9685 (arguments
9686 `(#:asd-files '("constantfold.asd")
9687 #:test-asd-file "constantfold.test.asd")))))
9688
9689 (define-public cl-constantfold
9690 (sbcl-package->cl-source-package sbcl-constantfold))
9691
9692 (define-public ecl-constantfold
9693 (sbcl-package->ecl-package sbcl-constantfold))
9694
9695 (define-public sbcl-gtype
9696 (let ((commit "2442e32485635525af278ebd8fa69a27d5b8cf18")
9697 (revision "2"))
9698 (package
9699 (name "sbcl-gtype")
9700 (version (git-version "0.1" revision commit))
9701 (source
9702 (origin
9703 (method git-fetch)
9704 (uri (git-reference
9705 (url "https://github.com/numcl/gtype")
9706 (commit commit)))
9707 (file-name (git-file-name name version))
9708 (sha256
9709 (base32 "0hbkfdw00v7bsa6zbric34p5w6hfwxycccg8wc2faq0cxhsvpv9h"))))
9710 (build-system asdf-build-system/sbcl)
9711 (synopsis "C++/Julia-like parametric types in Common Lisp")
9712 (description
9713 "Support library for numcl that provides Julia-like runtime parametric
9714 type correctness in Common Lisp. It is based on CLtL2 extensions.")
9715 (home-page "https://github.com/numcl/gtype")
9716 (license license:lgpl3+)
9717 (inputs
9718 `(("trivialib.type-unify" ,sbcl-trivialib-type-unify)
9719 ("trivial-cltl2" ,sbcl-trivial-cltl2)
9720 ("trivia" ,sbcl-trivia)
9721 ("alexandria" ,sbcl-alexandria)
9722 ("iterate" ,sbcl-iterate)
9723 ("type-r" ,sbcl-type-r)))
9724 (native-inputs
9725 `(("fiveam" ,sbcl-fiveam)))
9726 (arguments
9727 `(#:asd-files '("gtype.asd")
9728 #:test-asd-file "gtype.test.asd")))))
9729
9730 (define-public cl-gtype
9731 (sbcl-package->cl-source-package sbcl-gtype))
9732
9733 (define-public ecl-gtype
9734 (let ((pkg (sbcl-package->ecl-package sbcl-gtype)))
9735 (package
9736 (inherit pkg)
9737 (arguments
9738 (substitute-keyword-arguments (package-arguments pkg)
9739 ;; The tests fail on ECL with a COMPILE-FILE-ERROR for t/package.lisp.
9740 ((#:tests? _ #f) #f))))))
9741
9742 (define-public sbcl-numcl
9743 (let ((commit "d19f36356be900c600ef08560c9e1af441a166cb")
9744 (revision "1"))
9745 (package
9746 (name "sbcl-numcl")
9747 (version (git-version "0.2.0" revision commit))
9748 (source
9749 (origin
9750 (method git-fetch)
9751 (uri (git-reference
9752 (url "https://github.com/numcl/numcl")
9753 (commit commit)))
9754 (file-name (git-file-name "numcl" version))
9755 (sha256
9756 (base32 "0q4ylfr7hl0gz2ynr0c15h09dmnli2x6ndnm5wr58wfplf1wfj31"))))
9757 (build-system asdf-build-system/sbcl)
9758 (arguments
9759 `(#:test-asd-file "numcl.test.asd"
9760 #:asd-files '("numcl.asd")))
9761 (native-inputs
9762 `(("fiveam" ,sbcl-fiveam)))
9763 (inputs
9764 `(("alexandria" ,sbcl-alexandria)
9765 ("cl-randist" ,sbcl-cl-randist)
9766 ("constantfold" ,sbcl-constantfold)
9767 ("float-features" ,sbcl-float-features)
9768 ("function-cache" ,sbcl-function-cache)
9769 ("gtype" ,sbcl-gtype)
9770 ("iterate" ,sbcl-iterate)
9771 ("lisp-namespace" ,sbcl-lisp-namespace)
9772 ("specialized-function" ,sbcl-specialized-function)
9773 ("trivia" ,sbcl-trivia)
9774 ("type-r" ,sbcl-type-r)))
9775 (home-page "https://numcl.github.io/numcl/")
9776 (synopsis "Numpy clone in Common Lisp")
9777 (description
9778 "This package is a Python Numpy clone implemented in pure Common Lisp.")
9779 (license license:lgpl3+))))
9780
9781 (define-public cl-numcl
9782 (sbcl-package->cl-source-package sbcl-numcl))
9783
9784 (define-public ecl-numcl
9785 (sbcl-package->ecl-package sbcl-numcl))
9786
9787 (define-public sbcl-pzmq
9788 (let ((commit "7c7390eedc469d033c72dc497984d1536ee75826")
9789 (revision "1"))
9790 (package
9791 (name "sbcl-pzmq")
9792 (version (git-version "0.0.0" revision commit))
9793 (source
9794 (origin
9795 (method git-fetch)
9796 (uri (git-reference
9797 (url "https://github.com/orivej/pzmq")
9798 (commit commit)))
9799 (file-name (git-file-name name version))
9800 (sha256
9801 (base32 "0gmwzf7h90wa7v4wnk49g0hv2mdalljpwhyigxcb967wzv8lqci9"))))
9802 (build-system asdf-build-system/sbcl)
9803 (native-inputs
9804 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
9805 ("fiveam" ,sbcl-fiveam)
9806 ("let-plus" ,sbcl-let-plus)))
9807 (inputs
9808 `(("cffi" ,sbcl-cffi)
9809 ("zeromq" ,zeromq)))
9810 (arguments
9811 `(#:phases (modify-phases %standard-phases
9812 (add-after 'unpack 'fix-paths
9813 (lambda* (#:key inputs #:allow-other-keys)
9814 (substitute* "c-api.lisp"
9815 (("\"libzmq")
9816 (string-append "\""
9817 (assoc-ref inputs "zeromq")
9818 "/lib/libzmq")))
9819 #t)))))
9820 (synopsis "Common Lisp bindings for the ZeroMQ library")
9821 (description "This Common Lisp library provides bindings for the ZeroMQ
9822 lightweight messaging kernel.")
9823 (home-page "https://github.com/orivej/pzmq")
9824 (license license:unlicense))))
9825
9826 (define-public cl-pzmq
9827 (sbcl-package->cl-source-package sbcl-pzmq))
9828
9829 (define-public ecl-pzmq
9830 (sbcl-package->ecl-package sbcl-pzmq))
9831
9832 (define-public sbcl-clss
9833 (let ((revision "1")
9834 (commit "2a8e8615ab55870d4ca01928f3ed3bbeb4e75c8d"))
9835 (package
9836 (name "sbcl-clss")
9837 (version (git-version "0.3.1" revision commit))
9838 (source
9839 (origin
9840 (method git-fetch)
9841 (uri
9842 (git-reference
9843 (url "https://github.com/Shinmera/clss")
9844 (commit commit)))
9845 (sha256
9846 (base32 "0la4dbcda78x29szanylccrsljqrn9d1mhh569sqkyp44ni5fv91"))
9847 (file-name (git-file-name name version))))
9848 (inputs
9849 `(("array-utils" ,sbcl-array-utils)
9850 ("plump" ,sbcl-plump)))
9851 (build-system asdf-build-system/sbcl)
9852 (synopsis "DOM tree searching engine based on CSS selectors")
9853 (description "CLSS is a DOM traversal engine based on CSS
9854 selectors. It makes use of the Plump-DOM and is used by lQuery.")
9855 (home-page "https://github.com/Shinmera/clss")
9856 (license license:zlib))))
9857
9858 (define-public cl-clss
9859 (sbcl-package->cl-source-package sbcl-clss))
9860
9861 (define-public ecl-clss
9862 (sbcl-package->ecl-package sbcl-clss))
9863
9864 (define-public sbcl-lquery
9865 (let ((revision "1")
9866 (commit "8048111c6b83956daa632e7a3ffbd8c9c203bd8d"))
9867 (package
9868 (name "sbcl-lquery")
9869 (version (git-version "3.2.1" revision commit))
9870 (source
9871 (origin
9872 (method git-fetch)
9873 (uri
9874 (git-reference
9875 (url "https://github.com/Shinmera/lquery")
9876 (commit commit)))
9877 (sha256
9878 (base32 "0520mcpxc2d6fdm8z61arpgd2z38kan7cf06qs373n5r64rakz6w"))
9879 (file-name (git-file-name name version))))
9880 (native-inputs
9881 `(("fiveam" ,sbcl-fiveam)))
9882 (inputs
9883 `(("array-utils" ,sbcl-array-utils)
9884 ("form-fiddle" ,sbcl-form-fiddle)
9885 ("plump" ,sbcl-plump)
9886 ("clss" ,sbcl-clss)))
9887 (build-system asdf-build-system/sbcl)
9888 (synopsis "Library to allow jQuery-like HTML/DOM manipulation")
9889 (description "@code{lQuery} is a DOM manipulation library written in
9890 Common Lisp, inspired by and based on the jQuery syntax and
9891 functions. It uses Plump and CLSS as DOM and selector engines. The
9892 main idea behind lQuery is to provide a simple interface for crawling
9893 and modifying HTML sites, as well as to allow for an alternative
9894 approach to templating.")
9895 (home-page "https://github.com/Shinmera/lquery")
9896 (license license:zlib))))
9897
9898 (define-public cl-lquery
9899 (sbcl-package->cl-source-package sbcl-lquery))
9900
9901 (define-public ecl-lquery
9902 (sbcl-package->ecl-package sbcl-lquery))
9903
9904 (define-public sbcl-cl-mysql
9905 (let ((commit "ab56c279c1815aec6ca0bfe85164ff7e85cfb6f9")
9906 (revision "1"))
9907 (package
9908 (name "sbcl-cl-mysql")
9909 (version (git-version "0.1" revision commit))
9910 (source
9911 (origin
9912 (method git-fetch)
9913 (uri (git-reference
9914 (url "https://github.com/hackinghat/cl-mysql")
9915 (commit commit)))
9916 (file-name (git-file-name name version))
9917 (sha256
9918 (base32 "0dg5ynx2ww94d0qfwrdrm7plkn43h64hs4iiq9mj2s1s4ixnp3lr"))))
9919 (build-system asdf-build-system/sbcl)
9920 (native-inputs
9921 `(("stefil" ,sbcl-stefil)))
9922 (inputs
9923 `(("cffi" ,sbcl-cffi)
9924 ("mariadb-lib" ,mariadb "lib")))
9925 (arguments
9926 `(#:tests? #f ; TODO: Tests require a running server
9927 #:phases
9928 (modify-phases %standard-phases
9929 (add-after 'unpack 'fix-paths
9930 (lambda* (#:key inputs #:allow-other-keys)
9931 (substitute* "system.lisp"
9932 (("libmysqlclient_r" all)
9933 (string-append (assoc-ref inputs "mariadb-lib")
9934 "/lib/"
9935 all)))
9936 #t)))))
9937 (synopsis "Common Lisp wrapper for MySQL")
9938 (description
9939 "@code{cl-mysql} is a Common Lisp implementation of a MySQL wrapper.")
9940 (home-page "http://www.hackinghat.com/index.php/cl-mysql")
9941 (license license:expat))))
9942
9943 (define-public cl-mysql
9944 (sbcl-package->cl-source-package sbcl-cl-mysql))
9945
9946 (define-public ecl-cl-mysql
9947 (sbcl-package->ecl-package sbcl-cl-mysql))
9948
9949 (define-public sbcl-postmodern
9950 (package
9951 (name "sbcl-postmodern")
9952 (version "1.32.8")
9953 (source
9954 (origin
9955 (method git-fetch)
9956 (uri (git-reference
9957 (url "https://github.com/marijnh/Postmodern")
9958 (commit (string-append "v" version))))
9959 (file-name (git-file-name name version))
9960 (sha256
9961 (base32 "0vr5inbr8dldf6dsl0qj3h2yrnnsayzfwxfzwkn1pk7xbns2l78q"))))
9962 (build-system asdf-build-system/sbcl)
9963 (native-inputs
9964 `(("fiveam" ,sbcl-fiveam)))
9965 (inputs
9966 `(("alexandria" ,sbcl-alexandria)
9967 ("bordeaux-threads" ,sbcl-bordeaux-threads)
9968 ("cl-base64" ,sbcl-cl-base64)
9969 ("cl-unicode" ,sbcl-cl-unicode)
9970 ("closer-mop" ,sbcl-closer-mop)
9971 ("global-vars" ,sbcl-global-vars)
9972 ("ironclad" ,sbcl-ironclad)
9973 ("local-time" ,sbcl-local-time)
9974 ("md5" ,sbcl-md5)
9975 ("split-sequence" ,sbcl-split-sequence)
9976 ("uax-15" ,sbcl-uax-15)
9977 ("usocket" ,sbcl-usocket)))
9978 (arguments
9979 ;; TODO: (Sharlatan-20210114T171037+0000) tests still failing but on other
9980 ;; step, some functionality in `local-time' prevents passing tests.
9981 ;; Error:
9982 ;;
9983 ;; Can't create directory
9984 ;; /gnu/store
9985 ;; /4f47agf1kyiz057ppy6x5p98i7mcbfsv-sbcl-local-time-1.0.6-2.a177eb9
9986 ;; /lib/common-lisp/sbcl/local-time/src/integration/
9987 ;;
9988 ;; NOTE: (Sharlatan-20210124T191940+0000): When set env HOME to /tmp above
9989 ;; issue is resolved but it required live test database to connect to now.
9990 ;; Keep tests switched off.
9991 `(#:tests? #f
9992 #:asd-systems '("cl-postgres"
9993 "s-sql"
9994 "postmodern"
9995 "simple-date"
9996 "simple-date/postgres-glue")))
9997 (synopsis "Common Lisp library for interacting with PostgreSQL")
9998 (description
9999 "@code{postmodern} is a Common Lisp library for interacting with
10000 PostgreSQL databases. It provides the following features:
10001
10002 @itemize
10003 @item Efficient communication with the database server without need for
10004 foreign libraries.
10005 @item Support for UTF-8 on Unicode-aware Lisp implementations.
10006 @item A syntax for mixing SQL and Lisp code.
10007 @item Convenient support for prepared statements and stored procedures.
10008 @item A metaclass for simple database-access objects.
10009 @end itemize\n
10010
10011 This package produces 4 systems: postmodern, cl-postgres, s-sql, simple-date
10012
10013 @code{SIMPLE-DATE} is a very basic implementation of date and time objects, used
10014 to support storing and retrieving time-related SQL types. It is not loaded by
10015 default and you can use local-time (which has support for timezones) instead.
10016
10017 @code{S-SQL} is used to compile s-expressions to strings of SQL code, escaping
10018 any Lisp values inside, and doing as much as possible of the work at compile
10019 time.
10020
10021 @code{CL-POSTGRES} is the low-level library used for interfacing with a PostgreSQL
10022 server over a socket.
10023
10024 @code{POSTMODERN} itself is a wrapper around these packages and provides higher
10025 level functions, a very simple data access object that can be mapped directly to
10026 database tables and some convient utilities. It then tries to put all these
10027 things together into a convenient programming interface")
10028 (home-page "https://marijnhaverbeke.nl/postmodern/")
10029 (license license:zlib)))
10030
10031 (define-public cl-postmodern
10032 (sbcl-package->cl-source-package sbcl-postmodern))
10033
10034 (define-public ecl-postmodern
10035 (package
10036 (inherit (sbcl-package->ecl-package sbcl-postmodern))
10037 (arguments
10038 `(#:tests? #f
10039 #:asd-systems '("cl-postgres"
10040 "s-sql"
10041 "postmodern"
10042 "simple-date"
10043 "simple-date/postgres-glue")
10044 #:phases
10045 (modify-phases %standard-phases
10046 (add-after 'unpack 'fix-build
10047 (lambda _
10048 (substitute* "cl-postgres.asd"
10049 ((":or :sbcl :allegro :ccl :clisp" all)
10050 (string-append all " :ecl")))
10051 #t)))))))
10052
10053 (define-public sbcl-db3
10054 (let ((commit "38e5ad35f025769fb7f8dcdc6e56df3e8efd8e6d")
10055 (revision "1"))
10056 (package
10057 (name "sbcl-db3")
10058 (version (git-version "0.0.0" revision commit))
10059 (source
10060 (origin
10061 (method git-fetch)
10062 (uri (git-reference
10063 (url "https://github.com/dimitri/cl-db3")
10064 (commit commit)))
10065 (file-name (git-file-name "cl-db3" version))
10066 (sha256
10067 (base32 "1i7j0mlri6kbklcx1lsm464s8kmyhhij5c4xh4aybrw8m4ixn1s5"))))
10068 (build-system asdf-build-system/sbcl)
10069 (home-page "https://github.com/dimitri/cl-db3")
10070 (synopsis "Common Lisp library to read dBase III database files")
10071 (description
10072 "This is a Common Lisp library for processing data found in dBase III
10073 database files (dbf and db3 files).")
10074 (license license:public-domain))))
10075
10076 (define-public ecl-db3
10077 (sbcl-package->ecl-package sbcl-db3))
10078
10079 (define-public cl-db3
10080 (sbcl-package->cl-source-package sbcl-db3))
10081
10082 (define-public sbcl-dbi
10083 ;; Master includes a breaking change which other packages depend on since
10084 ;; Quicklisp decided to follow it:
10085 ;; https://github.com/fukamachi/cl-dbi/commit/31c46869722f77fd5292a81b5b101f1347d7fce1
10086 (let ((commit "31c46869722f77fd5292a81b5b101f1347d7fce1"))
10087 (package
10088 (name "sbcl-dbi")
10089 (version (git-version "0.9.4" "1" commit))
10090 (source
10091 (origin
10092 (method git-fetch)
10093 (uri (git-reference
10094 (url "https://github.com/fukamachi/cl-dbi")
10095 (commit commit)))
10096 (file-name (git-file-name name version))
10097 (sha256
10098 (base32 "0r3n4rw12qqxad0cryym2ibm4ddl49gbq4ra227afibsr43nw5k3"))))
10099 (build-system asdf-build-system/sbcl)
10100 (native-inputs
10101 `(("rove" ,sbcl-rove)
10102 ("trivial-types" ,sbcl-trivial-types)))
10103 (inputs
10104 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
10105 ("cl-mysql" ,sbcl-cl-mysql)
10106 ("cl-sqlite" ,sbcl-cl-sqlite)
10107 ("closer-mop" ,sbcl-closer-mop)
10108 ("postmodern" ,sbcl-postmodern)
10109 ("split-sequence" ,sbcl-split-sequence)
10110 ("trivial-garbage" ,sbcl-trivial-garbage)))
10111 (arguments
10112 `(#:asd-systems '("dbi"
10113 "dbd-mysql"
10114 "dbd-postgres"
10115 "dbd-sqlite3")))
10116 (synopsis "Database independent interface for Common Lisp")
10117 (description
10118 "@code{dbi} is a Common Lisp library providing a database independent
10119 interface for MySQL, PostgreSQL and SQLite.")
10120 (home-page "https://github.com/fukamachi/cl-dbi")
10121 (license license:llgpl))))
10122
10123 (define-public cl-dbi
10124 (sbcl-package->cl-source-package sbcl-dbi))
10125
10126 (define-public ecl-dbi
10127 (sbcl-package->ecl-package sbcl-dbi))
10128
10129 (define-public sbcl-uffi
10130 (package
10131 (name "sbcl-uffi")
10132 (version "2.1.2")
10133 (source
10134 (origin
10135 (method git-fetch)
10136 (uri (git-reference
10137 (url "http://git.kpe.io/uffi.git")
10138 (commit (string-append "v" version))))
10139 (file-name (git-file-name name version))
10140 (sha256
10141 (base32 "1hqszvz0a3wk4s9faa83sc3vjxcb5rxmjclyr17yzwg55z733kry"))))
10142 (build-system asdf-build-system/sbcl)
10143 (arguments
10144 `(#:tests? #f ; TODO: Fix use of deprecated ASDF functions
10145 #:asd-files '("uffi.asd")
10146 #:phases
10147 (modify-phases %standard-phases
10148 (add-after 'unpack 'fix-permissions
10149 (lambda _
10150 (make-file-writable "doc/html.tar.gz")
10151 #t)))))
10152 (synopsis "Universal foreign function library for Common Lisp")
10153 (description
10154 "UFFI provides a universal foreign function interface (FFI)
10155 for Common Lisp.")
10156 (home-page "http://quickdocs.org/uffi/")
10157 (license license:llgpl)))
10158
10159 (define-public cl-uffi
10160 (package
10161 (inherit (sbcl-package->cl-source-package sbcl-uffi))
10162 (arguments
10163 `(#:phases
10164 ;; asdf-build-system/source has its own phases and does not inherit
10165 ;; from asdf-build-system/sbcl phases.
10166 (modify-phases %standard-phases/source
10167 ;; Already done in SBCL package.
10168 (delete 'reset-gzip-timestamps))))))
10169
10170 (define-public sbcl-clsql
10171 (package
10172 (name "sbcl-clsql")
10173 (version "6.7.0")
10174 (source
10175 (origin
10176 (method git-fetch)
10177 (uri (git-reference
10178 (url "http://git.kpe.io/clsql.git")
10179 (commit (string-append "v" version))))
10180 (file-name (git-file-name name version))
10181 (sha256
10182 (base32 "1v1k3s5bsy3lgd9gk459bzpb1r0kdjda25s29samxw4gsgf1fqvp"))
10183 (snippet
10184 '(begin
10185 ;; Remove precompiled libraries.
10186 (delete-file "db-mysql/clsql_mysql.dll")
10187 (delete-file "uffi/clsql_uffi.dll")
10188 (delete-file "uffi/clsql_uffi.lib")
10189 #t))))
10190 (build-system asdf-build-system/sbcl)
10191 (native-inputs
10192 `(("rt" ,sbcl-rt)))
10193 (inputs
10194 `(("cffi" ,sbcl-cffi)
10195 ("md5" ,sbcl-md5)
10196 ("mysql" ,mysql)
10197 ("postgresql" ,postgresql)
10198 ("postmodern" ,sbcl-postmodern)
10199 ("sqlite" ,sqlite)
10200 ("uffi" ,sbcl-uffi)
10201 ("zlib" ,zlib)))
10202 (arguments
10203 `(#:asd-files '("clsql.asd"
10204 "clsql-uffi.asd"
10205 "clsql-sqlite3.asd"
10206 "clsql-postgresql.asd"
10207 "clsql-postgresql-socket3.asd"
10208 "clsql-mysql.asd")
10209 #:asd-systems '("clsql"
10210 "clsql-sqlite3"
10211 "clsql-postgresql"
10212 "clsql-postgresql-socket3"
10213 "clsql-mysql")
10214 #:phases
10215 (modify-phases %standard-phases
10216 (add-after 'unpack 'fix-permissions
10217 (lambda _
10218 (make-file-writable "doc/html.tar.gz")
10219 #t))
10220 (add-after 'unpack 'fix-build
10221 (lambda _
10222 (substitute* "clsql-uffi.asd"
10223 (("\\(:version uffi \"2.0\"\\)")
10224 "uffi"))
10225 (substitute* "db-postgresql/postgresql-api.lisp"
10226 (("\\(data :cstring\\)")
10227 "(data :string)"))
10228 #t))
10229 (add-after 'unpack 'fix-paths
10230 (lambda* (#:key inputs outputs #:allow-other-keys)
10231 (substitute* "db-sqlite3/sqlite3-loader.lisp"
10232 (("libsqlite3")
10233 (string-append (assoc-ref inputs "sqlite")
10234 "/lib/libsqlite3")))
10235 (substitute* "db-postgresql/postgresql-loader.lisp"
10236 (("libpq")
10237 (string-append (assoc-ref inputs "postgresql")
10238 "/lib/libpq")))
10239 (let ((lib (string-append "#p\""
10240 (assoc-ref outputs "out")
10241 "/lib/\"")))
10242 (substitute* "clsql-mysql.asd"
10243 (("#p\"/usr/lib/clsql/clsql_mysql\\.so\"")
10244 lib))
10245 (substitute* "db-mysql/mysql-loader.lisp"
10246 (("libmysqlclient" all)
10247 (string-append (assoc-ref inputs "mysql") "/lib/" all))
10248 (("clsql-mysql-system::\\*library-file-dir\\*")
10249 lib)))
10250 #t))
10251 (add-before 'build 'build-helper-library
10252 (lambda* (#:key inputs outputs #:allow-other-keys)
10253 (let* ((mysql (assoc-ref inputs "mysql"))
10254 (inc-dir (string-append mysql "/include/mysql"))
10255 (lib-dir (string-append mysql "/lib"))
10256 (shared-lib-dir (string-append (assoc-ref outputs "out")
10257 "/lib"))
10258 (shared-lib (string-append shared-lib-dir
10259 "/clsql_mysql.so")))
10260 (mkdir-p shared-lib-dir)
10261 (invoke "gcc" "-fPIC" "-shared"
10262 "-I" inc-dir
10263 "db-mysql/clsql_mysql.c"
10264 "-Wl,-soname=clsql_mysql"
10265 "-L" lib-dir "-lmysqlclient" "-lz"
10266 "-o" shared-lib)
10267 #t)))
10268 (add-after 'unpack 'fix-tests
10269 (lambda _
10270 (substitute* "clsql.asd"
10271 (("clsql-tests :force t")
10272 "clsql-tests"))
10273 #t)))))
10274 (synopsis "Common Lisp SQL Interface library")
10275 (description
10276 "@code{clsql} is a Common Lisp interface to SQL RDBMS based on the
10277 Xanalys CommonSQL interface for Lispworks. It provides low-level database
10278 interfaces as well as a functional and an object oriented interface.")
10279 (home-page "http://clsql.kpe.io/")
10280 (license license:llgpl)))
10281
10282 (define-public cl-clsql
10283 (package
10284 (inherit (sbcl-package->cl-source-package sbcl-clsql))
10285 (native-inputs
10286 `(("rt" ,cl-rt)))
10287 (inputs
10288 `(("mysql" ,mysql)
10289 ("postgresql" ,postgresql)
10290 ("sqlite" ,sqlite)
10291 ("zlib" ,zlib)))
10292 (propagated-inputs
10293 `(("cffi" ,cl-cffi)
10294 ("md5" ,cl-md5)
10295 ("postmodern" ,cl-postmodern)
10296 ("uffi" ,cl-uffi)))
10297 (arguments
10298 `(#:phases
10299 ;; asdf-build-system/source has its own phases and does not inherit
10300 ;; from asdf-build-system/sbcl phases.
10301 (modify-phases %standard-phases/source
10302 (add-after 'unpack 'fix-permissions
10303 (lambda _
10304 (make-file-writable "doc/html.tar.gz")
10305 #t)))))))
10306
10307 (define-public ecl-clsql
10308 (let ((pkg (sbcl-package->ecl-package sbcl-clsql)))
10309 (package
10310 (inherit pkg)
10311 (inputs
10312 (alist-delete "uffi" (package-inputs pkg)))
10313 (arguments
10314 (substitute-keyword-arguments (package-arguments pkg)
10315 ((#:asd-files asd-files '())
10316 `(cons "clsql-cffi.asd" ,asd-files)))))))
10317
10318 (define-public sbcl-sycamore
10319 (let ((commit "fd2820fec165ad514493426dea209728f64e6d18"))
10320 (package
10321 (name "sbcl-sycamore")
10322 (version "0.0.20120604")
10323 (source
10324 (origin
10325 (method git-fetch)
10326 (uri (git-reference
10327 (url "https://github.com/ndantam/sycamore/")
10328 (commit commit)))
10329 (file-name (git-file-name name version))
10330 (sha256
10331 (base32 "00bv1aj89q5vldmq92zp2364jq312zjq2mbd3iyz1s2b4widzhl7"))))
10332 (build-system asdf-build-system/sbcl)
10333 (inputs
10334 `(("alexandria" ,sbcl-alexandria)
10335 ("cl-ppcre" ,sbcl-cl-ppcre)))
10336 (synopsis "Purely functional data structure library in Common Lisp")
10337 (description
10338 "Sycamore is a fast, purely functional data structure library in Common Lisp.
10339 If features:
10340
10341 @itemize
10342 @item Fast, purely functional weight-balanced binary trees.
10343 @item Leaf nodes are simple-vectors, greatly reducing tree height.
10344 @item Interfaces for tree Sets and Maps (dictionaries).
10345 @item Ropes.
10346 @item Purely functional pairing heaps.
10347 @item Purely functional amortized queue.
10348 @end itemize\n")
10349 (home-page "http://ndantam.github.io/sycamore/")
10350 (license license:bsd-3))))
10351
10352 (define-public cl-sycamore
10353 (sbcl-package->cl-source-package sbcl-sycamore))
10354
10355 (define-public ecl-sycamore
10356 (sbcl-package->ecl-package sbcl-sycamore))
10357
10358 (define-public sbcl-trivial-package-local-nicknames
10359 (package
10360 (name "sbcl-trivial-package-local-nicknames")
10361 (version "0.2")
10362 (home-page "https://github.com/phoe/trivial-package-local-nicknames")
10363 (source
10364 (origin
10365 (method git-fetch)
10366 (uri (git-reference
10367 (url home-page)
10368 (commit "16b7ad4c2b120f50da65154191f468ea5598460e")))
10369 (file-name (git-file-name name version))
10370 (sha256
10371 (base32 "18qc27xkjzdcqrilpk3pm7djldwq5rm3ggd5h9cr8hqcd54i2fqg"))))
10372 (build-system asdf-build-system/sbcl)
10373 (synopsis "Common Lisp compatibility library for package local nicknames")
10374 (description
10375 "This library is a portable compatibility layer around package local nicknames (PLN).
10376 This was done so there is a portability library for the PLN API not included
10377 in DEFPACKAGE.")
10378 (license license:unlicense)))
10379
10380 (define-public cl-trivial-package-local-nicknames
10381 (sbcl-package->cl-source-package sbcl-trivial-package-local-nicknames))
10382
10383 (define-public ecl-trivial-package-local-nicknames
10384 (sbcl-package->ecl-package sbcl-trivial-package-local-nicknames))
10385
10386 (define-public sbcl-enchant
10387 (let ((commit "6af162a7bf10541cbcfcfa6513894900329713fa"))
10388 (package
10389 (name "sbcl-enchant")
10390 (version (git-version "0.0.0" "1" commit))
10391 (home-page "https://github.com/tlikonen/cl-enchant")
10392 (source
10393 (origin
10394 (method git-fetch)
10395 (uri (git-reference
10396 (url home-page)
10397 (commit commit)))
10398 (file-name (git-file-name name version))
10399 (sha256
10400 (base32 "19yh5ihirzi1d8xqy1cjqipzd6ly3245cfxa5s9xx496rryz0s01"))))
10401 (build-system asdf-build-system/sbcl)
10402 (inputs
10403 `(("enchant" ,enchant)
10404 ("cffi" ,sbcl-cffi)))
10405 (arguments
10406 `(#:phases
10407 (modify-phases %standard-phases
10408 (add-after 'unpack 'fix-paths
10409 (lambda* (#:key inputs #:allow-other-keys)
10410 (substitute* "load-enchant.lisp"
10411 (("libenchant")
10412 (string-append
10413 (assoc-ref inputs "enchant") "/lib/libenchant-2"))))))))
10414 (synopsis "Common Lisp interface for the Enchant spell-checker library")
10415 (description
10416 "Enchant is a Common Lisp interface for the Enchant spell-checker
10417 library. The Enchant library is a generic spell-checker library which uses
10418 other spell-checkers transparently as back-end. The library supports the
10419 multiple checkers, including Aspell and Hunspell.")
10420 (license license:public-domain))))
10421
10422 (define-public cl-enchant
10423 (sbcl-package->cl-source-package sbcl-enchant))
10424
10425 (define-public ecl-enchant
10426 (sbcl-package->ecl-package sbcl-enchant))
10427
10428 (define-public sbcl-cl-change-case
10429 (let ((commit "45c70b601125889689e0c1c37d7e727a3a0af022")
10430 (revision "1"))
10431 (package
10432 (name "sbcl-cl-change-case")
10433 (version (git-version "0.2.0" revision commit))
10434 (home-page "https://github.com/rudolfochrist/cl-change-case")
10435 (source
10436 (origin
10437 (method git-fetch)
10438 (uri (git-reference
10439 (url home-page)
10440 (commit commit)))
10441 (file-name (git-file-name "cl-change-case" version))
10442 (sha256
10443 (base32 "0qmk341zzcsbf8sq0w9ix3r080zg4ri6vzxym63lhdjfzwz3y8if"))))
10444 (build-system asdf-build-system/sbcl)
10445 (inputs
10446 `(("cl-ppcre" ,sbcl-cl-ppcre)
10447 ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)))
10448 (native-inputs
10449 `(("fiveam" ,sbcl-fiveam)))
10450 (synopsis
10451 "Convert Common Lisp strings between camelCase, PascalCase and more")
10452 (description
10453 "@code{cl-change-case} is a library to convert strings between
10454 camelCase, PascalCase, snake_case, param-case, CONSTANT_CASE and more.")
10455 (license license:llgpl))))
10456
10457 (define-public cl-change-case
10458 (sbcl-package->cl-source-package sbcl-cl-change-case))
10459
10460 (define-public ecl-cl-change-case
10461 (sbcl-package->ecl-package sbcl-cl-change-case))
10462
10463 (define-public sbcl-modularize
10464 (let ((commit "86c5d9a11fbd2df9f0f03ac10b5d71837c8934ba")
10465 (revision "1"))
10466 (package
10467 (name "sbcl-modularize")
10468 (version (git-version "1.0.0" revision commit))
10469 (source
10470 (origin
10471 (method git-fetch)
10472 (uri (git-reference
10473 (url "https://github.com/Shinmera/modularize")
10474 (commit commit)))
10475 (file-name (git-file-name name version))
10476 (sha256
10477 (base32 "1zys29rfkb649rkgl3snxhajk8d5yf7ryxkrwy020kwdh7zdsg7d"))))
10478 (build-system asdf-build-system/sbcl)
10479 (arguments
10480 `(#:test-asd-file "modularize-test-module.asd"
10481 #:asd-files '("modularize.asd" "modularize-test-module.asd")
10482 #:asd-systems '("modularize" "modularize-test-module")))
10483 (inputs
10484 `(("documentation-utils" ,sbcl-documentation-utils)
10485 ("trivial-package-local-nicknames" ,sbcl-trivial-package-local-nicknames)))
10486 (home-page "https://shinmera.github.io/modularize/")
10487 (synopsis "Common Lisp modularization framework")
10488 (description
10489 "@code{MODULARIZE} is an attempt at providing a common interface to
10490 segregate major application components. This is achieved by adding special
10491 treatment to packages. Each module is a package that is specially registered,
10492 which allows it to interact and co-exist with other modules in better ways. For
10493 instance, by adding module definition options you can introduce mechanisms to
10494 tie modules together in functionality, hook into each other and so on.")
10495 (license license:zlib))))
10496
10497 (define-public ecl-modularize
10498 (sbcl-package->ecl-package sbcl-modularize))
10499
10500 (define-public cl-modularize
10501 (sbcl-package->cl-source-package sbcl-modularize))
10502
10503 (define-public sbcl-modularize-hooks
10504 (let ((commit "e0348ed3ffd59a9ec31ca4ab28289e748bfbf96a")
10505 (revision "1"))
10506 (package
10507 (name "sbcl-modularize-hooks")
10508 (version (git-version "1.0.2" revision commit))
10509 (source
10510 (origin
10511 (method git-fetch)
10512 (uri (git-reference
10513 (url "https://github.com/Shinmera/modularize-hooks")
10514 (commit commit)))
10515 (file-name (git-file-name "modularize-hooks" version))
10516 (sha256
10517 (base32 "12kjvin8hxidwkzfb7inqv5b6g5qzcssnj9wc497v2ixc56fqdz7"))))
10518 (build-system asdf-build-system/sbcl)
10519 (inputs
10520 `(("closer-mop" ,sbcl-closer-mop)
10521 ("lambda-fiddle" ,sbcl-lambda-fiddle)
10522 ("modularize" ,sbcl-modularize)
10523 ("trivial-arguments" ,sbcl-trivial-arguments)))
10524 (home-page "https://shinmera.github.io/modularize-hooks/")
10525 (synopsis "Generic hooks and triggers extension for Modularize")
10526 (description
10527 "This is a simple extension to @code{MODULARIZE} that allows modules to
10528 define and trigger hooks, which other modules can hook on to.")
10529 (license license:zlib))))
10530
10531 (define-public ecl-modularize-hooks
10532 (sbcl-package->ecl-package sbcl-modularize-hooks))
10533
10534 (define-public cl-modularize-hooks
10535 (sbcl-package->cl-source-package sbcl-modularize-hooks))
10536
10537 (define-public sbcl-modularize-interfaces
10538 (let ((commit "96353657afb8c7aeba7ef5b51eb04c5ed3bcb6ef")
10539 (revision "1"))
10540 (package
10541 (name "sbcl-modularize-interfaces")
10542 (version (git-version "0.9.3" revision commit))
10543 (source
10544 (origin
10545 (method git-fetch)
10546 (uri (git-reference
10547 (url "https://github.com/Shinmera/modularize-interfaces")
10548 (commit commit)))
10549 (file-name (git-file-name "modularize-interfaces" version))
10550 (sha256
10551 (base32 "0bjf4wy39cwf75m7vh0r7mmcchs09yz2lrbyap98hnq8blq70fhc"))))
10552 (build-system asdf-build-system/sbcl)
10553 (inputs
10554 `(("lambda-fiddle" ,sbcl-lambda-fiddle)
10555 ("modularize" ,sbcl-modularize)
10556 ("trivial-arguments" ,sbcl-trivial-arguments)
10557 ("trivial-indent" ,sbcl-trivial-indent)))
10558 (home-page "https://shinmera.github.io/modularize-interfaces/")
10559 (synopsis "Programmatical interfaces extension for Modularize")
10560 (description
10561 "This is an extension to @code{MODULARIZE} that allows your application
10562 to define interfaces in-code that serve both as a primary documentation and as
10563 compliance control.")
10564 (license license:zlib))))
10565
10566 (define-public ecl-modularize-interfaces
10567 (sbcl-package->ecl-package sbcl-modularize-interfaces))
10568
10569 (define-public cl-modularize-interfaces
10570 (sbcl-package->cl-source-package sbcl-modularize-interfaces))
10571
10572 (define-public sbcl-moptilities
10573 (let ((commit "a436f16b357c96b82397ec018ea469574c10dd41"))
10574 (package
10575 (name "sbcl-moptilities")
10576 (version (git-version "0.3.13" "1" commit))
10577 (home-page "https://github.com/gwkkwg/moptilities/")
10578 (source
10579 (origin
10580 (method git-fetch)
10581 (uri (git-reference
10582 (url home-page)
10583 (commit commit)))
10584 (file-name (git-file-name name version))
10585 (sha256
10586 (base32 "1q12bqjbj47lx98yim1kfnnhgfhkl80102fkgp9pdqxg0fp6g5fc"))))
10587 (build-system asdf-build-system/sbcl)
10588 (inputs
10589 `(("closer-mop" ,sbcl-closer-mop)))
10590 (native-inputs
10591 `(("lift" ,sbcl-lift)))
10592 (arguments
10593 `(#:phases
10594 (modify-phases %standard-phases
10595 (add-after 'unpack 'fix-tests
10596 (lambda _
10597 (substitute* "lift-standard.config"
10598 ((":relative-to lift-test")
10599 ":relative-to moptilities-test"))
10600 #t)))))
10601 (synopsis "Compatibility layer for Common Lisp MOP implementation differences")
10602 (description
10603 "MOP utilities provide a common interface between Lisps and make the
10604 MOP easier to use.")
10605 (license license:expat))))
10606
10607 (define-public cl-moptilities
10608 (sbcl-package->cl-source-package sbcl-moptilities))
10609
10610 (define-public sbcl-osicat
10611 (let ((commit "de0c18a367eedc857e1902a7319828af072a0d97"))
10612 (package
10613 (name "sbcl-osicat")
10614 (version (git-version "0.7.0" "1" commit))
10615 (home-page "http://www.common-lisp.net/project/osicat/")
10616 (source
10617 (origin
10618 (method git-fetch)
10619 (uri (git-reference
10620 (url "https://github.com/osicat/osicat")
10621 (commit commit)))
10622 (file-name (git-file-name name version))
10623 (sha256
10624 (base32 "15viw5pi5sa7qq9b4n2rr3dj2jkqr180rh9z1lh8w3rgl42i2adc"))))
10625 (build-system asdf-build-system/sbcl)
10626 (inputs
10627 `(("alexandria" ,sbcl-alexandria)
10628 ("cffi" ,sbcl-cffi)
10629 ("trivial-features" ,sbcl-trivial-features)))
10630 (native-inputs
10631 `(("rt" ,sbcl-rt)))
10632 (synopsis "Operating system interface for Common Lisp")
10633 (description
10634 "Osicat is a lightweight operating system interface for Common Lisp on
10635 Unix-platforms. It is not a POSIX-style API, but rather a simple lispy
10636 accompaniment to the standard ANSI facilities.")
10637 (license license:expat))))
10638
10639 (define-public cl-osicat
10640 (sbcl-package->cl-source-package sbcl-osicat))
10641
10642 (define-public ecl-osicat
10643 (sbcl-package->ecl-package sbcl-osicat))
10644
10645 (define-public sbcl-clx-xembed
10646 (let ((commit "a5c4b844d31ee68ffa58c933cc1cdddde6990743")
10647 (revision "1"))
10648 (package
10649 (name "sbcl-clx-xembed")
10650 (version (git-version "0.1" revision commit))
10651 (home-page "https://github.com/laynor/clx-xembed")
10652 (source
10653 (origin
10654 (method git-fetch)
10655 (uri (git-reference
10656 (url "https://github.com/laynor/clx-xembed")
10657 (commit commit)))
10658 (file-name (git-file-name name version))
10659 (sha256
10660 (base32 "1abx4v36ycmfjdwpjk4hh8058ya8whwia7ds9vd96q2qsrs57f12"))))
10661 (build-system asdf-build-system/sbcl)
10662 (arguments
10663 `(#:asd-systems '("xembed")))
10664 (inputs
10665 `(("sbcl-clx" ,sbcl-clx)))
10666 (synopsis "CL(x) xembed protocol implementation ")
10667 (description "CL(x) xembed protocol implementation")
10668 ;; MIT License
10669 (license license:expat))))
10670
10671 (define-public cl-clx-xembed
10672 (sbcl-package->cl-source-package sbcl-clx-xembed))
10673
10674 (define-public ecl-clx-xembed
10675 (sbcl-package->ecl-package sbcl-clx-xembed))
10676
10677 (define-public sbcl-quantile-estimator
10678 (package
10679 (name "sbcl-quantile-estimator")
10680 (version "0.0.1")
10681 (source
10682 (origin
10683 (method git-fetch)
10684 (uri (git-reference
10685 (url "https://github.com/deadtrickster/quantile-estimator.cl")
10686 (commit "84d0ea405d793f5e808c68c4ddaf25417b0ff8e5")))
10687 (file-name (git-file-name name version))
10688 (sha256
10689 (base32
10690 "0rlswkf0siaabsvvch3dgxmg45fw5w8pd9b7ri2w7a298aya52z9"))))
10691 (build-system asdf-build-system/sbcl)
10692 (arguments
10693 '(#:asd-files '("quantile-estimator.asd")))
10694 (inputs
10695 `(("alexandria" ,sbcl-alexandria)))
10696 (home-page "https://github.com/deadtrickster/quantile-estimator.cl")
10697 (synopsis
10698 "Effective computation of biased quantiles over data streams")
10699 (description
10700 "Common Lisp implementation of Graham Cormode and S.
10701 Muthukrishnan's Effective Computation of Biased Quantiles over Data
10702 Streams in ICDE’05.")
10703 (license license:expat)))
10704
10705 (define-public cl-quantile-estimator
10706 (sbcl-package->cl-source-package sbcl-quantile-estimator))
10707
10708 (define-public ecl-quantile-estimator
10709 (sbcl-package->ecl-package sbcl-quantile-estimator))
10710
10711 (define-public sbcl-prometheus
10712 (package
10713 (name "sbcl-prometheus")
10714 (version "0.4.1")
10715 (source
10716 (origin
10717 (method git-fetch)
10718 (uri (git-reference
10719 (url "https://github.com/deadtrickster/prometheus.cl")
10720 (commit "7352b92296996ff383503e19bdd3bcea30409a15")))
10721 (file-name (git-file-name name version))
10722 (sha256
10723 (base32
10724 "0fzczls2kfgdx18pja4lqxjrz72i583185d8nq0pb3s331hhzh0z"))))
10725 (build-system asdf-build-system/sbcl)
10726 (inputs
10727 `(("alexandria" ,sbcl-alexandria)
10728 ("bordeaux-threads" ,sbcl-bordeaux-threads)
10729 ("cffi" ,sbcl-cffi)
10730 ("cl-fad" ,sbcl-cl-fad)
10731 ("cl-ppcre" ,sbcl-cl-ppcre)
10732 ("drakma" ,sbcl-drakma)
10733 ("hunchentoot" ,sbcl-hunchentoot)
10734 ("local-time" ,sbcl-local-time)
10735 ("quantile-estimator" ,sbcl-quantile-estimator)
10736 ("salza2" ,sbcl-salza2)
10737 ("split-sequence" ,sbcl-split-sequence)
10738 ("trivial-utf-8" ,sbcl-trivial-utf-8)))
10739 (arguments
10740 '(#:asd-files '("prometheus.asd"
10741 "prometheus.collectors.sbcl.asd"
10742 "prometheus.collectors.process.asd"
10743 "prometheus.formats.text.asd"
10744 "prometheus.exposers.hunchentoot.asd"
10745 "prometheus.pushgateway.asd")
10746 #:asd-systems '("prometheus"
10747 "prometheus.collectors.sbcl"
10748 "prometheus.collectors.process"
10749 "prometheus.formats.text"
10750 "prometheus.exposers.hunchentoot"
10751 "prometheus.pushgateway")))
10752 (home-page "https://github.com/deadtrickster/prometheus.cl")
10753 (synopsis "Prometheus.io Common Lisp client")
10754 (description "Prometheus.io Common Lisp client.")
10755 (license license:expat)))
10756
10757 (define-public cl-prometheus
10758 (sbcl-package->cl-source-package sbcl-prometheus))
10759
10760 (define-public ecl-prometheus
10761 (sbcl-package->ecl-package sbcl-prometheus))
10762
10763 (define-public sbcl-uuid
10764 (let ((commit "e7d6680c3138385c0708f7aaf0c96622eeb140e8"))
10765 (package
10766 (name "sbcl-uuid")
10767 (version (git-version "2012.12.26" "1" commit))
10768 (source
10769 (origin
10770 (method git-fetch)
10771 (uri (git-reference
10772 (url "https://github.com/dardoria/uuid")
10773 (commit commit)))
10774 (file-name (git-file-name name version))
10775 (sha256
10776 (base32
10777 "0jnyp2kibcf5cwi60l6grjrj8wws9chasjvsw7xzwyym2lyid46f"))))
10778 (build-system asdf-build-system/sbcl)
10779 (inputs
10780 `(("ironclad" ,sbcl-ironclad)
10781 ("trivial-utf-8" ,sbcl-trivial-utf-8)))
10782 (home-page "https://github.com/dardoria/uuid")
10783 (synopsis
10784 "Common Lisp implementation of UUIDs according to RFC4122")
10785 (description
10786 "Common Lisp implementation of UUIDs according to RFC4122.")
10787 (license license:llgpl))))
10788
10789 (define-public cl-uuid
10790 (sbcl-package->cl-source-package sbcl-uuid))
10791
10792 (define-public ecl-uuid
10793 (sbcl-package->ecl-package sbcl-uuid))
10794
10795 (define-public sbcl-dissect
10796 (let ((commit "cffd38479f0e64e805f167bbdb240b783ecc8d45"))
10797 (package
10798 (name "sbcl-dissect")
10799 (version (git-version "1.0.0" "1" commit))
10800 (source
10801 (origin
10802 (method git-fetch)
10803 (uri (git-reference
10804 (url "https://github.com/Shinmera/dissect")
10805 (commit commit)))
10806 (file-name (git-file-name name version))
10807 (sha256
10808 (base32
10809 "0rmsjkgjl90gl6ssvgd60hb0d5diyhsiyypvw9hbc0ripvbmk5r5"))))
10810 (build-system asdf-build-system/sbcl)
10811 (inputs
10812 `(("cl-ppcre" ,sbcl-cl-ppcre)))
10813 (home-page "https://shinmera.github.io/dissect/")
10814 (synopsis
10815 "Introspection library for the call stack and restarts")
10816 (description
10817 "Dissect is a small Common Lisp library for introspecting the call stack
10818 and active restarts.")
10819 (license license:zlib))))
10820
10821 (define-public cl-dissect
10822 (sbcl-package->cl-source-package sbcl-dissect))
10823
10824 (define-public ecl-dissect
10825 (sbcl-package->ecl-package sbcl-dissect))
10826
10827 (define-public sbcl-rove
10828 (package
10829 (name "sbcl-rove")
10830 (version "0.9.6")
10831 (source
10832 (origin
10833 (method git-fetch)
10834 (uri (git-reference
10835 (url "https://github.com/fukamachi/rove")
10836 (commit "f3695db08203bf26f3b861dc22ac0f4257d3ec21")))
10837 (file-name (git-file-name name version))
10838 (sha256
10839 (base32
10840 "07ala4l2fncxf540fzxj3h5mhi9i4wqllhj0rqk8m2ljl5zbz89q"))))
10841 (build-system asdf-build-system/sbcl)
10842 (inputs
10843 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
10844 ("dissect" ,sbcl-dissect)
10845 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
10846 (home-page "https://github.com/fukamachi/rove")
10847 (synopsis
10848 "Yet another common lisp testing library")
10849 (description
10850 "Rove is a unit testing framework for Common Lisp applications.
10851 This is intended to be a successor of Prove.")
10852 (license license:bsd-3)))
10853
10854 (define-public cl-rove
10855 (sbcl-package->cl-source-package sbcl-rove))
10856
10857 (define-public ecl-rove
10858 (sbcl-package->ecl-package sbcl-rove))
10859
10860 (define-public sbcl-exponential-backoff
10861 (let ((commit "8d9e8444d8b3184a524c12ce3449f91613ab714f"))
10862 (package
10863 (name "sbcl-exponential-backoff")
10864 (version (git-version "0" "1" commit))
10865 (source
10866 (origin
10867 (method git-fetch)
10868 (uri (git-reference
10869 (url "https://github.com/death/exponential-backoff")
10870 (commit commit)))
10871 (file-name (git-file-name name version))
10872 (sha256
10873 (base32
10874 "1389hm9hxv85s0125ja4js1bvh8ay4dsy9q1gaynjv27ynik6gmv"))))
10875 (build-system asdf-build-system/sbcl)
10876 (home-page "https://github.com/death/exponential-backoff")
10877 (synopsis "Exponential backoff algorithm in Common Lisp")
10878 (description
10879 "An implementation of the exponential backoff algorithm in Common Lisp.
10880 Inspired by the implementation found in Chromium. Read the header file to
10881 learn about each of the parameters.")
10882 (license license:expat))))
10883
10884 (define-public cl-exponential-backoff
10885 (sbcl-package->cl-source-package sbcl-exponential-backoff))
10886
10887 (define-public ecl-exponential-backoff
10888 (sbcl-package->ecl-package sbcl-exponential-backoff))
10889
10890 (define-public sbcl-sxql
10891 (let ((commit "5aa8b739492c5829e8623432b5d46482263990e8"))
10892 (package
10893 (name "sbcl-sxql")
10894 (version (git-version "0.1.0" "1" commit))
10895 (source
10896 (origin
10897 (method git-fetch)
10898 (uri (git-reference
10899 (url "https://github.com/fukamachi/sxql")
10900 (commit commit)))
10901 (file-name (git-file-name name version))
10902 (sha256
10903 (base32
10904 "0k25p6w2ld9cn8q8s20lda6yjfyp4q89219sviayfgixnj27avnj"))))
10905 (build-system asdf-build-system/sbcl)
10906 (arguments
10907 `(#:test-asd-file "sxql-test.asd"))
10908 (inputs
10909 `(("alexandria" ,sbcl-alexandria)
10910 ("cl-syntax" ,sbcl-cl-syntax)
10911 ("iterate" ,sbcl-iterate)
10912 ("optima" ,sbcl-optima)
10913 ("split-sequence" ,sbcl-split-sequence)
10914 ("trivial-types" ,sbcl-trivial-types)))
10915 (native-inputs
10916 `(("prove" ,sbcl-prove)))
10917 (home-page "https://github.com/fukamachi/sxql")
10918 (synopsis "SQL generator for Common Lisp")
10919 (description "SQL generator for Common Lisp.")
10920 (license license:bsd-3))))
10921
10922 (define-public cl-sxql
10923 (sbcl-package->cl-source-package sbcl-sxql))
10924
10925 (define-public ecl-sxql
10926 (sbcl-package->ecl-package sbcl-sxql))
10927
10928 (define-public sbcl-1am
10929 (let ((commit "8b1da94eca4613fd8a20bdf63f0e609e379b0ba5"))
10930 (package
10931 (name "sbcl-1am")
10932 (version (git-version "0.0" "1" commit))
10933 (source
10934 (origin
10935 (method git-fetch)
10936 (uri (git-reference
10937 (url "https://github.com/lmj/1am")
10938 (commit commit)))
10939 (file-name (git-file-name name version))
10940 (sha256
10941 (base32
10942 "05ss4nz1jb9kb796295482b62w5cj29msfj8zis33sp2rw2vmv2g"))))
10943 (build-system asdf-build-system/sbcl)
10944 (arguments
10945 `(#:asd-systems '("1am")))
10946 (home-page "https://github.com/lmj/1am")
10947 (synopsis "Minimal testing framework for Common Lisp")
10948 (description "A minimal testing framework for Common Lisp.")
10949 (license license:expat))))
10950
10951 (define-public cl-1am
10952 (sbcl-package->cl-source-package sbcl-1am))
10953
10954 (define-public ecl-1am
10955 (sbcl-package->ecl-package sbcl-1am))
10956
10957 (define-public sbcl-cl-ascii-table
10958 (let ((commit "d9f5e774a56fad1b416e4dadb8f8a5b0e84094e2")
10959 (revision "1"))
10960 (package
10961 (name "sbcl-cl-ascii-table")
10962 (version (git-version "0.0.0" revision commit))
10963 (source
10964 (origin
10965 (method git-fetch)
10966 (uri (git-reference
10967 (url "https://github.com/telephil/cl-ascii-table")
10968 (commit commit)))
10969 (file-name (git-file-name name version))
10970 (sha256
10971 (base32 "125fdif9sgl7k0ngjhxv0wjas2q27d075025hvj2rx1b1x948z4s"))))
10972 (build-system asdf-build-system/sbcl)
10973 (synopsis "Library to make ascii-art tables")
10974 (description
10975 "This is a Common Lisp library to present tabular data in ascii-art
10976 tables.")
10977 (home-page "https://github.com/telephil/cl-ascii-table")
10978 (license license:expat))))
10979
10980 (define-public cl-ascii-table
10981 (sbcl-package->cl-source-package sbcl-cl-ascii-table))
10982
10983 (define-public ecl-cl-ascii-table
10984 (sbcl-package->ecl-package sbcl-cl-ascii-table))
10985
10986 (define-public sbcl-cl-rdkafka
10987 (package
10988 (name "sbcl-cl-rdkafka")
10989 (version "1.1.0")
10990 (source
10991 (origin
10992 (method git-fetch)
10993 (uri (git-reference
10994 (url "https://github.com/SahilKang/cl-rdkafka")
10995 (commit (string-append "v" version))))
10996 (file-name (git-file-name name version))
10997 (sha256
10998 (base32
10999 "0z2g0k0xy8k1p9g93h8dy9wbygaq7ziwagm4yz93zk67mhc0b84v"))))
11000 (build-system asdf-build-system/sbcl)
11001 (arguments
11002 `(#:tests? #f ; Attempts to connect to locally running Kafka
11003 #:phases
11004 (modify-phases %standard-phases
11005 (add-after 'unpack 'fix-paths
11006 (lambda* (#:key inputs #:allow-other-keys)
11007 (substitute* "src/low-level/librdkafka-bindings.lisp"
11008 (("librdkafka" all)
11009 (string-append (assoc-ref inputs "librdkafka") "/lib/"
11010 all))))))))
11011 (inputs
11012 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
11013 ("cffi" ,sbcl-cffi)
11014 ("librdkafka" ,librdkafka)
11015 ("lparallel" ,sbcl-lparallel)
11016 ("trivial-garbage" ,sbcl-trivial-garbage)))
11017 (home-page "https://github.com/SahilKang/cl-rdkafka")
11018 (synopsis "Common Lisp client library for Apache Kafka")
11019 (description "A Common Lisp client library for Apache Kafka.")
11020 (license license:gpl3)))
11021
11022 (define-public cl-rdkafka
11023 (sbcl-package->cl-source-package sbcl-cl-rdkafka))
11024
11025 (define-public ecl-cl-rdkafka
11026 (sbcl-package->ecl-package sbcl-cl-rdkafka))
11027
11028 (define-public sbcl-acclimation
11029 (let ((commit "4d51150902568fcd59335f4cc4cfa022df6116a5"))
11030 (package
11031 (name "sbcl-acclimation")
11032 (version (git-version "0.0.0" "1" commit))
11033 (source
11034 (origin
11035 (method git-fetch)
11036 (uri (git-reference
11037 (url "https://github.com/robert-strandh/Acclimation")
11038 (commit commit)))
11039 (file-name (git-file-name name version))
11040 (sha256
11041 (base32
11042 "1aw7rarjl8ai57h0jxnp9hr3dka7qrs55mmbl1p6rhd6xj8mp9wq"))))
11043 (build-system asdf-build-system/sbcl)
11044 (home-page "https://github.com/robert-strandh/Acclimation")
11045 (synopsis "Internationalization library for Common Lisp")
11046 (description "This project is meant to provide tools for
11047 internationalizing Common Lisp programs.
11048
11049 One important aspect of internationalization is of course the language used in
11050 error messages, documentation strings, etc. But with this project we provide
11051 tools for all other aspects of internationalization as well, including dates,
11052 weight, temperature, names of physical quantitites, etc.")
11053 (license license:bsd-2))))
11054
11055 (define-public cl-acclimation
11056 (sbcl-package->cl-source-package sbcl-acclimation))
11057
11058 (define-public ecl-acclimation
11059 (sbcl-package->ecl-package sbcl-acclimation))
11060
11061 (define-public sbcl-clump
11062 (let ((commit "1ea4dbac1cb86713acff9ae58727dd187d21048a"))
11063 (package
11064 (name "sbcl-clump")
11065 (version (git-version "0.0.0" "1" commit))
11066 (source
11067 (origin
11068 (method git-fetch)
11069 (uri (git-reference
11070 (url "https://github.com/robert-strandh/Clump")
11071 (commit commit)))
11072 (file-name (git-file-name name version))
11073 (sha256
11074 (base32
11075 "1639msyagsswj85gc0wd90jgh8588j3qg5q70by9s2brf2q6w4lh"))))
11076 (inputs
11077 `(("acclimation" ,sbcl-acclimation)))
11078 (build-system asdf-build-system/sbcl)
11079 (home-page "https://github.com/robert-strandh/Clump")
11080 (synopsis "Collection of tree implementations for Common Lisp")
11081 (description "The purpose of this library is to provide a collection of
11082 implementations of trees.
11083
11084 In contrast to existing libraries such as cl-containers, it does not impose a
11085 particular use for the trees. Instead, it aims for a stratified design,
11086 allowing client code to choose between different levels of abstraction.
11087
11088 As a consequence of this policy, low-level interfaces are provided where
11089 the concrete representation is exposed, but also high level interfaces
11090 where the trees can be used as search trees or as trees that represent
11091 sequences of objects.")
11092 (license license:bsd-2))))
11093
11094 (define-public cl-clump
11095 (sbcl-package->cl-source-package sbcl-clump))
11096
11097 (define-public ecl-clump
11098 (sbcl-package->ecl-package sbcl-clump))
11099
11100 (define-public sbcl-cluffer
11101 (let ((commit "4aad29c276a58a593064e79972ee4d77cae0af4a"))
11102 (package
11103 (name "sbcl-cluffer")
11104 (version (git-version "0.0.0" "1" commit))
11105 (source
11106 (origin
11107 (method git-fetch)
11108 (uri (git-reference
11109 (url "https://github.com/robert-strandh/cluffer")
11110 (commit commit)))
11111 (file-name (git-file-name name version))
11112 (sha256
11113 (base32
11114 "1bcg13g7qb3dr8z50aihdjqa6miz5ivlc9wsj2csgv1km1mak2kj"))))
11115 (build-system asdf-build-system/sbcl)
11116 (inputs
11117 `(("acclimation" ,sbcl-acclimation)
11118 ("clump" ,sbcl-clump)))
11119 (home-page "https://github.com/robert-strandh/cluffer")
11120 (synopsis "Common Lisp library providing a protocol for text-editor buffers")
11121 (description "Cluffer is a library for representing the buffer of a text
11122 editor. As such, it defines a set of CLOS protocols for client code to
11123 interact with the buffer contents in various ways, and it supplies different
11124 implementations of those protocols for different purposes.")
11125 (license license:bsd-2))))
11126
11127 (define-public cl-cluffer
11128 (sbcl-package->cl-source-package sbcl-cluffer))
11129
11130 (define-public ecl-cluffer
11131 (sbcl-package->ecl-package sbcl-cluffer))
11132
11133 (define-public sbcl-cl-libsvm-format
11134 (let ((commit "3300f84fd8d9f5beafc114f543f9d83417c742fb")
11135 (revision "0"))
11136 (package
11137 (name "sbcl-cl-libsvm-format")
11138 (version (git-version "0.1.0" revision commit))
11139 (source
11140 (origin
11141 (method git-fetch)
11142 (uri (git-reference
11143 (url "https://github.com/masatoi/cl-libsvm-format")
11144 (commit commit)))
11145 (file-name (git-file-name name version))
11146 (sha256
11147 (base32
11148 "0284aj84xszhkhlivaigf9qj855fxad3mzmv3zfr0qzb5k0nzwrg"))))
11149 (build-system asdf-build-system/sbcl)
11150 (native-inputs
11151 `(("prove" ,sbcl-prove)))
11152 (inputs
11153 `(("alexandria" ,sbcl-alexandria)))
11154 (synopsis "LibSVM data format reader for Common Lisp")
11155 (description
11156 "This Common Lisp library provides a fast reader for data in LibSVM
11157 format.")
11158 (home-page "https://github.com/masatoi/cl-libsvm-format")
11159 (license license:expat))))
11160
11161 (define-public cl-libsvm-format
11162 (sbcl-package->cl-source-package sbcl-cl-libsvm-format))
11163
11164 (define-public ecl-cl-libsvm-format
11165 (sbcl-package->ecl-package sbcl-cl-libsvm-format))
11166
11167 (define-public sbcl-cl-online-learning
11168 (let ((commit "87fbef8a340219e853adb3a5bf44a0470da76964")
11169 (revision "1"))
11170 (package
11171 (name "sbcl-cl-online-learning")
11172 (version (git-version "0.5" revision commit))
11173 (source
11174 (origin
11175 (method git-fetch)
11176 (uri (git-reference
11177 (url "https://github.com/masatoi/cl-online-learning")
11178 (commit commit)))
11179 (file-name (git-file-name "cl-online-learning" version))
11180 (sha256
11181 (base32
11182 "1lfq04lnxivx59nq5dd02glyqsqzf3vdn4s9b8wnaln5fs8g2ph9"))))
11183 (build-system asdf-build-system/sbcl)
11184 (native-inputs
11185 `(("prove" ,sbcl-prove)))
11186 (inputs
11187 `(("cl-libsvm-format" ,sbcl-cl-libsvm-format)
11188 ("cl-store" ,sbcl-cl-store)))
11189 (arguments
11190 `(#:test-asd-file "cl-online-learning-test.asd"
11191 #:asd-systems '("cl-online-learning-test"
11192 "cl-online-learning")))
11193 (home-page "https://github.com/masatoi/cl-online-learning")
11194 (synopsis "Online Machine Learning for Common Lisp")
11195 (description
11196 "This library contains a collection of machine learning algorithms for
11197 online linear classification written in Common Lisp.")
11198 (license license:expat))))
11199
11200 (define-public cl-online-learning
11201 (sbcl-package->cl-source-package sbcl-cl-online-learning))
11202
11203 (define-public ecl-cl-online-learning
11204 (sbcl-package->ecl-package sbcl-cl-online-learning))
11205
11206 (define-public sbcl-cl-mpg123
11207 (let ((commit "5f042c839d2ea4a2ff2a7b60c839d8633d64161d")
11208 (revision "1"))
11209 (package
11210 (name "sbcl-cl-mpg123")
11211 (version (git-version "1.0.0" revision commit))
11212 (source
11213 (origin
11214 (method git-fetch)
11215 (uri (git-reference
11216 (url "https://github.com/Shirakumo/cl-mpg123")
11217 (commit commit)))
11218 (file-name (git-file-name "cl-mpg123" version))
11219 (sha256
11220 (base32 "1hl721xaczxck008ax2y3jpkm509ry1sg3lklh2k76764m3ndrjf"))
11221 (modules '((guix build utils)))
11222 (snippet
11223 '(begin
11224 ;; Remove bundled pre-compiled libraries.
11225 (delete-file-recursively "static")
11226 #t))))
11227 (build-system asdf-build-system/sbcl)
11228 (arguments
11229 `(#:asd-files '("cl-mpg123.asd" "cl-mpg123-example.asd")
11230 #:asd-systems '("cl-mpg123" "cl-mpg123-example")
11231 #:phases
11232 (modify-phases %standard-phases
11233 (add-after 'unpack 'fix-paths
11234 (lambda* (#:key inputs #:allow-other-keys)
11235 (substitute* "low-level.lisp"
11236 (("libmpg123.so" all)
11237 (string-append (assoc-ref inputs "libmpg123")
11238 "/lib/" all))))))))
11239 (inputs
11240 `(("cffi" ,sbcl-cffi)
11241 ("cl-out123" ,sbcl-cl-out123)
11242 ("documentation-utils" ,sbcl-documentation-utils)
11243 ("libmpg123" ,mpg123)
11244 ("trivial-features" ,sbcl-trivial-features)
11245 ("trivial-garbage" ,sbcl-trivial-garbage)
11246 ("verbose" ,sbcl-verbose)))
11247 (home-page "https://shirakumo.github.io/cl-mpg123/")
11248 (synopsis "Common Lisp bindings to libmpg123")
11249 (description
11250 "This is a bindings and wrapper library to @code{libmpg123} allowing for
11251 convenient, extensive, and fast decoding of MPEG1/2/3 (most prominently mp3)
11252 files.")
11253 (license license:zlib))))
11254
11255 (define-public ecl-cl-mpg123
11256 (sbcl-package->ecl-package sbcl-cl-mpg123))
11257
11258 (define-public cl-mpg123
11259 (sbcl-package->cl-source-package sbcl-cl-mpg123))
11260
11261 (define-public sbcl-cl-out123
11262 (let ((commit "6b58d3f8c2a28ad09059ac4c60fb3c781b9b421b")
11263 (revision "1"))
11264 (package
11265 (name "sbcl-cl-out123")
11266 (version (git-version "1.0.0" revision commit))
11267 (source
11268 (origin
11269 (method git-fetch)
11270 (uri (git-reference
11271 (url "https://github.com/Shirakumo/cl-out123")
11272 (commit commit)))
11273 (file-name (git-file-name "cl-out123" version))
11274 (sha256
11275 (base32 "0mdwgfax6sq68wvdgjjp78i40ah7wqkpqnvaq8a1c509k7ghdgv1"))
11276 (modules '((guix build utils)))
11277 (snippet
11278 '(begin
11279 ;; Remove bundled pre-compiled libraries.
11280 (delete-file-recursively "static")
11281 #t))))
11282 (build-system asdf-build-system/sbcl)
11283 (arguments
11284 `(#:phases
11285 (modify-phases %standard-phases
11286 (add-after 'unpack 'fix-paths
11287 (lambda* (#:key inputs #:allow-other-keys)
11288 (substitute* "low-level.lisp"
11289 (("libout123.so" all)
11290 (string-append (assoc-ref inputs "libout123")
11291 "/lib/" all)))))
11292 ;; NOTE: (Sharlatan-20210129T134529+0000): ECL package `ext' has no
11293 ;; exported macro `without-interrupts' it's moved to `mp' package
11294 ;; https://github.com/Shirakumo/cl-out123/issues/2
11295 ;; https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/mp.lsp
11296 (add-after 'unpack 'fix-ecl-package-name
11297 (lambda _
11298 (substitute* "wrapper.lisp"
11299 (("ext:without-interrupts.*") "mp:without-interrupts\n"))
11300 #t)))))
11301 (inputs
11302 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
11303 ("cffi" ,sbcl-cffi)
11304 ("documentation-utils" ,sbcl-documentation-utils)
11305 ("libout123" ,mpg123)
11306 ("trivial-features" ,sbcl-trivial-features)
11307 ("trivial-garbage" ,sbcl-trivial-garbage)))
11308 (home-page "https://shirakumo.github.io/cl-out123/")
11309 (synopsis "Common Lisp bindings to libout123")
11310 (description
11311 "This is a bindings library to @code{libout123} which allows easy
11312 cross-platform audio playback.")
11313 (license license:zlib))))
11314
11315 (define-public ecl-cl-out123
11316 (sbcl-package->ecl-package sbcl-cl-out123))
11317
11318 (define-public cl-out123
11319 (sbcl-package->cl-source-package sbcl-cl-out123))
11320
11321 (define-public sbcl-cl-random-forest
11322 (let ((commit "fedb36ce99bb6f4d7e3a7dd6d8b058f331308f91")
11323 (revision "1"))
11324 (package
11325 (name "sbcl-cl-random-forest")
11326 (version (git-version "0.1" revision commit))
11327 (source
11328 (origin
11329 (method git-fetch)
11330 (uri (git-reference
11331 (url "https://github.com/masatoi/cl-random-forest")
11332 (commit commit)))
11333 (file-name (git-file-name name version))
11334 (sha256
11335 (base32
11336 "0wqh4dxy5hrvm14jgyfypwhdw35f24rsksid4blz5a6l2z16rlmq"))))
11337 (build-system asdf-build-system/sbcl)
11338 (native-inputs
11339 `(("prove" ,sbcl-prove)
11340 ("trivial-garbage" ,sbcl-trivial-garbage)))
11341 (inputs
11342 `(("alexandria" ,sbcl-alexandria)
11343 ("cl-libsvm-format" ,sbcl-cl-libsvm-format)
11344 ("cl-online-learning" ,sbcl-cl-online-learning)
11345 ("lparallel" ,sbcl-lparallel)))
11346 (arguments
11347 `(#:tests? #f)) ; The tests download data from the Internet
11348 (synopsis "Random Forest and Global Refinement for Common Lisp")
11349 (description
11350 "CL-random-forest is an implementation of Random Forest for multiclass
11351 classification and univariate regression written in Common Lisp. It also
11352 includes an implementation of Global Refinement of Random Forest.")
11353 (home-page "https://github.com/masatoi/cl-random-forest")
11354 (license license:expat))))
11355
11356 (define-public cl-random-forest
11357 (sbcl-package->cl-source-package sbcl-cl-random-forest))
11358
11359 (define-public ecl-cl-random-forest
11360 (sbcl-package->ecl-package sbcl-cl-random-forest))
11361
11362 (define-public sbcl-bordeaux-fft
11363 (let ((commit "4a1f5600cae59bdabcb32de4ee2d7d73a9450d6e")
11364 (revision "0"))
11365 (package
11366 (name "sbcl-bordeaux-fft")
11367 (version (git-version "1.0.1" revision commit))
11368 (source
11369 (origin
11370 (method git-fetch)
11371 (uri (git-reference
11372 (url "https://github.com/ahefner/bordeaux-fft")
11373 (commit commit)))
11374 (file-name (git-file-name name version))
11375 (sha256
11376 (base32 "0j584w6kq2k6r8lp2i14f9605rxhp3r15s33xs08iz1pndn6iwqf"))))
11377 (build-system asdf-build-system/sbcl)
11378 (home-page "http://vintage-digital.com/hefner/software/bordeaux-fft/")
11379 (synopsis "Fast Fourier Transform for Common Lisp")
11380 (description
11381 "The Bordeaux-FFT library provides a reasonably efficient implementation
11382 of the Fast Fourier Transform and its inverse for complex-valued inputs, in
11383 portable Common Lisp.")
11384 (license license:gpl2+))))
11385
11386 (define-public cl-bordeaux-fft
11387 (sbcl-package->cl-source-package sbcl-bordeaux-fft))
11388
11389 (define-public ecl-bordeaux-fft
11390 (sbcl-package->ecl-package sbcl-bordeaux-fft))
11391
11392 (define-public sbcl-napa-fft3
11393 (let ((commit "f2d9614c7167da327c9ceebefb04ff6eae2d2236")
11394 (revision "0"))
11395 (package
11396 (name "sbcl-napa-fft3")
11397 (version (git-version "0.0.1" revision commit))
11398 (source
11399 (origin
11400 (method git-fetch)
11401 (uri (git-reference
11402 (url "https://github.com/pkhuong/Napa-FFT3")
11403 (commit commit)))
11404 (file-name (git-file-name name version))
11405 (sha256
11406 (base32 "1hxjf599xgwm28gbryy7q96j9ys6hfszmv0qxpr5698hxnhknscp"))))
11407 (build-system asdf-build-system/sbcl)
11408 (home-page "https://github.com/pkhuong/Napa-FFT3")
11409 (synopsis "Fast Fourier Transform routines in Common Lisp")
11410 (description
11411 "Napa-FFT3 provides Discrete Fourier Transform (DFT) routines, but also
11412 buildings blocks to express common operations that involve DFTs: filtering,
11413 convolutions, etc.")
11414 (license license:bsd-3))))
11415
11416 (define-public cl-napa-fft3
11417 (sbcl-package->cl-source-package sbcl-napa-fft3))
11418
11419 (define-public sbcl-cl-tga
11420 (let ((commit "4dc2f7b8a259b9360862306640a07a23d4afaacc")
11421 (revision "0"))
11422 (package
11423 (name "sbcl-cl-tga")
11424 (version (git-version "0.0.0" revision commit))
11425 (source
11426 (origin
11427 (method git-fetch)
11428 (uri (git-reference
11429 (url "https://github.com/fisxoj/cl-tga")
11430 (commit commit)))
11431 (file-name (git-file-name name version))
11432 (sha256
11433 (base32 "03k3npmn0xd3fd2m7vwxph82av2xrfb150imqrinlzqmzvz1v1br"))))
11434 (build-system asdf-build-system/sbcl)
11435 (home-page "https://github.com/fisxoj/cl-tga")
11436 (synopsis "TGA file loader for Common Lisp")
11437 (description
11438 "Cl-tga was written to facilitate loading @emph{.tga} files into OpenGL
11439 programs. It's a very simple library, and, at the moment, only supports
11440 non-RLE encoded forms of the files.")
11441 (license license:expat))))
11442
11443 (define-public cl-tga
11444 (sbcl-package->cl-source-package sbcl-cl-tga))
11445
11446 (define-public ecl-cl-tga
11447 (sbcl-package->ecl-package sbcl-cl-tga))
11448
11449 (define-public sbcl-com.gigamonkeys.binary-data
11450 (let ((commit "22e908976d7f3e2318b7168909f911b4a00963ee")
11451 (revision "0"))
11452 (package
11453 (name "sbcl-com.gigamonkeys.binary-data")
11454 (version (git-version "0.0.0" revision commit))
11455 (source
11456 (origin
11457 (method git-fetch)
11458 (uri (git-reference
11459 (url "https://github.com/gigamonkey/monkeylib-binary-data")
11460 (commit commit)))
11461 (file-name (git-file-name name version))
11462 (sha256
11463 (base32 "072v417vmcnvmyh8ddq9vmwwrizm7zwz9dpzi14qy9nsw8q649zw"))))
11464 (build-system asdf-build-system/sbcl)
11465 (inputs
11466 `(("alexandria" ,sbcl-alexandria)))
11467 (home-page "https://github.com/gigamonkey/monkeylib-binary-data")
11468 (synopsis "Common Lisp library for reading and writing binary data")
11469 (description
11470 "This a Common Lisp library for reading and writing binary data. It is
11471 based on code from chapter 24 of the book @emph{Practical Common Lisp}.")
11472 (license license:bsd-3))))
11473
11474 (define-public cl-com.gigamonkeys.binary-data
11475 (sbcl-package->cl-source-package sbcl-com.gigamonkeys.binary-data))
11476
11477 (define-public ecl-com.gigamonkeys.binary-data
11478 (sbcl-package->ecl-package sbcl-com.gigamonkeys.binary-data))
11479
11480 (define-public sbcl-deflate
11481 (package
11482 (name "sbcl-deflate")
11483 (version "1.0.3")
11484 (source
11485 (origin
11486 (method git-fetch)
11487 (uri (git-reference
11488 (url "https://github.com/pmai/Deflate")
11489 (commit (string-append "release-" version))))
11490 (file-name (git-file-name name version))
11491 (sha256
11492 (base32 "1jpdjnxh6cw2d8hk70r2sxn92is52s9b855irvwkdd777fdciids"))))
11493 (build-system asdf-build-system/sbcl)
11494 (home-page "https://github.com/pmai/Deflate")
11495 (synopsis "Native deflate decompression for Common Lisp")
11496 (description
11497 "This library is an implementation of Deflate (RFC 1951) decompression,
11498 with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952)
11499 wrappers of deflate streams. It currently does not handle compression.")
11500 (license license:expat)))
11501
11502 (define-public cl-deflate
11503 (sbcl-package->cl-source-package sbcl-deflate))
11504
11505 (define-public ecl-deflate
11506 (sbcl-package->ecl-package sbcl-deflate))
11507
11508 (define-public sbcl-skippy
11509 (let ((commit "e456210202ca702c792292c5060a264d45e47090")
11510 (revision "0"))
11511 (package
11512 (name "sbcl-skippy")
11513 (version (git-version "1.3.12" revision commit))
11514 (source
11515 (origin
11516 (method git-fetch)
11517 (uri (git-reference
11518 (url "https://github.com/xach/skippy")
11519 (commit commit)))
11520 (file-name (git-file-name name version))
11521 (sha256
11522 (base32 "1sxbn5nh24qpx9w64x8mhp259cxcl1x8p126wk3b91ijjsj7l5vj"))))
11523 (build-system asdf-build-system/sbcl)
11524 (home-page "https://xach.com/lisp/skippy/")
11525 (synopsis "Common Lisp library for GIF images")
11526 (description
11527 "Skippy is a Common Lisp library to read and write GIF image files.")
11528 (license license:bsd-2))))
11529
11530 (define-public cl-skippy
11531 (sbcl-package->cl-source-package sbcl-skippy))
11532
11533 (define-public ecl-skippy
11534 (sbcl-package->ecl-package sbcl-skippy))
11535
11536 (define-public sbcl-cl-freetype2
11537 (let ((commit "96058da730b4812df916c1f4ee18c99b3b15a3de")
11538 (revision "0"))
11539 (package
11540 (name "sbcl-cl-freetype2")
11541 (version (git-version "1.1" revision commit))
11542 (source
11543 (origin
11544 (method git-fetch)
11545 (uri (git-reference
11546 (url "https://github.com/rpav/cl-freetype2")
11547 (commit commit)))
11548 (file-name (git-file-name name version))
11549 (sha256
11550 (base32 "0f8darhairgxnb5bzqcny7nh7ss3471bdzix5rzcyiwdbr5kymjl"))))
11551 (build-system asdf-build-system/sbcl)
11552 (native-inputs
11553 `(("fiveam" ,sbcl-fiveam)))
11554 (inputs
11555 `(("alexandria" ,sbcl-alexandria)
11556 ("cffi" ,sbcl-cffi)
11557 ("freetype" ,freetype)
11558 ("trivial-garbage" ,sbcl-trivial-garbage)))
11559 (arguments
11560 `(#:phases
11561 (modify-phases %standard-phases
11562 (add-after 'unpack 'fix-paths
11563 (lambda* (#:key inputs #:allow-other-keys)
11564 (substitute* "src/ffi/ft2-lib.lisp"
11565 (("\"libfreetype\"")
11566 (string-append "\"" (assoc-ref inputs "freetype")
11567 "/lib/libfreetype\"")))
11568 (substitute* "src/ffi/grovel/grovel-freetype2.lisp"
11569 (("-I/usr/include/freetype")
11570 (string-append "-I" (assoc-ref inputs "freetype")
11571 "/include/freetype")))
11572 #t)))))
11573 (home-page "https://github.com/rpav/cl-freetype2")
11574 (synopsis "Common Lisp bindings for Freetype 2")
11575 (description
11576 "This is a general Freetype 2 wrapper for Common Lisp using CFFI. It's
11577 geared toward both using Freetype directly by providing a simplified API, as
11578 well as providing access to the underlying C structures and functions for use
11579 with other libraries which may also use Freetype.")
11580 (license license:bsd-3))))
11581
11582 (define-public cl-freetype2
11583 (sbcl-package->cl-source-package sbcl-cl-freetype2))
11584
11585 (define-public ecl-cl-freetype2
11586 (sbcl-package->ecl-package sbcl-cl-freetype2))
11587
11588 (define-public sbcl-opticl-core
11589 (let ((commit "b7cd13d26df6b824b216fbc360dc27bfadf04999")
11590 (revision "0"))
11591 (package
11592 (name "sbcl-opticl-core")
11593 (version (git-version "0.0.0" revision commit))
11594 (source
11595 (origin
11596 (method git-fetch)
11597 (uri (git-reference
11598 (url "https://github.com/slyrus/opticl-core")
11599 (commit commit)))
11600 (file-name (git-file-name name version))
11601 (sha256
11602 (base32 "0458bllabcdjghfrqx6aki49c9qmvfmkk8jl75cfpi7q0i12kh95"))))
11603 (build-system asdf-build-system/sbcl)
11604 (inputs
11605 `(("alexandria" ,sbcl-alexandria)))
11606 (home-page "https://github.com/slyrus/opticl-core")
11607 (synopsis "Core classes and pixel access macros for Opticl")
11608 (description
11609 "This Common Lisp library contains the core classes and pixel access
11610 macros for the Opticl image processing library.")
11611 (license license:bsd-2))))
11612
11613 (define-public cl-opticl-core
11614 (sbcl-package->cl-source-package sbcl-opticl-core))
11615
11616 (define-public ecl-opticl-core
11617 (sbcl-package->ecl-package sbcl-opticl-core))
11618
11619 (define-public sbcl-retrospectiff
11620 (let ((commit "c2a69d77d5010f8cdd9045b3e36a08a73da5d321")
11621 (revision "0"))
11622 (package
11623 (name "sbcl-retrospectiff")
11624 (version (git-version "0.2" revision commit))
11625 (source
11626 (origin
11627 (method git-fetch)
11628 (uri (git-reference
11629 (url "https://github.com/slyrus/retrospectiff")
11630 (commit commit)))
11631 (file-name (git-file-name name version))
11632 (sha256
11633 (base32 "0qsn9hpd8j2kp43dk05j8dczz9zppdff5rrclbp45n3ksk9inw8i"))))
11634 (build-system asdf-build-system/sbcl)
11635 (native-inputs
11636 `(("fiveam" ,sbcl-fiveam)))
11637 (inputs
11638 `(("cl-jpeg" ,sbcl-cl-jpeg)
11639 ("com.gigamonkeys.binary-data" ,sbcl-com.gigamonkeys.binary-data)
11640 ("deflate" ,sbcl-deflate)
11641 ("flexi-streams" ,sbcl-flexi-streams)
11642 ("ieee-floats" ,sbcl-ieee-floats)
11643 ("opticl-core" ,sbcl-opticl-core)))
11644 (home-page "https://github.com/slyrus/retrospectiff")
11645 (synopsis "Common Lisp library for TIFF images")
11646 (description
11647 "Retrospectiff is a common lisp library for reading and writing images
11648 in the TIFF (Tagged Image File Format) format.")
11649 (license license:bsd-2))))
11650
11651 (define-public cl-retrospectif
11652 (sbcl-package->cl-source-package sbcl-retrospectiff))
11653
11654 (define-public ecl-retrospectiff
11655 (sbcl-package->ecl-package sbcl-retrospectiff))
11656
11657 (define-public sbcl-mmap
11658 (let ((commit "ba2e98c67e25f0fb8ff838238561120a23903ce7")
11659 (revision "0"))
11660 (package
11661 (name "sbcl-mmap")
11662 (version (git-version "1.0.0" revision commit))
11663 (source
11664 (origin
11665 (method git-fetch)
11666 (uri (git-reference
11667 (url "https://github.com/Shinmera/mmap")
11668 (commit commit)))
11669 (file-name (git-file-name name version))
11670 (sha256
11671 (base32 "0qd0xp20i1pcfn12kkapv9pirb6hd4ns7kz4zf1mmjwykpsln96q"))))
11672 (build-system asdf-build-system/sbcl)
11673 (native-inputs
11674 `(("alexandria" ,sbcl-alexandria)
11675 ("cffi" ,sbcl-cffi)
11676 ("parachute" ,sbcl-parachute)
11677 ("trivial-features" ,sbcl-trivial-features)))
11678 (inputs
11679 `(("cffi" ,sbcl-cffi)
11680 ("documentation-utils" ,sbcl-documentation-utils)))
11681 (home-page "https://shinmera.github.io/mmap/")
11682 (synopsis "File memory mapping for Common Lisp")
11683 (description
11684 "This is a utility library providing access to the @emph{mmap} family of
11685 functions in a portable way. It allows you to directly map a file into the
11686 address space of your process without having to manually read it into memory
11687 sequentially. Typically this is much more efficient for files that are larger
11688 than a few Kb.")
11689 (license license:zlib))))
11690
11691 (define-public cl-mmap
11692 (sbcl-package->cl-source-package sbcl-mmap))
11693
11694 (define-public ecl-mmap
11695 (sbcl-package->ecl-package sbcl-mmap))
11696
11697 (define-public sbcl-3bz
11698 (let ((commit "569614c40408f3aefc77ba233e0e4bd66d3850ad")
11699 (revision "1"))
11700 (package
11701 (name "sbcl-3bz")
11702 (version (git-version "0.0.0" revision commit))
11703 (source
11704 (origin
11705 (method git-fetch)
11706 (uri (git-reference
11707 (url "https://github.com/3b/3bz")
11708 (commit commit)))
11709 (file-name (git-file-name name version))
11710 (sha256
11711 (base32 "0kvvlvf50jhhw1s510f3clpr1a68632bq6d698yxcrx722igcrg4"))))
11712 (build-system asdf-build-system/sbcl)
11713 (inputs
11714 `(("alexandria" ,sbcl-alexandria)
11715 ("babel" ,sbcl-babel)
11716 ("cffi" ,sbcl-cffi)
11717 ("mmap" ,sbcl-mmap)
11718 ("nibbles" ,sbcl-nibbles)
11719 ("trivial-features" ,sbcl-trivial-features)))
11720 (arguments
11721 ;; FIXME: #41437 - Build fails when package name starts from a digit
11722 `(#:asd-systems '("3bz")))
11723 (home-page "https://github.com/3b/3bz")
11724 (synopsis "Deflate decompression for Common Lisp")
11725 (description
11726 "3bz is an implementation of Deflate decompression (RFC 1951) optionally
11727 with zlib (RFC 1950) or gzip (RFC 1952) wrappers, with support for reading from
11728 foreign pointers (for use with mmap and similar, etc), and from CL octet
11729 vectors and streams.")
11730 (license license:expat))))
11731
11732 (define-public cl-3bz
11733 (sbcl-package->cl-source-package sbcl-3bz))
11734
11735 (define-public ecl-3bz
11736 (sbcl-package->ecl-package sbcl-3bz))
11737
11738 (define-public sbcl-zpb-exif
11739 (package
11740 (name "sbcl-zpb-exif")
11741 (version "1.2.4")
11742 (source
11743 (origin
11744 (method git-fetch)
11745 (uri (git-reference
11746 (url "https://github.com/xach/zpb-exif")
11747 (commit (string-append "release-" version))))
11748 (file-name (git-file-name name version))
11749 (sha256
11750 (base32 "15s227jhby55cisz14xafb0p1ws2jmrg2rrbbd00lrb97im84hy6"))))
11751 (build-system asdf-build-system/sbcl)
11752 (home-page "https://xach.com/lisp/zpb-exif/")
11753 (synopsis "EXIF information extractor for Common Lisp")
11754 (description
11755 "This is a Common Lisp library to extract EXIF information from image
11756 files.")
11757 (license license:bsd-2)))
11758
11759 (define-public cl-zpb-exif
11760 (sbcl-package->cl-source-package sbcl-zpb-exif))
11761
11762 (define-public ecl-zpb-exif
11763 (sbcl-package->ecl-package sbcl-zpb-exif))
11764
11765 (define-public sbcl-pngload
11766 (let ((commit "91f1d703c65bb6a94d6fee06ddbbbbbc5778b71f")
11767 (revision "2"))
11768 (package
11769 (name "sbcl-pngload")
11770 (version (git-version "2.0.0" revision commit))
11771 (source
11772 (origin
11773 (method git-fetch)
11774 (uri (git-reference
11775 (url "https://git.mfiano.net/mfiano/pngload.git")
11776 (commit commit)))
11777 (file-name (git-file-name "pngload" version))
11778 (sha256
11779 (base32 "0s94fdbrbqj12qvgyn2g4lfwvz7qhhzbclrpz5ni7adwxgrmvxl1"))))
11780 (build-system asdf-build-system/sbcl)
11781 (inputs
11782 `(("3bz" ,sbcl-3bz)
11783 ("alexandria" ,sbcl-alexandria)
11784 ("cffi" ,sbcl-cffi)
11785 ("mmap" ,sbcl-mmap)
11786 ("parse-float" ,sbcl-parse-float)
11787 ("static-vectors" ,sbcl-static-vectors)
11788 ("swap-bytes" ,sbcl-swap-bytes)
11789 ("zpb-exif" ,sbcl-zpb-exif)))
11790 (arguments
11791 ;; Test suite disabled because of a dependency cycle.
11792 ;; pngload tests depend on opticl which depends on pngload.
11793 '(#:tests? #f))
11794 (home-page "https://git.mfiano.net/mfiano/pngload.git")
11795 (synopsis "PNG image decoder for Common Lisp")
11796 (description
11797 "This is a Common Lisp library to load images in the PNG image format,
11798 both from files on disk, or streams in memory.")
11799 (license license:expat))))
11800
11801 (define-public cl-pngload
11802 (sbcl-package->cl-source-package sbcl-pngload))
11803
11804 (define-public ecl-pngload
11805 (sbcl-package->ecl-package sbcl-pngload))
11806
11807 (define-public sbcl-opticl
11808 (let ((commit "e8684416eca2e78e82a7b436d436ef2ea24c019d")
11809 (revision "0"))
11810 (package
11811 (name "sbcl-opticl")
11812 (version (git-version "0.0.0" revision commit))
11813 (source
11814 (origin
11815 (method git-fetch)
11816 (uri (git-reference
11817 (url "https://github.com/slyrus/opticl")
11818 (commit commit)))
11819 (file-name (git-file-name name version))
11820 (sha256
11821 (base32 "03rirnnhhisjbimlmpi725h1d3x0cfv00r57988am873dyzawmm1"))))
11822 (build-system asdf-build-system/sbcl)
11823 (native-inputs
11824 `(("fiveam" ,sbcl-fiveam)))
11825 (inputs
11826 `(("alexandria" ,sbcl-alexandria)
11827 ("cl-jpeg" ,sbcl-cl-jpeg)
11828 ("cl-tga" ,sbcl-cl-tga)
11829 ("png-read" ,sbcl-png-read)
11830 ("pngload" ,sbcl-pngload)
11831 ("retrospectiff" ,sbcl-retrospectiff)
11832 ("skippy" ,sbcl-skippy)
11833 ("zpng" ,sbcl-zpng)))
11834 (arguments
11835 '(#:asd-files '("opticl.asd")))
11836 (home-page "https://github.com/slyrus/opticl")
11837 (synopsis "Image processing library for Common Lisp")
11838 (description
11839 "Opticl is a Common Lisp library for representing, processing, loading,
11840 and saving 2-dimensional pixel-based images.")
11841 (license license:bsd-2))))
11842
11843 (define-public cl-opticl
11844 (sbcl-package->cl-source-package sbcl-opticl))
11845
11846 (define-public ecl-opticl
11847 (sbcl-package->ecl-package sbcl-opticl))
11848
11849 (define-public sbcl-mcclim
11850 (let ((commit "04cc542dd4b461b9d56406e40681d1a8f080730f")
11851 (revision "1"))
11852 (package
11853 (name "sbcl-mcclim")
11854 (version (git-version "0.9.7" revision commit))
11855 (source
11856 (origin
11857 (method git-fetch)
11858 (uri (git-reference
11859 (url "https://github.com/mcclim/mcclim")
11860 (commit commit)))
11861 (file-name (git-file-name name version))
11862 (sha256
11863 (base32 "1xjly8i62z72hfhlnz5kjd9i8xhrwckc7avyizxvhih67pkjmsx0"))))
11864 (build-system asdf-build-system/sbcl)
11865 (native-inputs
11866 `(("fiveam" ,sbcl-fiveam)
11867 ("pkg-config" ,pkg-config)))
11868 (inputs
11869 `(("alexandria" ,sbcl-alexandria)
11870 ("babel" ,sbcl-babel)
11871 ("bordeaux-threads" ,sbcl-bordeaux-threads)
11872 ("cl-freetype2" ,sbcl-cl-freetype2)
11873 ("cl-pdf" ,sbcl-cl-pdf)
11874 ("cffi" ,sbcl-cffi)
11875 ("cl-unicode" ,sbcl-cl-unicode)
11876 ("cl-vectors" ,sbcl-cl-vectors)
11877 ("closer-mop" ,sbcl-closer-mop)
11878 ("clx" ,sbcl-clx)
11879 ("flexi-streams" ,sbcl-flexi-streams)
11880 ("flexichain" ,sbcl-flexichain)
11881 ("font-dejavu" ,font-dejavu)
11882 ("fontconfig" ,fontconfig)
11883 ("freetype" ,freetype)
11884 ("harfbuzz" ,harfbuzz)
11885 ("log4cl" ,sbcl-log4cl)
11886 ("opticl" ,sbcl-opticl)
11887 ("spatial-trees" ,sbcl-spatial-trees)
11888 ("swank" ,sbcl-slime-swank)
11889 ("trivial-features" ,sbcl-trivial-features)
11890 ("trivial-garbage" ,sbcl-trivial-garbage)
11891 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
11892 ("zpb-ttf" ,sbcl-zpb-ttf)))
11893 (arguments
11894 '(#:asd-systems '("mcclim"
11895 "clim-examples")
11896 #:phases
11897 (modify-phases %standard-phases
11898 (add-after 'unpack 'fix-paths
11899 (lambda* (#:key inputs #:allow-other-keys)
11900 ;; mcclim-truetype uses DejaVu as default font and
11901 ;; sets the path at build time.
11902 (substitute* "Extensions/fonts/fontconfig.lisp"
11903 (("/usr/share/fonts/truetype/dejavu/")
11904 (string-append (assoc-ref inputs "font-dejavu")
11905 "/share/fonts/truetype/")))
11906 (substitute* "Extensions/fontconfig/src/functions.lisp"
11907 (("libfontconfig\\.so")
11908 (string-append (assoc-ref inputs "fontconfig")
11909 "/lib/libfontconfig.so")))
11910 (substitute* "Extensions/harfbuzz/src/functions.lisp"
11911 (("libharfbuzz\\.so")
11912 (string-append (assoc-ref inputs "harfbuzz")
11913 "/lib/libharfbuzz.so")))
11914 #t))
11915 (add-after 'unpack 'fix-build
11916 (lambda _
11917 ;; The cffi-grovel system does not get loaded automatically,
11918 ;; so we load it explicitly.
11919 (substitute* "Extensions/fontconfig/mcclim-fontconfig.asd"
11920 (("\\(asdf:defsystem #:mcclim-fontconfig" all)
11921 (string-append "(asdf:load-system :cffi-grovel)\n" all)))
11922 (substitute* "Extensions/harfbuzz/mcclim-harfbuzz.asd"
11923 (("\\(asdf:defsystem #:mcclim-harfbuzz" all)
11924 (string-append "(asdf:load-system :cffi-grovel)\n" all)))
11925 #t)))))
11926 (home-page "https://common-lisp.net/project/mcclim/")
11927 (synopsis "Common Lisp GUI toolkit")
11928 (description
11929 "McCLIM is an implementation of the @emph{Common Lisp Interface Manager
11930 specification}, a toolkit for writing GUIs in Common Lisp.")
11931 (license license:lgpl2.1+))))
11932
11933 (define-public cl-mcclim
11934 (sbcl-package->cl-source-package sbcl-mcclim))
11935
11936 (define-public ecl-mcclim
11937 (sbcl-package->ecl-package sbcl-mcclim))
11938
11939 (define-public sbcl-cl-inflector
11940 (let ((commit "f1ab16919ccce3bd82a0042677d9616dde2034fe")
11941 (revision "1"))
11942 (package
11943 (name "sbcl-cl-inflector")
11944 (version (git-version "0.2" revision commit))
11945 (source
11946 (origin
11947 (method git-fetch)
11948 (uri (git-reference
11949 (url "https://github.com/AccelerationNet/cl-inflector")
11950 (commit commit)))
11951 (file-name (git-file-name name version))
11952 (sha256
11953 (base32 "1xwwlhik1la4fp984qnx2dqq24v012qv4x0y49sngfpwg7n0ya7y"))))
11954 (build-system asdf-build-system/sbcl)
11955 (native-inputs
11956 `(("lisp-unit2" ,sbcl-lisp-unit2)))
11957 (inputs
11958 `(("alexandria" ,sbcl-alexandria)
11959 ("cl-ppcre" ,sbcl-cl-ppcre)))
11960 (home-page "https://github.com/AccelerationNet/cl-inflector")
11961 (synopsis "Library to pluralize/singularize English and Portuguese words")
11962 (description
11963 "This is a common lisp library to easily pluralize and singularize
11964 English and Portuguese words. This is a port of the ruby ActiveSupport
11965 Inflector module.")
11966 (license license:expat))))
11967
11968 (define-public cl-inflector
11969 (sbcl-package->cl-source-package sbcl-cl-inflector))
11970
11971 (define-public ecl-cl-inflector
11972 (sbcl-package->ecl-package sbcl-cl-inflector))
11973
11974 (define-public sbcl-ixf
11975 (let ((commit "ed26f87e4127e4a9e3aac4ff1e60d1f39cca5183")
11976 (revision "1"))
11977 (package
11978 (name "sbcl-ixf")
11979 (version (git-version "0.1.0" revision commit))
11980 (source
11981 (origin
11982 (method git-fetch)
11983 (uri (git-reference
11984 (url "https://github.com/dimitri/cl-ixf")
11985 (commit commit)))
11986 (file-name (git-file-name "cl-ixf" version))
11987 (sha256
11988 (base32 "1wjdnf4vr9z7lcfc49kl43g6l2i23q9n81siy494k17d766cdvqa"))))
11989 (build-system asdf-build-system/sbcl)
11990 (inputs
11991 `(("alexandria" ,sbcl-alexandria)
11992 ("babel" ,sbcl-babel)
11993 ("cl-ppcre" ,sbcl-cl-ppcre)
11994 ("ieee-floats" ,sbcl-ieee-floats)
11995 ("local-time" ,sbcl-local-time)
11996 ("md5" ,sbcl-md5)
11997 ("split-sequence" ,sbcl-split-sequence)))
11998 (home-page "https://github.com/dimitri/cl-ixf")
11999 (synopsis "Parse IBM IXF file format")
12000 (description
12001 "This is a Common Lisp library to handle the IBM PC version of the IXF
12002 (Integration Exchange Format) file format.")
12003 (license license:public-domain))))
12004
12005 (define-public ecl-ixf
12006 (sbcl-package->ecl-package sbcl-ixf))
12007
12008 (define-public cl-ixf
12009 (sbcl-package->cl-source-package sbcl-ixf))
12010
12011 (define-public sbcl-qbase64
12012 (package
12013 (name "sbcl-qbase64")
12014 (version "0.3.0")
12015 (source
12016 (origin
12017 (method git-fetch)
12018 (uri (git-reference
12019 (url "https://github.com/chaitanyagupta/qbase64")
12020 (commit version)))
12021 (file-name (git-file-name name version))
12022 (sha256
12023 (base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
12024 (build-system asdf-build-system/sbcl)
12025 (inputs
12026 `(("metabang-bind" ,sbcl-metabang-bind)
12027 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
12028 (native-inputs
12029 `(("fiveam" ,sbcl-fiveam)))
12030 (home-page "https://github.com/chaitanyagupta/qbase64")
12031 (synopsis "Base64 encoder and decoder for Common Lisp")
12032 (description "@code{qbase64} provides a fast and flexible base64 encoder
12033 and decoder for Common Lisp.")
12034 (license license:bsd-3)))
12035
12036 (define-public cl-qbase64
12037 (sbcl-package->cl-source-package sbcl-qbase64))
12038
12039 (define-public ecl-qbase64
12040 (sbcl-package->ecl-package sbcl-qbase64))
12041
12042 (define-public sbcl-lw-compat
12043 ;; No release since 2013.
12044 (let ((commit "aabfe28c6c1a4949f9d7b3cb30319367c9fd1c0d"))
12045 (package
12046 (name "sbcl-lw-compat")
12047 (version (git-version "1.0.0" "1" commit))
12048 (source
12049 (origin
12050 (method git-fetch)
12051 (uri (git-reference
12052 (url "https://github.com/pcostanza/lw-compat/")
12053 (commit commit)))
12054 (file-name (git-file-name name version))
12055 (sha256
12056 (base32 "131rq5k2mlv9bfhmafiv6nfsivl4cxx13d9wr06v5jrqnckh4aav"))))
12057 (build-system asdf-build-system/sbcl)
12058 (home-page "https://github.com/pcostanza/lw-compat/")
12059 (synopsis "LispWorks utilities ported to other Common Lisp implementations")
12060 (description "This package contains a few utility functions from the
12061 LispWorks library that are used in software such as ContextL.")
12062 (license license:expat))))
12063
12064 (define-public cl-lw-compat
12065 (sbcl-package->cl-source-package sbcl-lw-compat))
12066
12067 (define-public ecl-lw-compat
12068 (sbcl-package->ecl-package sbcl-lw-compat))
12069
12070 (define-public sbcl-contextl
12071 ;; No release since 2013.
12072 (let ((commit "5d18a71a85824f6c25a9f35a21052f967b8b6bb9"))
12073 (package
12074 (name "sbcl-contextl")
12075 (version (git-version "1.0.0" "1" commit))
12076 (source
12077 (origin
12078 (method git-fetch)
12079 (uri (git-reference
12080 (url "https://github.com/pcostanza/contextl/")
12081 (commit commit)))
12082 (file-name (git-file-name name version))
12083 (sha256
12084 (base32 "0gk1izx6l6g48nypmnm9r6mzjx0jixqjj2kc6klf8a88rr5xd226"))))
12085 (build-system asdf-build-system/sbcl)
12086 (inputs
12087 `(("closer-mop" ,sbcl-closer-mop)
12088 ("lw-compat" ,sbcl-lw-compat)))
12089 (home-page "https://github.com/pcostanza/contextl")
12090 (synopsis "Context-oriented programming for Common Lisp")
12091 (description "ContextL is a CLOS extension for Context-Oriented
12092 Programming (COP).
12093
12094 Find overview of ContextL's features in an overview paper:
12095 @url{http://www.p-cos.net/documents/contextl-soa.pdf}. See also this general
12096 overview article about COP which also contains some ContextL examples:
12097 @url{http://www.jot.fm/issues/issue_2008_03/article4/}.")
12098 (license license:expat))))
12099
12100 (define-public cl-contextl
12101 (sbcl-package->cl-source-package sbcl-contextl))
12102
12103 (define-public ecl-contextl
12104 (sbcl-package->ecl-package sbcl-contextl))
12105
12106 (define-public sbcl-hu.dwim.common-lisp
12107 (let ((commit "90558195773383142a57a16687d5e7f4adea6418"))
12108 (package
12109 (name "sbcl-hu.dwim.common-lisp")
12110 (version "2021-01-27")
12111 (source
12112 (origin
12113 (method git-fetch)
12114 (uri (git-reference
12115 (url "https://github.com/hu-dwim/hu.dwim.common-lisp/")
12116 (commit commit)))
12117 (file-name (git-file-name name version))
12118 (sha256
12119 (base32 "06zkdw3scnaw0d4nmsgkv7pi7sw00dikdgfgsqmbqfbz2yrsdabk"))))
12120 (build-system asdf-build-system/sbcl)
12121 (native-inputs
12122 `(("hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
12123 (home-page "http://dwim.hu/project/hu.dwim.common-lisp")
12124 (synopsis "Redefine some standard Common Lisp names")
12125 (description "This library is a redefinition of the standard Common Lisp
12126 package that includes a number of renames and shadows. ")
12127 (license license:public-domain))))
12128
12129 (define-public cl-hu.dwim.common-lisp
12130 (sbcl-package->cl-source-package sbcl-hu.dwim.common-lisp))
12131
12132 (define-public ecl-hu.dwim.common-lisp
12133 (sbcl-package->ecl-package sbcl-hu.dwim.common-lisp))
12134
12135 (define-public sbcl-hu.dwim.common
12136 (package
12137 (name "sbcl-hu.dwim.common")
12138 (version "2015-07-09")
12139 (source
12140 (origin
12141 (method url-fetch)
12142 (uri (string-append
12143 "http://beta.quicklisp.org/archive/hu.dwim.common/"
12144 version "/hu.dwim.common-"
12145 (string-replace-substring version "-" "")
12146 "-darcs.tgz"))
12147 (sha256
12148 (base32 "12l1rr6w9m99w0b5gc6hv58ainjfhbc588kz6vwshn4gqsxyzbhp"))))
12149 (build-system asdf-build-system/sbcl)
12150 (native-inputs
12151 `(("hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
12152 (inputs
12153 `(("alexandria" ,sbcl-alexandria)
12154 ("anaphora" ,sbcl-anaphora)
12155 ("closer-mop" ,sbcl-closer-mop)
12156 ("hu.dwim.common-lisp" ,sbcl-hu.dwim.common-lisp)
12157 ("iterate" ,sbcl-iterate)
12158 ("metabang-bind" ,sbcl-metabang-bind)))
12159 (home-page "http://dwim.hu/")
12160 (synopsis "Common Lisp library shared by other hu.dwim systems")
12161 (description "This package contains a support library for other
12162 hu.dwim systems.")
12163 (license license:public-domain)))
12164
12165 (define-public cl-hu.dwim.common
12166 (sbcl-package->cl-source-package sbcl-hu.dwim.common))
12167
12168 (define-public ecl-hu.dwim.common
12169 (sbcl-package->ecl-package sbcl-hu.dwim.common))
12170
12171 (define-public sbcl-hu.dwim.defclass-star
12172 (let ((commit "3086878a485074f9b2913c58267a9b764cd632fd"))
12173 (package
12174 (name "sbcl-hu.dwim.defclass-star")
12175 ;; We used to set version from the date when it was a darcs repo, so we
12176 ;; keep the year so that package gets updated on previous installs.
12177 (version (git-version "2021" "2" commit))
12178 (source
12179 (origin
12180 (method git-fetch)
12181 (uri (git-reference
12182 (url "https://github.com/hu-dwim/hu.dwim.defclass-star")
12183 (commit commit)))
12184 (file-name (git-file-name name version))
12185 (sha256
12186 (base32 "19ipds9r71qymfdp4izg0l7zmvinp06adr8rdalhaq7v7mzpg83z"))))
12187 (build-system asdf-build-system/sbcl)
12188 (native-inputs
12189 `( ;; These 2 inputs are only needed tests which are disabled, see below.
12190 ;; ("hu.dwim.common" ,sbcl-hu.dwim.common)
12191 ;; Need cl- package for the :hu.dwim.stefil+hu.dwim.def+swank system.
12192 ;; ("hu.dwim.stefil" ,cl-hu.dwim.stefil)
12193 ("hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
12194 (arguments
12195 `(#:test-asd-file "hu.dwim.defclass-star.test.asd"
12196 ;; Tests require a circular dependency: hu.dwim.stefil -> hu.dwim.def
12197 ;; -> hu.dwim.util -> hu.dwim.defclass-star.
12198 #:tests? #f))
12199 (home-page "https://github.com/hu-dwim/hu.dwim.defclass-star")
12200 (synopsis "Simplify definitions with defclass* and friends in Common Lisp")
12201 (description "@code{defclass-star} provides defclass* and defcondition* to
12202 simplify class and condition declarations. Features include:
12203
12204 @itemize
12205 @item Automatically export all or select slots at compile time.
12206 @item Define the @code{:initarg} and @code{:accessor} automatically.
12207 @item Specify a name transformer for both the @code{:initarg} and
12208 @code{:accessor}, etc.
12209 @item Specify the @code{:initform} as second slot value.
12210 @end itemize
12211
12212 See
12213 @url{https://common-lisp.net/project/defclass-star/configuration.lisp.html}
12214 for an example.")
12215 (license license:public-domain))))
12216
12217 (define-public cl-hu.dwim.defclass-star
12218 (sbcl-package->cl-source-package sbcl-hu.dwim.defclass-star))
12219
12220 (define-public ecl-hu.dwim.defclass-star
12221 (sbcl-package->ecl-package sbcl-hu.dwim.defclass-star))
12222
12223 (define-public sbcl-livesupport
12224 (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a")
12225 (revision "1"))
12226 (package
12227 (name "sbcl-livesupport")
12228 (version (git-version "0.0.0" revision commit))
12229 (source
12230 (origin
12231 (method git-fetch)
12232 (uri (git-reference
12233 (url "https://github.com/cbaggers/livesupport")
12234 (commit commit)))
12235 (file-name (git-file-name name version))
12236 (sha256
12237 (base32 "1rvnl0mncylbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg"))))
12238 (build-system asdf-build-system/sbcl)
12239 (home-page "https://github.com/cbaggers/livesupport")
12240 (synopsis "Some helpers that make livecoding a little easier")
12241 (description "This package provides a macro commonly used in livecoding to
12242 enable continuing when errors are raised. Simply wrap around a chunk of code
12243 and it provides a restart called @code{continue} which ignores the error and
12244 carrys on from the end of the body.")
12245 (license license:bsd-2))))
12246
12247 (define-public cl-livesupport
12248 (sbcl-package->cl-source-package sbcl-livesupport))
12249
12250 (define-public ecl-livesupport
12251 (sbcl-package->ecl-package sbcl-livesupport))
12252
12253 (define-public sbcl-envy
12254 (let ((commit "956321b2852d58ba71c6fe621f5c2924178e9f88")
12255 (revision "1"))
12256 (package
12257 (name "sbcl-envy")
12258 (version (git-version "0.1" revision commit))
12259 (home-page "https://github.com/fukamachi/envy")
12260 (source
12261 (origin
12262 (method git-fetch)
12263 (uri (git-reference
12264 (url home-page)
12265 (commit commit)))
12266 (file-name (git-file-name name version))
12267 (sha256
12268 (base32 "17iwrfxcdinjbb2h6l09qf40s7xkbhrpmnljlwpjy8l8rll8h3vg"))))
12269 (build-system asdf-build-system/sbcl)
12270 ;; (native-inputs ; Only for tests.
12271 ;; `(("prove" ,sbcl-prove)
12272 ;; ("osicat" ,sbcl-osicat)))
12273 (arguments
12274 '(#:phases
12275 (modify-phases %standard-phases
12276 (add-after 'unpack 'fix-tests
12277 (lambda _
12278 (substitute* "envy-test.asd"
12279 (("cl-test-more") "prove"))
12280 #t)))
12281 ;; Tests fail with
12282 ;; Component ENVY-ASD::ENVY-TEST not found, required by #<SYSTEM "envy">
12283 ;; like xsubseq. Why?
12284 #:tests? #f))
12285 (synopsis "Common Lisp configuration switcher inspired by Perl's Config::ENV.")
12286 (description "Envy is a configuration manager for various applications.
12287 Envy uses an environment variable to determine a configuration to use. This
12288 can separate configuration system from an implementation.")
12289 (license license:bsd-2))))
12290
12291 (define-public cl-envy
12292 (sbcl-package->cl-source-package sbcl-envy))
12293
12294 (define-public ecl-envy
12295 (sbcl-package->ecl-package sbcl-envy))
12296
12297 (define-public sbcl-mito
12298 (let ((commit "d3b9e375ef364a65692da2185085a08c969ac88a")
12299 (revision "1"))
12300 (package
12301 (name "sbcl-mito")
12302 (version (git-version "0.1" revision commit))
12303 (home-page "https://github.com/fukamachi/mito")
12304 (source
12305 (origin
12306 (method git-fetch)
12307 (uri (git-reference
12308 (url home-page)
12309 (commit commit)))
12310 (file-name (git-file-name name version))
12311 (sha256
12312 (base32 "08mncgzjnbbsf1a6am3l73iw4lyfvz5ldjg5g84awfaxml4p73mb"))))
12313 (build-system asdf-build-system/sbcl)
12314 (native-inputs
12315 `(("prove" ,sbcl-prove)))
12316 (inputs
12317 `(("alexandria" ,sbcl-alexandria)
12318 ("cl-ppcre" ,sbcl-cl-ppcre)
12319 ("cl-reexport" ,sbcl-cl-reexport)
12320 ("closer-mop" ,sbcl-closer-mop)
12321 ("dbi" ,sbcl-dbi)
12322 ("dissect" ,sbcl-dissect)
12323 ("esrap" ,sbcl-esrap)
12324 ("local-time" ,sbcl-local-time)
12325 ("optima" ,sbcl-optima)
12326 ("sxql" ,sbcl-sxql)
12327 ("uuid" ,sbcl-uuid)))
12328 (arguments
12329 '(#:phases
12330 (modify-phases %standard-phases
12331 (add-after 'unpack 'remove-non-functional-tests
12332 (lambda _
12333 (substitute* "mito-test.asd"
12334 (("\\(:test-file \"db/mysql\"\\)") "")
12335 (("\\(:test-file \"db/postgres\"\\)") "")
12336 (("\\(:test-file \"dao\"\\)") "")
12337 ;; TODO: migration/sqlite3 should work, re-enable once
12338 ;; upstream has fixed it:
12339 ;; https://github.com/fukamachi/mito/issues/70
12340 (("\\(:test-file \"migration/sqlite3\"\\)") "")
12341 (("\\(:test-file \"migration/mysql\"\\)") "")
12342 (("\\(:test-file \"migration/postgres\"\\)") "")
12343 (("\\(:test-file \"postgres-types\"\\)") "")
12344 (("\\(:test-file \"mixin\"\\)") ""))
12345 #t)))
12346 ;; TODO: While all enabled tests pass, the phase fails with:
12347 ;; Component MITO-ASD::MITO-TEST not found, required by #<SYSTEM "mito">
12348 #:tests? #f))
12349 (synopsis "ORM for Common Lisp with migrations and relationships support")
12350 (description "Mito is yet another object relational mapper, and it aims
12351 to be a successor of Integral.
12352
12353 @itemize
12354 @item Support MySQL, PostgreSQL and SQLite3.
12355 @item Add id (serial/uuid primary key), created_at and updated_at by default
12356 like Ruby's ActiveRecord.
12357 @item Migrations.
12358 @item Database schema versioning.
12359 @end itemize\n")
12360 (license license:llgpl))))
12361
12362 (define-public cl-mito
12363 (sbcl-package->cl-source-package sbcl-mito))
12364
12365 (define-public ecl-mito
12366 (sbcl-package->ecl-package sbcl-mito))
12367
12368 (define-public sbcl-kebab
12369 (let ((commit "e7f77644c4e46131e7b8039d191d35fe6211f31b")
12370 (revision "1"))
12371 (package
12372 (name "sbcl-kebab")
12373 (version (git-version "0.1" revision commit))
12374 (home-page "https://github.com/pocket7878/kebab")
12375 (source
12376 (origin
12377 (method git-fetch)
12378 (uri (git-reference
12379 (url home-page)
12380 (commit commit)))
12381 (file-name (git-file-name name version))
12382 (sha256
12383 (base32 "0j5haabnvj0vz0rx9mwyfsb3qzpga9nickbjw8xs6vypkdzlqv1b"))))
12384 (build-system asdf-build-system/sbcl)
12385 (inputs
12386 `(("cl-ppcre" ,sbcl-cl-ppcre)
12387 ("alexandria" ,sbcl-alexandria)
12388 ("cl-interpol" ,sbcl-cl-interpol)
12389 ("split-sequence" ,sbcl-split-sequence)))
12390 (native-inputs
12391 `(("prove" ,sbcl-prove)))
12392 (arguments
12393 ;; Tests passes but the phase fails with
12394 ;; Component KEBAB-ASD::KEBAB-TEST not found, required by #<SYSTEM "kebab">.
12395 `(#:tests? #f))
12396 (synopsis "Common Lisp case converter")
12397 (description "This Common Lisp library converts strings, symbols and
12398 keywords between any of the following typographical cases: PascalCase,
12399 camelCase, snake_case, kebab-case (lisp-case).")
12400 (license license:llgpl))))
12401
12402 (define-public cl-kebab
12403 (sbcl-package->cl-source-package sbcl-kebab))
12404
12405 (define-public ecl-kebab
12406 (sbcl-package->ecl-package sbcl-kebab))
12407
12408 (define-public sbcl-datafly
12409 (let ((commit "adece27fcbc4b5ea39ad1a105048b6b7166e3b0d")
12410 (revision "1"))
12411 (package
12412 (name "sbcl-datafly")
12413 (version (git-version "0.1" revision commit))
12414 (home-page "https://github.com/fukamachi/datafly")
12415 (source
12416 (origin
12417 (method git-fetch)
12418 (uri (git-reference
12419 (url home-page)
12420 (commit commit)))
12421 (file-name (git-file-name name version))
12422 (sha256
12423 (base32 "16b78kzmglp2a4nxlxxl7rpf5zaibsgagn0p3c56fsxvx0c4hszv"))))
12424 (build-system asdf-build-system/sbcl)
12425 (inputs
12426 `(("alexandria" ,sbcl-alexandria)
12427 ("iterate" ,sbcl-iterate)
12428 ("optima" ,sbcl-optima)
12429 ("trivial-types" ,sbcl-trivial-types)
12430 ("closer-mop" ,sbcl-closer-mop)
12431 ("cl-syntax" ,sbcl-cl-syntax)
12432 ("sxql" ,sbcl-sxql)
12433 ("dbi" ,sbcl-dbi)
12434 ("babel" ,sbcl-babel)
12435 ("local-time" ,sbcl-local-time)
12436 ("function-cache" ,sbcl-function-cache)
12437 ("jonathan" ,sbcl-jonathan)
12438 ("kebab" ,sbcl-kebab)
12439 ("log4cl" ,sbcl-log4cl)))
12440 (native-inputs
12441 `(("prove" ,sbcl-prove)))
12442 (arguments
12443 ;; TODO: Tests fail with
12444 ;; While evaluating the form starting at line 22, column 0
12445 ;; of #P"/tmp/guix-build-sbcl-datafly-0.1-1.adece27.drv-0/source/t/datafly.lisp":
12446 ;; Unhandled SQLITE:SQLITE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
12447 ;; {10009F8083}>:
12448 ;; Error when binding parameter 1 to value NIL.
12449 ;; Code RANGE: column index out of range.
12450 `(#:tests? #f))
12451 (synopsis "Lightweight database library for Common Lisp")
12452 (description "Datafly is a lightweight database library for Common Lisp.")
12453 (license license:bsd-3))))
12454
12455 (define-public cl-datafly
12456 (sbcl-package->cl-source-package sbcl-datafly))
12457
12458 (define-public ecl-datafly
12459 (sbcl-package->ecl-package sbcl-datafly))
12460
12461 (define-public sbcl-do-urlencode
12462 (let ((commit "199846441dad5dfac5478b8dee4b4e20d107af6a")
12463 (revision "1"))
12464 (package
12465 (name "sbcl-do-urlencode")
12466 (version (git-version "0.0.0" revision commit))
12467 (home-page "https://github.com/drdo/do-urlencode")
12468 (source
12469 (origin
12470 (method git-fetch)
12471 (uri (git-reference
12472 (url home-page)
12473 (commit commit)))
12474 (file-name (git-file-name name version))
12475 (sha256
12476 (base32 "0k2i3d4k9cpci235mwfm0c5a4yqfkijr716bjv7cdlpzx88lazm9"))))
12477 (build-system asdf-build-system/sbcl)
12478 (inputs
12479 `(("alexandria" ,sbcl-alexandria)
12480 ("babel" ,sbcl-babel)))
12481 (synopsis "Percent Encoding (aka URL Encoding) Common Lisp library")
12482 (description "This library provides trivial percent encoding and
12483 decoding functions for URLs.")
12484 (license license:isc))))
12485
12486 (define-public cl-do-urlencode
12487 (sbcl-package->cl-source-package sbcl-do-urlencode))
12488
12489 (define-public ecl-do-urlencode
12490 (sbcl-package->ecl-package sbcl-do-urlencode))
12491
12492 (define-public sbcl-cl-emb
12493 (let ((commit "fd8652174d048d4525a81f38cdf42f4fa519f840")
12494 (revision "1"))
12495 (package
12496 (name "sbcl-cl-emb")
12497 (version (git-version "0.4.3" revision commit))
12498 (home-page "https://common-lisp.net/project/cl-emb/")
12499 (source
12500 (origin
12501 (method git-fetch)
12502 (uri (git-reference
12503 (url "https://github.com/38a938c2/cl-emb")
12504 (commit commit)))
12505 (file-name (git-file-name name version))
12506 (sha256
12507 (base32 "1xcm31n7afh5316lwz8iqbjx7kn5lw0l11arg8mhdmkx42aj4gkk"))))
12508 (build-system asdf-build-system/sbcl)
12509 (inputs
12510 `(("cl-ppcre" ,sbcl-cl-ppcre)))
12511 (synopsis "Templating system for Common Lisp")
12512 (description "A mixture of features from eRuby and HTML::Template. You
12513 could name it \"Yet Another LSP\" (LispServer Pages) but it's a bit more than
12514 that and not limited to a certain server or text format.")
12515 (license license:llgpl))))
12516
12517 (define-public cl-emb
12518 (sbcl-package->cl-source-package sbcl-cl-emb))
12519
12520 (define-public ecl-cl-emb
12521 (sbcl-package->ecl-package sbcl-cl-emb))
12522
12523 (define-public sbcl-cl-project
12524 (let ((commit "151107014e534fc4666222d57fec2cc8549c8814")
12525 (revision "1"))
12526 (package
12527 (name "sbcl-cl-project")
12528 (version (git-version "0.3.1" revision commit))
12529 (home-page "https://github.com/fukamachi/cl-project")
12530 (source
12531 (origin
12532 (method git-fetch)
12533 (uri (git-reference
12534 (url home-page)
12535 (commit commit)))
12536 (file-name (git-file-name name version))
12537 (sha256
12538 (base32 "1rmh6s1ncv8s2yrr14ja9wisgg745sq6xibqwb341ikdicxdp26y"))))
12539 (build-system asdf-build-system/sbcl)
12540 (inputs
12541 `(("cl-emb" ,sbcl-cl-emb)
12542 ("cl-ppcre" ,sbcl-cl-ppcre)
12543 ("local-time" ,sbcl-local-time)
12544 ("prove" ,sbcl-prove)))
12545 (arguments
12546 ;; Tests depend on caveman, which in turns depends on cl-project.
12547 '(#:tests? #f
12548 #:asd-files '("cl-project.asd")))
12549 (synopsis "Generate a skeleton for modern Common Lisp projects")
12550 (description "This library provides a modern project skeleton generator.
12551 In contract with other generators, CL-Project generates one package per file
12552 and encourages unit testing by generating a system for unit testing, so you
12553 can begin writing unit tests as soon as the project is generated.")
12554 (license license:llgpl))))
12555
12556 (define-public cl-project
12557 (sbcl-package->cl-source-package sbcl-cl-project))
12558
12559 (define-public ecl-cl-project
12560 (sbcl-package->ecl-package sbcl-cl-project))
12561
12562 (define-public sbcl-caveman
12563 (let ((commit "faa5f7e3b364fd7e7096af9a7bb06728b8d80441") ; No release since 2012
12564 (revision "1"))
12565 (package
12566 (name "sbcl-caveman")
12567 (version (git-version "2.4.0" revision commit))
12568 (home-page "http://8arrow.org/caveman/")
12569 (source
12570 (origin
12571 (method git-fetch)
12572 (uri (git-reference
12573 (url "https://github.com/fukamachi/caveman/")
12574 (commit commit)))
12575 (file-name (git-file-name name version))
12576 (sha256
12577 (base32 "0kh0gx05pczk8f7r9qdi4zn1p3d0a2prps27k7jpgvc1dxkl8qhq"))))
12578 (build-system asdf-build-system/sbcl)
12579 (inputs
12580 `(("ningle" ,cl-ningle)
12581 ("lack" ,sbcl-lack)
12582 ("cl-project" ,sbcl-cl-project)
12583 ("dbi" ,sbcl-dbi)
12584 ("cl-syntax" ,sbcl-cl-syntax)
12585 ("myway" ,sbcl-myway)
12586 ("quri" ,sbcl-quri)))
12587 (native-inputs
12588 `(("usocket" ,sbcl-usocket)
12589 ("dexador" ,sbcl-dexador)))
12590 (arguments
12591 `(#:asd-files '("caveman2.asd")
12592 #:asd-systems '("caveman2")
12593 #:phases
12594 (modify-phases %standard-phases
12595 (add-after 'unpack 'remove-v1
12596 (lambda _
12597 (delete-file-recursively "v1")
12598 (for-each delete-file
12599 '("README.v1.markdown" "caveman.asd" "caveman-test.asd")))))
12600 ;; TODO: Tests fail with:
12601 ;; writing /gnu/store/...-sbcl-caveman-2.4.0-1.faa5f7e/share/common-lisp/sbcl-source/caveman2/v2/t/tmp/myapp573/tests/myapp573.lisp
12602 ;; While evaluating the form starting at line 38, column 0
12603 ;; of #P"/tmp/guix-build-sbcl-caveman-2.4.0-1.faa5f7e.drv-0/source/v2/t/caveman.lisp":
12604 ;; Unhandled ASDF/FIND-COMPONENT:MISSING-COMPONENT in thread #<SB-THREAD:THREAD "main thread" RUNNING
12605 ;; {10009F8083}>:
12606 ;; Component "myapp573" not found
12607 #:tests? #f))
12608 (synopsis "Lightweight web application framework in Common Lisp")
12609 (description "Caveman is intended to be a collection of common parts for
12610 web applications. Caveman2 has three design goals:
12611
12612 @itemize
12613 @item Be extensible.
12614 @item Be practical.
12615 @item Don't force anything.
12616 @end itemize\n")
12617 (license license:llgpl))))
12618
12619 (define-public cl-caveman
12620 (package
12621 (inherit
12622 (sbcl-package->cl-source-package sbcl-caveman))
12623 (propagated-inputs
12624 `(("ningle" ,cl-ningle)))))
12625
12626 (define-public ecl-caveman
12627 (sbcl-package->ecl-package sbcl-caveman))
12628
12629 (define-public sbcl-lambda-fiddle
12630 (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e") ;; no tagged branch
12631 (revision "1"))
12632 (package
12633 (name "sbcl-lambda-fiddle")
12634 (version (git-version "1.0.0" revision commit))
12635 (source
12636 (origin
12637 (method git-fetch)
12638 (uri (git-reference
12639 (url "https://github.com/Shinmera/lambda-fiddle")
12640 (commit commit)))
12641 (file-name (git-file-name name version))
12642 (sha256
12643 (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
12644 (build-system asdf-build-system/sbcl)
12645 (home-page "https://github.com/Shinmera/lambda-fiddle")
12646 (synopsis "Collection of utilities to process lambda-lists")
12647 (description "This collection of utilities is useful in contexts where
12648 you want a macro that uses lambda-lists in some fashion but need more precise
12649 processing.")
12650 (license license:zlib))))
12651
12652 (define-public cl-lambda-fiddle
12653 (sbcl-package->cl-source-package sbcl-lambda-fiddle))
12654
12655 (define-public ecl-lambda-fiddle
12656 (sbcl-package->ecl-package sbcl-lambda-fiddle))
12657
12658 (define-public sbcl-xmls
12659 (let ((commit "18546f0850b1338e03997ffd1696add1cb1800d1") ;; no tagged branch
12660 (revision "1"))
12661 (package
12662 (name "sbcl-xmls")
12663 (version (git-version "3.0.2" revision commit))
12664 (source
12665 (origin
12666 (method git-fetch)
12667 (uri (git-reference
12668 (url "https://github.com/rpgoldman/xmls")
12669 (commit commit)))
12670 (file-name (git-file-name name version))
12671 (sha256
12672 (base32 "1lmvfml2ldbb1wkhm25jqqk2bhwsz52hhcgljbnzj1xr8xhc3anp"))))
12673 (native-inputs
12674 `(("fiveam" ,sbcl-fiveam)))
12675 (build-system asdf-build-system/sbcl)
12676 (home-page "https://github.com/rpgoldman/xmls")
12677 (synopsis "Non-validating XML parser for Common Lisp")
12678 (description "Xmls is a self-contained, easily embedded parser that
12679 recognizes a useful subset of the XML spec. It provides a simple mapping from
12680 XML to Lisp structures or s-expressions and back.")
12681 (license license:bsd-2))))
12682
12683 (define-public cl-xmls
12684 (sbcl-package->cl-source-package sbcl-xmls))
12685
12686 (define-public ecl-xmls
12687 (sbcl-package->ecl-package sbcl-xmls))
12688
12689 (define-public sbcl-geco
12690 (package
12691 (name "sbcl-geco")
12692 (version "2.1.1")
12693 (source
12694 (origin
12695 (method git-fetch)
12696 (uri (git-reference
12697 (url "https://github.com/gpwwjr/GECO")
12698 (commit (string-append "v" version))))
12699 (file-name (git-file-name "geco" version))
12700 (sha256
12701 (base32 "1rc8a4mk40hjx5qy980hjylv6xxqdbq38hg8c4w30y93abfd519s"))))
12702 (build-system asdf-build-system/sbcl)
12703 (home-page "http://hiwaay.net/~gpw/geco/geco.html")
12704 (synopsis "Genetic algorithm toolkit for Common Lisp")
12705 (description
12706 "GECO (Genetic Evolution through Combination of Objects) is an extensible,
12707 object-oriented framework for prototyping genetic algorithms in Common Lisp.")
12708 (license license:lgpl2.1+)))
12709
12710 (define-public cl-geco
12711 (sbcl-package->cl-source-package sbcl-geco))
12712
12713 (define-public ecl-geco
12714 (sbcl-package->ecl-package sbcl-geco))
12715
12716 (define-public sbcl-html-entities
12717 (let ((commit "4af018048e891f41d77e7d680ed3aeb639e1eedb"))
12718 (package
12719 (name "sbcl-html-entities")
12720 (version (git-version "0.02" "1" commit))
12721 (source
12722 (origin
12723 (method git-fetch)
12724 (uri (git-reference
12725 (url "https://github.com/BnMcGn/html-entities/")
12726 (commit commit)))
12727 (file-name (git-file-name name version))
12728 (sha256
12729 (base32 "1b2yl6lf6vis17y4n5s505p7ica96bdafcl6vydy1hg50fy33nfr"))))
12730 (build-system asdf-build-system/sbcl)
12731 (inputs
12732 `(("ppcre" ,sbcl-cl-ppcre)))
12733 (native-inputs
12734 `(("fiveam" ,sbcl-fiveam)))
12735 (home-page "https://github.com/BnMcGn/html-entities/")
12736 (synopsis "Encode and decode entities in HTML with Common Lisp")
12737 (description "Html-entities is a Common Lisp library that lets you
12738 encode and decode entities in HTML.")
12739 (license license:expat))))
12740
12741 (define-public cl-html-entities
12742 (sbcl-package->cl-source-package sbcl-html-entities))
12743
12744 (define-public ecl-html-entities
12745 (sbcl-package->ecl-package sbcl-html-entities))
12746
12747 (define-public sbcl-quicksearch
12748 (let ((commit "fb02ecf7c876ec580ab18c7d2c8c7814c06af599"))
12749 (package
12750 (name "sbcl-quicksearch")
12751 (version (git-version "0.01.04" "1" commit))
12752 (source
12753 (origin
12754 (method git-fetch)
12755 (uri (git-reference
12756 (url "https://github.com/tkych/quicksearch/")
12757 (commit commit)))
12758 (file-name (git-file-name name version))
12759 (sha256
12760 (base32 "16k19zjkhh7r64vjq371k5jwjs7cdfjz83flh561n4h4v1z89fps"))))
12761 (build-system asdf-build-system/sbcl)
12762 (inputs
12763 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
12764 ("iterate" ,sbcl-iterate)
12765 ("alexandria" ,sbcl-alexandria)
12766 ("anaphora" ,sbcl-anaphora)
12767 ("ppcre" ,sbcl-cl-ppcre)
12768 ("drakma" ,sbcl-drakma)
12769 ("html-entities" ,sbcl-html-entities)
12770 ("yason" ,sbcl-yason)
12771 ("flexi-streams" ,sbcl-flexi-streams)
12772 ("do-urlencode" ,sbcl-do-urlencode)))
12773 (home-page "https://github.com/tkych/quicksearch/")
12774 (synopsis "Search Engine Interface for Common Lisp packages")
12775 (description "Quicksearch is a search-engine-interface for Common Lisp.
12776 The goal of Quicksearch is to find the Common Lisp library quickly. For
12777 example, if you will find the library about json, just type @code{(qs:?
12778 'json)} at REPL.
12779
12780 The function @code{quicksearch} searches for Common Lisp projects in
12781 Quicklisp, Cliki, GitHub and BitBucket, then outputs results in REPL. The
12782 function @code{?} is abbreviation wrapper for @code{quicksearch}.")
12783 (license license:expat))))
12784
12785 (define-public cl-quicksearch
12786 (sbcl-package->cl-source-package sbcl-quicksearch))
12787
12788 (define-public ecl-quicksearch
12789 (sbcl-package->ecl-package sbcl-quicksearch))
12790
12791 (define-public sbcl-agutil
12792 (let ((commit "df188d754d472da9faa1601a48f1f37bb7b34d68"))
12793 (package
12794 (name "sbcl-agutil")
12795 (version (git-version "0.0.1" "1" commit))
12796 (source
12797 (origin
12798 (method git-fetch)
12799 (uri (git-reference
12800 (url "https://github.com/alex-gutev/agutil/")
12801 (commit commit)))
12802 (file-name (git-file-name name version))
12803 (sha256
12804 (base32 "1xpnyzksk2xld64b6lw6rw0gn5zxlb77jwna59sd4yl7kxhxlfpf"))))
12805 (build-system asdf-build-system/sbcl)
12806 (inputs
12807 `(("alexandria" ,sbcl-alexandria)
12808 ("trivia" ,sbcl-trivia)))
12809 (home-page "https://github.com/alex-gutev/agutil/")
12810 (synopsis "Collection of Common Lisp utilities")
12811 (description "A collection of Common Lisp utility functions and macros
12812 mostly not found in other utility packages.")
12813 (license license:expat))))
12814
12815 (define-public cl-agutil
12816 (sbcl-package->cl-source-package sbcl-agutil))
12817
12818 (define-public ecl-agutil
12819 (sbcl-package->ecl-package sbcl-agutil))
12820
12821 (define-public sbcl-custom-hash-table
12822 (let ((commit "f26983133940f5edf826ebbc8077acc04816ddfa"))
12823 (package
12824 (name "sbcl-custom-hash-table")
12825 (version (git-version "0.3" "1" commit))
12826 (source
12827 (origin
12828 (method git-fetch)
12829 (uri (git-reference
12830 (url "https://github.com/metawilm/cl-custom-hash-table")
12831 (commit commit)))
12832 (file-name (git-file-name name version))
12833 (sha256
12834 (base32 "1k4mvrpbqqds2fwjxp1bxmrfmr8ch4dkwhnkbw559knbqshvrlj5"))))
12835 (build-system asdf-build-system/sbcl)
12836 (arguments
12837 '(#:asd-files '("cl-custom-hash-table.asd")
12838 #:asd-systems '("cl-custom-hash-table")))
12839 (home-page "https://github.com/metawilm/cl-custom-hash-table")
12840 (synopsis "Custom hash tables for Common Lisp")
12841 (description "This library allows creation of hash tables with arbitrary
12842 @code{test}/@code{hash} functions, in addition to the @code{test} functions
12843 allowed by the standard (@code{EQ}, @code{EQL}, @code{EQUAL} and
12844 @code{EQUALP}), even in implementations that don't support this functionality
12845 directly.")
12846 (license license:expat))))
12847
12848 (define-public cl-custom-hash-table
12849 (sbcl-package->cl-source-package sbcl-custom-hash-table))
12850
12851 (define-public ecl-custom-hash-table
12852 (sbcl-package->ecl-package sbcl-custom-hash-table))
12853
12854 (define-public sbcl-collectors
12855 (let ((commit "13acef25d8422d1d82e067b1861e513587c166ee"))
12856 (package
12857 (name "sbcl-collectors")
12858 (version (git-version "0.1" "1" commit))
12859 (source
12860 (origin
12861 (method git-fetch)
12862 (uri (git-reference
12863 (url "https://github.com/AccelerationNet/collectors")
12864 (commit commit)))
12865 (file-name (git-file-name name version))
12866 (sha256
12867 (base32 "1si68n1j6rpns8jw6ksqjpb937pdl30v7xza8rld7j5vh0jhy2yi"))))
12868 (build-system asdf-build-system/sbcl)
12869 (inputs
12870 `(("alexandria" ,sbcl-alexandria)
12871 ("closer-mop" ,sbcl-closer-mop)
12872 ("symbol-munger" ,sbcl-symbol-munger)))
12873 (native-inputs
12874 `(("lisp-unit2" ,sbcl-lisp-unit2)))
12875 (home-page "https://github.com/AccelerationNet/collectors/")
12876 (synopsis "Common lisp library providing collector macros")
12877 (description "A small collection of common lisp macros to make
12878 collecting values easier.")
12879 (license license:bsd-3))))
12880
12881 (define-public cl-collectors
12882 (sbcl-package->cl-source-package sbcl-collectors))
12883
12884 (define-public ecl-collectors
12885 (sbcl-package->ecl-package sbcl-collectors))
12886
12887 (define-public sbcl-cl-environments
12888 (let ((commit "0b22154c5afefef23d1eba9a4fae11d73580ef41")) ; No version in 2 years.
12889 (package
12890 (name "sbcl-cl-environments")
12891 (version (git-version "0.2.3" "1" commit))
12892 (source
12893 (origin
12894 (method git-fetch)
12895 (uri (git-reference
12896 (url "https://github.com/alex-gutev/cl-environments")
12897 (commit commit)))
12898 (file-name (git-file-name name version))
12899 (sha256
12900 (base32
12901 "18r3wfarr7lgn78m6c66r0r9aazirv07gy7xgvqkl9pmrz1bc47m"))))
12902 (build-system asdf-build-system/sbcl)
12903 (inputs
12904 `(("alexandria" ,sbcl-alexandria)
12905 ("anaphora" ,sbcl-anaphora)
12906 ("collectors" ,sbcl-collectors)
12907 ("optima" ,sbcl-optima)))
12908 (native-inputs
12909 `(("prove" ,sbcl-prove)))
12910 (home-page "https://github.com/alex-gutev/cl-environments")
12911 (synopsis "Implements the Common Lisp standard environment access API")
12912 (description "This library provides a uniform API, as specified in Common
12913 Lisp the Language 2, for accessing information about variable and function
12914 bindings from implementation-defined lexical environment objects. All major
12915 Common Lisp implementations are supported, even those which don't support the
12916 CLTL2 environment access API.")
12917 (license license:expat))))
12918
12919 (define-public cl-environments
12920 (sbcl-package->cl-source-package sbcl-cl-environments))
12921
12922 (define-public ecl-environments
12923 (sbcl-package->ecl-package sbcl-cl-environments))
12924
12925 (define-public sbcl-static-dispatch
12926 (let ((commit "6243afcd152854c52ba33daef7394367b657d9c6")
12927 (revision "1"))
12928 (package
12929 (name "sbcl-static-dispatch")
12930 (version (git-version "0.3" revision commit))
12931 (source
12932 (origin
12933 (method git-fetch)
12934 (uri (git-reference
12935 (url "https://github.com/alex-gutev/static-dispatch")
12936 (commit commit)))
12937 (file-name (git-file-name "static-dispatch" version))
12938 (sha256
12939 (base32 "1lli9ar1xbnhkgb5d01rlw4pvfylg2arrw68np2c07fpkkafimg7"))))
12940 (build-system asdf-build-system/sbcl)
12941 (native-inputs
12942 `(("prove" ,sbcl-prove)))
12943 (inputs
12944 `(("agutil" ,sbcl-agutil)
12945 ("alexandria" ,sbcl-alexandria)
12946 ("anaphora" ,sbcl-anaphora)
12947 ("arrows" ,sbcl-arrows)
12948 ("cl-environments" ,sbcl-cl-environments)
12949 ("closer-mop" ,sbcl-closer-mop)
12950 ("iterate" ,sbcl-iterate)
12951 ("trivia" ,sbcl-trivia)))
12952 (home-page "https://github.com/alex-gutev/static-dispatch")
12953 (synopsis "Static generic function dispatch for Common Lisp")
12954 (description "Static dispatch is a Common Lisp library, inspired by
12955 @code{inlined-generic-function}, which allows standard Common Lisp generic
12956 function dispatch to be performed statically (at compile time) rather than
12957 dynamically (runtime). This is similar to what is known as \"overloading\" in
12958 languages such as C++ and Java.
12959
12960 The purpose of static dispatch is to provide an optimization in cases where
12961 the usual dynamic dispatch is too slow, and the dynamic features of generic
12962 functions, such as adding/removing methods at runtime are not required. An
12963 example of such a case is a generic equality comparison function. Currently
12964 generic functions are considered far too slow to implement generic arithmetic
12965 and comparison operations when used heavily in numeric code.")
12966 (license license:expat))))
12967
12968 (define-public cl-static-dispatch
12969 (sbcl-package->cl-source-package sbcl-static-dispatch))
12970
12971 (define-public ecl-static-dispatch
12972 (sbcl-package->ecl-package sbcl-static-dispatch))
12973
12974 (define-public sbcl-generic-cl
12975 ;; Latest commit includes a necessary fix for our Guix build.
12976 (let ((commit "8e5a81487ee3c13fe5ffdc8bdda161d476639535"))
12977 (package
12978 (name "sbcl-generic-cl")
12979 (version (git-version "0.7.1" "1" commit))
12980 (source
12981 (origin
12982 (method git-fetch)
12983 (uri (git-reference
12984 (url "https://github.com/alex-gutev/generic-cl")
12985 (commit commit)))
12986 (file-name (git-file-name name version))
12987 (sha256
12988 (base32
12989 "11w0g79s4wmc78vmfng437rmsgnp5qn246zcyr540fp5nw0ad6ix"))))
12990 (build-system asdf-build-system/sbcl)
12991 (inputs
12992 `(("agutil" ,sbcl-agutil)
12993 ("alexandria" ,sbcl-alexandria)
12994 ("anaphora" ,sbcl-anaphora)
12995 ("arrows" ,sbcl-arrows)
12996 ("cl-custom-hash-table" ,sbcl-custom-hash-table)
12997 ("static-dispatch" ,sbcl-static-dispatch)
12998 ("trivia" ,sbcl-trivia)))
12999 (native-inputs
13000 `(("prove" ,sbcl-prove)))
13001 (arguments
13002 ;; Tests fail because SBCL head size is not high enough.
13003 ;; https://github.com/alex-gutev/generic-cl/issues/6
13004 `(#:tests? #f))
13005 (home-page "https://alex-gutev.github.io/generic-cl/")
13006 (synopsis "Generic function interface to standard Common Lisp functions")
13007 (description "@code{generic-cl} provides a generic function wrapper over
13008 various functions in the Common Lisp standard, such as equality predicates and
13009 sequence operations. The goal of this wrapper is to provide a standard
13010 interface to common operations, such as testing for the equality of two
13011 objects, which is extensible to user-defined types.")
13012 (license license:expat))))
13013
13014 (define-public cl-generic-cl
13015 (sbcl-package->cl-source-package sbcl-generic-cl))
13016
13017 (define-public ecl-generic-cl
13018 (sbcl-package->ecl-package sbcl-generic-cl))
13019
13020 (define-public sbcl-defpackage-plus
13021 (let ((revision "0")
13022 (commit "5492e27e0bdb7b75fa5177ea4388519dc7a75f11"))
13023 (package
13024 (name "sbcl-defpackage-plus")
13025 (version (git-version "1.0" revision commit))
13026 (source
13027 (origin
13028 (method git-fetch)
13029 (uri (git-reference
13030 (url "https://github.com/rpav/defpackage-plus")
13031 (commit commit)))
13032 (file-name (git-file-name name version))
13033 (sha256
13034 (base32 "0lzljvf343xb6mlh6lni2i27hpm5qd376522mk6hr2pa20vd6rdq"))))
13035 (build-system asdf-build-system/sbcl)
13036 (inputs
13037 `(("alexandria" ,sbcl-alexandria)))
13038 (home-page "https://github.com/rpav/defpackage-plus")
13039 (synopsis "Extensible @code{DEFPACKAGE} variant with version support")
13040 (description
13041 "@code{DEFPACKAGE-PLUS} is an extensible @code{DEFPACKAGE} variant with
13042 predictable cross-platform behavior and some utilities useful for versioning.")
13043 (license license:bsd-2))))
13044
13045 (define-public cl-defpackage-plus
13046 (sbcl-package->cl-source-package sbcl-defpackage-plus))
13047
13048 (define-public ecl-defpackage-plus
13049 (sbcl-package->ecl-package sbcl-defpackage-plus))
13050
13051 (define-public sbcl-deploy
13052 (let ((commit "9b20e64fe924b9e31832304d87a3a72c383dc6d8")
13053 (revision "2"))
13054 (package
13055 (name "sbcl-deploy")
13056 (version (git-version "1.0.0" revision commit))
13057 (source
13058 (origin
13059 (method git-fetch)
13060 (uri (git-reference
13061 (url "https://github.com/Shinmera/deploy")
13062 (commit commit)))
13063 (file-name (git-file-name "deploy" version))
13064 (sha256
13065 (base32 "07pfkibaridihg8lbq2czwa4iqifqk24n6rx7bfnv7i49p1ppja1"))))
13066 (build-system asdf-build-system/sbcl)
13067 (arguments
13068 `(#:test-asd-file "deploy-test.asd"
13069 #:asd-files '("deploy.asd"
13070 "deploy-test.asd")))
13071 (native-inputs
13072 `(("cl-mpg123" ,sbcl-cl-mpg123)
13073 ("cl-out123" ,sbcl-cl-out123)))
13074 (inputs
13075 `(("cffi" ,sbcl-cffi)
13076 ("documentation-utils" ,sbcl-documentation-utils)
13077 ("trivial-features" ,sbcl-trivial-features)))
13078 (home-page "https://shinmera.github.io/deploy/")
13079 (synopsis "Deployment tools for standalone Common Lisp application")
13080 (description
13081 "This is a system to help you easily and quickly deploy standalone
13082 common lisp applications as binaries. Specifically it is geared towards
13083 applications with foreign library dependencies that run some kind of GUI.")
13084 (license license:artistic2.0))))
13085
13086 (define-public cl-deploy
13087 (sbcl-package->cl-source-package sbcl-deploy))
13088
13089 (define-public ecl-deploy
13090 (sbcl-package->ecl-package sbcl-deploy))
13091
13092 (define-public sbcl-deeds
13093 ;; taged branch is outdated
13094 (let ((revision "1")
13095 (commit "f5df54eac79b58a34030e0eb8acf3952c788410d"))
13096 (package
13097 (name "sbcl-deeds")
13098 (version (git-version "1.1.1" revision commit))
13099 (source
13100 (origin
13101 (method git-fetch)
13102 (uri (git-reference
13103 (url "https://github.com/Shinmera/deeds")
13104 (commit commit)))
13105 (file-name (git-file-name name version))
13106 (sha256
13107 (base32 "062cnb2dwli6pw3zvv46jfxyxdzcbzwsck5pa6nw03qf1j1hyg3k"))))
13108 (build-system asdf-build-system/sbcl)
13109 (inputs
13110 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
13111 ("closer-mop" ,sbcl-closer-mop)
13112 ("form-fiddle" ,sbcl-form-fiddle)
13113 ("lambda-fiddle" ,sbcl-lambda-fiddle)))
13114 (home-page "https://github.com/Shinmera/deeds")
13115 (synopsis "Extensible Event Delivery System")
13116 (description
13117 "@code{deeds} allows for efficient event delivery to multiple handlers
13118 with a complex event filtering system.")
13119 (license license:zlib))))
13120
13121 (define-public cl-deeds
13122 (sbcl-package->cl-source-package sbcl-deeds))
13123
13124 (define-public ecl-deeds
13125 (sbcl-package->ecl-package sbcl-deeds))
13126
13127 (define-public sbcl-make-hash
13128 ;; no tagged branch
13129 (let ((revision "1")
13130 (commit "ae0909cd8e697520a1085fac6f54ac2b448ebd21"))
13131 (package
13132 (name "sbcl-make-hash")
13133 (version (git-version "1.0.2" revision commit))
13134 (source
13135 (origin
13136 (method git-fetch)
13137 (uri (git-reference
13138 (url "https://github.com/genovese/make-hash")
13139 (commit commit)))
13140 (file-name (git-file-name name version))
13141 (sha256
13142 (base32 "1qa4mcmb3pv44py0j129dd8hjx09c2akpnds53b69151mgwv5qz8"))))
13143 (build-system asdf-build-system/sbcl)
13144 (home-page "https://github.com/genovese/make-hash")
13145 (synopsis "Common Lisp package for flexible hash table creation")
13146 (description
13147 "This is a Common Lisp package for hash table creation with flexible,
13148 extensible initializers.")
13149 (license license:bsd-3))))
13150
13151 (define-public cl-make-hash
13152 (sbcl-package->cl-source-package sbcl-make-hash))
13153
13154 (define-public ecl-make-hash
13155 (sbcl-package->ecl-package sbcl-make-hash))
13156
13157 (define-public sbcl-claw-support
13158 (package
13159 (name "sbcl-claw-support")
13160 (version "1.0.0")
13161 (source
13162 (origin
13163 (method git-fetch)
13164 (uri (git-reference
13165 (url "https://github.com/borodust/claw-support")
13166 (commit "9a15c8bed04585f45e6a461bcda1b475144dbd0b")))
13167 (file-name (git-file-name name version))
13168 (sha256
13169 (base32 "1my2ka7h72ipx5n3b465g6kjkasrhsvhqlijwcg6dhlzs5yygl23"))))
13170 (build-system asdf-build-system/sbcl)
13171 (home-page "https://github.com/borodust/claw-support")
13172 (synopsis "Support routines for claw")
13173 (description
13174 "This package provides support routines for the @code{claw} Common Lisp
13175 package.")
13176 (license license:expat)))
13177
13178 (define-public cl-claw-support
13179 (sbcl-package->cl-source-package sbcl-claw-support))
13180
13181 (define-public ecl-claw-support
13182 (sbcl-package->ecl-package sbcl-claw-support))
13183
13184 (define-public sbcl-claw
13185 (let ((revision "0")
13186 (commit "3cd4a96fca95eb9e8d5d069426694669f81b2250"))
13187 (package
13188 (name "sbcl-claw")
13189 (version (git-version "1.0" revision commit))
13190 (source
13191 (origin
13192 (method git-fetch)
13193 (uri (git-reference
13194 (url "https://github.com/borodust/claw")
13195 (commit commit)))
13196 (file-name (git-file-name "claw" version))
13197 (sha256
13198 (base32 "146yv0hc4hmk72562ssj2d41143pp84dcbd1h7f4nx1c7hf2bb0d"))))
13199 (build-system asdf-build-system/sbcl)
13200 (inputs
13201 `(("alexandria" ,sbcl-alexandria)
13202 ("cffi" ,sbcl-cffi)
13203 ("cl-json" ,sbcl-cl-json)
13204 ("cl-ppcre" ,sbcl-cl-ppcre)
13205 ("claw-support" ,sbcl-claw-support)
13206 ("local-time" ,sbcl-local-time)
13207 ("trivial-features" ,sbcl-trivial-features)))
13208 (home-page "https://github.com/borodust/claw")
13209 (synopsis "Autowrapper for Common Lisp")
13210 (description
13211 "This is a Common Lisp autowrapping facility for quickly creating clean
13212 and lean bindings to C libraries.")
13213 (license license:bsd-2))))
13214
13215 (define-public cl-claw
13216 (sbcl-package->cl-source-package sbcl-claw))
13217
13218 (define-public ecl-claw
13219 (sbcl-package->ecl-package sbcl-claw))
13220
13221 (define-public sbcl-claw-utils
13222 (let ((revision "0")
13223 (commit "efe25016501973dc369f067a64c7d225802bc56f"))
13224 (package
13225 (name "sbcl-claw-utils")
13226 ;; version is not specified
13227 (version (git-version "0.0.0" revision commit))
13228 (source
13229 (origin
13230 (method git-fetch)
13231 (uri (git-reference
13232 (url "https://github.com/borodust/claw-utils")
13233 (commit commit)))
13234 (file-name (git-file-name "claw-utils" version))
13235 (sha256
13236 (base32 "01df3kyf2qs3czi332dnz2s35x2j0fq46vgmsw7wjrrvnqc22mk5"))))
13237 (build-system asdf-build-system/sbcl)
13238 (inputs
13239 `(("alexandria" ,sbcl-alexandria)
13240 ("cffi" ,sbcl-cffi)
13241 ("claw" ,sbcl-claw)))
13242 (home-page "https://github.com/borodust/claw-utils")
13243 (synopsis "Utilities for easier autowrapping")
13244 (description
13245 "This Common Lisp library contains various handy utilties to help
13246 autowrapping with @code{claw}.")
13247 (license license:expat))))
13248
13249 (define-public cl-claw-utils
13250 (sbcl-package->cl-source-package sbcl-claw-utils))
13251
13252 (define-public ecl-claw-utils
13253 (sbcl-package->ecl-package sbcl-claw-utils))
13254
13255 (define-public sbcl-array-operations
13256 (let ((commit "75cbc3b1adb2e3ce2109489753d0f290b071e81b")
13257 (revision "0"))
13258 (package
13259 (name "sbcl-array-operations")
13260 (version (git-version "0.0.0" revision commit))
13261 (source
13262 (origin
13263 (method git-fetch)
13264 (uri (git-reference
13265 (url "https://github.com/bendudson/array-operations")
13266 (commit commit)))
13267 (file-name (git-file-name "array-operations" version))
13268 (sha256
13269 (base32 "0ip49hhq32w80qsc7jmspyda5r2rsszvw0mk2r3341cld78sz9ya"))))
13270 (build-system asdf-build-system/sbcl)
13271 (native-inputs
13272 `(("alexandria" ,sbcl-alexandria)
13273 ("clunit2" ,sbcl-clunit2)))
13274 (inputs
13275 `(("let-plus" ,sbcl-let-plus)))
13276 (synopsis "Simple array operations library for Common Lisp")
13277 (description
13278 "This library is a collection of functions and macros for manipulating
13279 Common Lisp arrays and performing numerical calculations with them.")
13280 (home-page "https://github.com/bendudson/array-operations")
13281 (license license:expat))))
13282
13283 (define-public cl-array-operations
13284 (sbcl-package->cl-source-package sbcl-array-operations))
13285
13286 (define-public ecl-array-operations
13287 (sbcl-package->ecl-package sbcl-array-operations))
13288
13289 (define-public sbcl-clml
13290 (let ((commit "95505b54c8c7b4b27f500c3be97fa5732f4b51a8")
13291 (revision "0"))
13292 (package
13293 (name "sbcl-clml")
13294 (version (git-version "0.0.0" revision commit))
13295 (source
13296 (origin
13297 (method git-fetch)
13298 (uri (git-reference
13299 (url "https://github.com/mmaul/clml")
13300 (commit commit)))
13301 (file-name (git-file-name "clml" version))
13302 (sha256
13303 (base32 "006pii59nmpc61n7p7h8ha5vjg6x0dya327i58z0rnvxs249h345"))
13304 ;; TODO: Remove this when the patch has been merged upstream.
13305 (patches (search-patches "sbcl-clml-fix-types.patch"))))
13306 (build-system asdf-build-system/sbcl)
13307 (inputs
13308 `(("alexandia" ,sbcl-alexandria)
13309 ("array-operations" ,sbcl-array-operations)
13310 ("cl-fad" ,sbcl-cl-fad)
13311 ("cl-ppcre" ,sbcl-cl-ppcre)
13312 ("drakma" ,sbcl-drakma)
13313 ("introspect-environment" ,sbcl-introspect-environment)
13314 ("iterate" ,sbcl-iterate)
13315 ("lparallel" ,sbcl-lparallel)
13316 ("parse-number" ,sbcl-parse-number)
13317 ("split-sequence" ,sbcl-split-sequence)
13318 ("trivial-garbage" ,sbcl-trivial-garbage)))
13319 (synopsis "Common Lisp machine learning library")
13320 (description
13321 "CLML (Common Lisp Machine Learning) is a high performance and large
13322 scale statistical machine learning package")
13323 (home-page "https://mmaul.github.io/clml/")
13324 (license license:llgpl))))
13325
13326 (define-public cl-clml
13327 (sbcl-package->cl-source-package sbcl-clml))
13328
13329 (define-public sbcl-utm-ups
13330 (let ((commit "ffcb7b6d5a56fb7d4b2b95b83bbd28ffe6e6961f")
13331 (revision "0"))
13332 (package
13333 (name "sbcl-utm-ups")
13334 (version (git-version "1.1" revision commit))
13335 (source
13336 (origin
13337 (method git-fetch)
13338 (uri (git-reference
13339 (url "https://github.com/glv2/utm-ups")
13340 (commit commit)))
13341 (file-name (git-file-name "utm-ups" version))
13342 (sha256
13343 (base32 "1rvyh0srgd81kvbzmq4ysd9y6c0qdwh23naqxc9asw1vh7fq08x1"))))
13344 (build-system asdf-build-system/sbcl)
13345 (native-inputs
13346 `(("fiveam" ,sbcl-fiveam)))
13347 (synopsis
13348 "Convert coordinates between latitude/longitude and UTM or UPS")
13349 (description
13350 "This a Common Lisp library to convert geographic coordinates between
13351 latitude/longitude and UTM (Universal Transverse Mercator) or UPS (Universal
13352 Polar Stereographic).")
13353 (home-page "https://github.com/glv2/utm-ups")
13354 (license license:gpl3+))))
13355
13356 (define-public cl-utm-ups
13357 (sbcl-package->cl-source-package sbcl-utm-ups))
13358
13359 (define-public ecl-utm-ups
13360 (sbcl-package->ecl-package sbcl-utm-ups))
13361
13362 (define-public sbcl-mgrs
13363 (let ((commit "00455460407b7e5509d1be3da09bf6152956761f")
13364 (revision "0"))
13365 (package
13366 (name "sbcl-mgrs")
13367 (version (git-version "1.0" revision commit))
13368 (source
13369 (origin
13370 (method git-fetch)
13371 (uri (git-reference
13372 (url "https://github.com/glv2/mgrs")
13373 (commit commit)))
13374 (file-name (git-file-name "mgrs" version))
13375 (sha256
13376 (base32 "0ckvn4hg3wwivzavhfashb6fap4a1q10l8krhbng8bdb54ac10sz"))))
13377 (build-system asdf-build-system/sbcl)
13378 (native-inputs
13379 `(("fiveam" ,sbcl-fiveam)))
13380 (inputs
13381 `(("utm-ups" ,sbcl-utm-ups)))
13382 (synopsis
13383 "Convert coordinates between latitude/longitude and MGRS")
13384 (description
13385 "This a Common Lisp library to convert geographic coordinates between
13386 latitude/longitude and MGRS.")
13387 (home-page "https://github.com/glv2/mgrs")
13388 (license license:gpl3+))))
13389
13390 (define-public cl-mgrs
13391 (sbcl-package->cl-source-package sbcl-mgrs))
13392
13393 (define-public ecl-mgrs
13394 (sbcl-package->ecl-package sbcl-mgrs))
13395
13396 (define-public sbcl-maidenhead
13397 (let ((commit "b756d235c27b5d6798867aa240318af1a8f35d6d")
13398 (revision "0"))
13399 (package
13400 (name "sbcl-maidenhead")
13401 (version (git-version "1.0" revision commit))
13402 (source
13403 (origin
13404 (method git-fetch)
13405 (uri (git-reference
13406 (url "https://github.com/glv2/maidenhead")
13407 (commit commit)))
13408 (file-name (git-file-name "maidenhead" version))
13409 (sha256
13410 (base32 "02p990zprhjvifmsfk8yh3frvz6xyw26ikzxvzglqdixbal36nr3"))))
13411 (build-system asdf-build-system/sbcl)
13412 (native-inputs
13413 `(("fiveam" ,sbcl-fiveam)))
13414 (synopsis
13415 "Convert coordinates between latitude/longitude and Maidenhead")
13416 (description
13417 "This a Common Lisp library to convert geographic coordinates between
13418 latitude/longitude and Maidenhead locator system.")
13419 (home-page "https://github.com/glv2/maidenhead")
13420 (license license:gpl3+))))
13421
13422 (define-public cl-maidenhead
13423 (sbcl-package->cl-source-package sbcl-maidenhead))
13424
13425 (define-public ecl-maidenhead
13426 (sbcl-package->ecl-package sbcl-maidenhead))
13427
13428 (define-public sbcl-olc
13429 (let ((commit "517e27fa57d9a119b00a29c4b6b31e553deff309")
13430 (revision "0"))
13431 (package
13432 (name "sbcl-olc")
13433 (version (git-version "1.0" revision commit))
13434 (source
13435 (origin
13436 (method git-fetch)
13437 (uri (git-reference
13438 (url "https://github.com/glv2/olc")
13439 (commit commit)))
13440 (file-name (git-file-name "olc" version))
13441 (sha256
13442 (base32 "1lnfhp6z6kc8l605zp4siyjiw74y1h4bdq3jfizi084v505wxhgr"))))
13443 (build-system asdf-build-system/sbcl)
13444 (native-inputs
13445 `(("fiveam" ,sbcl-fiveam)))
13446 (synopsis
13447 "Convert coordinates between latitude/longitude and Open Location Code")
13448 (description
13449 "This a Common Lisp library to convert geographic coordinates between
13450 latitude/longitude and Open Location Code.")
13451 (home-page "https://github.com/glv2/olc")
13452 (license license:gpl3+))))
13453
13454 (define-public cl-olc
13455 (sbcl-package->cl-source-package sbcl-olc))
13456
13457 (define-public ecl-olc
13458 (sbcl-package->ecl-package sbcl-olc))
13459
13460 (define-public sbcl-regex
13461 (let ((commit "fbc9a9f313b9edc1788f33d4b23a29151635ae22"))
13462 (package
13463 (name "sbcl-regex")
13464 (version (git-version "1" "1" commit))
13465 (source
13466 (origin
13467 (method git-fetch)
13468 (uri (git-reference
13469 (url "https://github.com/michaelw/regex/")
13470 (commit commit)))
13471 (file-name (git-file-name name version))
13472 (sha256
13473 (base32 "0wq5wlafrxv13wg28hg5b10sc48b88swsvznpy2zg7x37m4nmm6a"))))
13474 (build-system asdf-build-system/sbcl)
13475 (home-page "https://github.com/michaelw/regex/")
13476 (synopsis "Regular expression engine for Common Lisp")
13477 (description
13478 "This Common Lisp package provides a regular expression engine.")
13479 (license license:bsd-2))))
13480
13481 (define-public cl-regex
13482 (sbcl-package->cl-source-package sbcl-regex))
13483
13484 (define-public ecl-regex
13485 (sbcl-package->ecl-package sbcl-regex))
13486
13487 (define-public sbcl-clawk
13488 (let ((commit "3a91634df686417114044a98c063cbe76bfac7b6"))
13489 (package
13490 (name "sbcl-clawk")
13491 (version (git-version "4" "1" commit))
13492 (source
13493 (origin
13494 (method git-fetch)
13495 (uri (git-reference
13496 (url "https://github.com/sharplispers/clawk")
13497 (commit commit)))
13498 (file-name (git-file-name name version))
13499 (sha256
13500 (base32 "1ph3xjqilvinvgr9q3w47zxqyz1sqnq030nlx7kgkkv8j3bnqk7a"))))
13501 (build-system asdf-build-system/sbcl)
13502 (inputs
13503 `(("sbcl-regex" ,sbcl-regex)))
13504 (home-page "https://github.com/sharplispers/clawk")
13505 (synopsis "Common Lisp AWK")
13506 (description
13507 "CLAWK is an AWK implementation embedded into Common Lisp.")
13508 (license license:bsd-2))))
13509
13510 (define-public cl-clawk
13511 (sbcl-package->cl-source-package sbcl-clawk))
13512
13513 (define-public ecl-clawk
13514 (sbcl-package->ecl-package sbcl-clawk))
13515
13516 (define-public sbcl-check-it
13517 (let ((commit "b79c9103665be3976915b56b570038f03486e62f"))
13518 (package
13519 (name "sbcl-check-it")
13520 (version (git-version "0.1.0" "1" commit))
13521 (source
13522 (origin
13523 (method git-fetch)
13524 (uri (git-reference
13525 (url "https://github.com/DalekBaldwin/check-it/")
13526 (commit commit)))
13527 (file-name (git-file-name name version))
13528 (sha256
13529 (base32 "1kbjwpniffdpv003igmlz5r0vy65m7wpfnhg54fhwirp1227hgg7"))))
13530 (build-system asdf-build-system/sbcl)
13531 (inputs
13532 `(("alexandria" ,sbcl-alexandria)
13533 ("closer-mop" ,sbcl-closer-mop)
13534 ("optima" ,sbcl-optima)))
13535 (native-inputs
13536 `(("stefil" ,sbcl-stefil)))
13537 (home-page "https://github.com/arclanguage/Clamp")
13538 (synopsis "Randomized specification-based testing for Common Lisp")
13539 (description
13540 "This is a randomized property-based testing library for Common Lisp.
13541 Rather than being a full-fledged general test framework in its own right, it's
13542 designed to embed randomized tests in whatever framework you like.")
13543 (license license:llgpl))))
13544
13545 (define-public cl-check-it
13546 (sbcl-package->cl-source-package sbcl-check-it))
13547
13548 (define-public ecl-check-it
13549 (sbcl-package->ecl-package sbcl-check-it))
13550
13551 (define-public sbcl-clamp
13552 (let ((commit "02b8f3953e5753cc61a719807c82f3795cd28fe1"))
13553 (package
13554 (name "sbcl-clamp")
13555 (version (git-version "0.3" "1" commit))
13556 (source
13557 (origin
13558 (method git-fetch)
13559 (uri (git-reference
13560 (url "https://github.com/arclanguage/Clamp")
13561 (commit commit)))
13562 (file-name (git-file-name name version))
13563 (sha256
13564 (base32 "0fdr9nqfmmpxm6hvjdxi1jkclya9xlnrw1yc3cn1m4ww3f50p31m"))))
13565 (build-system asdf-build-system/sbcl)
13566 (inputs
13567 `(("iterate" ,sbcl-iterate)
13568 ("cl-syntax" ,sbcl-cl-syntax)))
13569 (native-inputs
13570 `(("cl-unit" ,sbcl-clunit)
13571 ("check-it" ,sbcl-check-it)))
13572 (arguments
13573 `(#:phases
13574 (modify-phases %standard-phases
13575 (add-after 'unpack 'fix-build
13576 (lambda _
13577 (substitute* "clamp.asd"
13578 (("\\(:file \"read\" :depends-on \\(\"aliases\"\\)\\)")
13579 "(:file \"read\" :depends-on (\"aliases\" \"base\"))"))
13580 #t)))))
13581 (home-page "https://github.com/arclanguage/Clamp")
13582 (synopsis "Common Lisp with Arc macros and procedures")
13583 (description
13584 "Clamp is an attempt to bring the powerful, but verbose, language of
13585 Common Lisp up to the terseness of Arc.
13586
13587 There are two parts to Clamp. There is the core of Clamp, which implements
13588 the utilities of Arc that are easily converted from Arc to Common Lisp. The
13589 other part is the \"experimental\" part. It contains features of Arc that are
13590 not so easy to copy (ssyntax, argument destructuring, etc.).")
13591 (license license:artistic2.0))))
13592
13593 (define-public cl-clamp
13594 (sbcl-package->cl-source-package sbcl-clamp))
13595
13596 (define-public ecl-clamp
13597 (sbcl-package->ecl-package sbcl-clamp))
13598
13599 (define-public sbcl-trivial-shell
13600 (let ((commit "e02ec191b34b52deca5d1c4ee99d4fa13b8772e0"))
13601 (package
13602 (name "sbcl-trivial-shell")
13603 (version (git-version "0.2.0" "1" commit))
13604 (source
13605 (origin
13606 (method git-fetch)
13607 (uri (git-reference
13608 (url "https://github.com/gwkkwg/trivial-shell")
13609 (commit commit)))
13610 (file-name (git-file-name name version))
13611 (sha256
13612 (base32 "08mpkl5ij5sjfsyn8pq2kvsvpvyvr7ha1r8g1224fa667b8k2q85"))))
13613 (build-system asdf-build-system/sbcl)
13614 (native-inputs
13615 `(("lift" ,sbcl-lift)))
13616 (home-page "http://common-lisp.net/project/trivial-shell/")
13617 (synopsis "Common Lisp access to the shell")
13618 (description
13619 "A simple Common-Lisp interface to the underlying operating system.
13620 It's independent of the implementation and operating system.")
13621 (license license:expat))))
13622
13623 (define-public cl-trivial-shell
13624 (sbcl-package->cl-source-package sbcl-trivial-shell))
13625
13626 (define-public ecl-trivial-shell
13627 (sbcl-package->ecl-package sbcl-trivial-shell))
13628
13629 (define-public sbcl-clesh
13630 (let ((commit "44e96e04a72e5bc006dc4eb02ce8962348dd4a11"))
13631 (package
13632 (name "sbcl-clesh")
13633 (version (git-version "0.0.0" "1" commit))
13634 (source
13635 (origin
13636 (method git-fetch)
13637 (uri (git-reference
13638 (url "https://github.com/Neronus/Clesh")
13639 (commit commit)))
13640 (file-name (git-file-name name version))
13641 (sha256
13642 (base32 "012ry02djnqyvvs61wbbqj3saz621w2l9gczrywdxhi5p4ycx318"))))
13643 (build-system asdf-build-system/sbcl)
13644 (inputs
13645 `(("trivial-shell" ,sbcl-trivial-shell)
13646 ("named-readtables" ,sbcl-named-readtables)))
13647 (home-page "https://github.com/Neronus/Clesh")
13648 (synopsis "Embed shell code in Common Lisp")
13649 (description
13650 "This is a very short and simple program, written in Common Lisp, that
13651 extends Common Lisp to embed shell code in a manner similar to Perl's
13652 backtick. It has been forked from SHELISP.")
13653 (license license:bsd-2))))
13654
13655 (define-public cl-clesh
13656 (sbcl-package->cl-source-package sbcl-clesh))
13657
13658 (define-public ecl-clesh
13659 (sbcl-package->ecl-package sbcl-clesh))
13660
13661 (define-public sbcl-trivial-channels
13662 (let ((commit "e2370118d8983ba69c0360a7695f8f2e2fd6a8a6")
13663 (revision "1"))
13664 (package
13665 (name "sbcl-trivial-channels")
13666 (version (git-version "1.0" revision commit))
13667 (source
13668 (origin
13669 (method git-fetch)
13670 (uri (git-reference
13671 (url "https://github.com/rpav/trivial-channels")
13672 (commit commit)))
13673 (file-name (git-file-name "trivial-channels" version))
13674 (sha256
13675 (base32 "04wnxcgk40x8p0gxnz9arv1a5wasdqrdxa8c4p5v7r2mycfps6jj"))))
13676 (build-system asdf-build-system/sbcl)
13677 (inputs
13678 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
13679 ("trivial-timeout" ,sbcl-trivial-timeout)))
13680 (home-page "https://github.com/rpav/trivial-channels")
13681 (synopsis "Common Lisp simple thread-safe channels with timeout")
13682 (description
13683 "It's very basic implementation of channels and queue for Common Lisp.")
13684 (license license:bsd-2))))
13685
13686 (define-public ecl-trivial-channels
13687 (sbcl-package->ecl-package sbcl-trivial-channels))
13688
13689 (define-public cl-trivial-channels
13690 (sbcl-package->cl-source-package sbcl-trivial-channels))
13691
13692 (define-public sbcl-trivial-download
13693 (let ((commit "d2472061d86b1cf3d32f388daacd4e32a13af699"))
13694 (package
13695 (name "sbcl-trivial-download")
13696 (version (git-version "0.3" "1" commit))
13697 (source
13698 (origin
13699 (method git-fetch)
13700 (uri (git-reference
13701 (url "https://github.com/eudoxia0/trivial-download/")
13702 (commit commit)))
13703 (file-name (git-file-name name version))
13704 (sha256
13705 (base32 "06f46zr3gp3wlm2kgxna24qd2gpr1v89x9fynh1x5vrw6c6hqjcv"))))
13706 (build-system asdf-build-system/sbcl)
13707 (inputs
13708 `(("drakma" ,sbcl-drakma)))
13709 (home-page "https://github.com/eudoxia0/trivial-download/")
13710 (synopsis "Download files from Common Lisp")
13711 (description
13712 "@code{trivial-download} allows you to download files from the Internet
13713 from Common Lisp. It provides a progress bar.")
13714 (license license:bsd-2))))
13715
13716 (define-public cl-trivial-download
13717 (sbcl-package->cl-source-package sbcl-trivial-download))
13718
13719 (define-public ecl-trivial-download
13720 (sbcl-package->ecl-package sbcl-trivial-download))
13721
13722 (define-public sbcl-gtwiwtg
13723 (package
13724 (name "sbcl-gtwiwtg")
13725 (version "0.1.1")
13726 (source
13727 (origin
13728 (method git-fetch)
13729 (uri (git-reference
13730 (url "https://github.com/cbeo/gtwiwtg/")
13731 (commit version)))
13732 (file-name (git-file-name name version))
13733 (sha256
13734 (base32 "0lkraw0dwh4is4x5sp5rjrw6f93m0gr9849abrbi12s25ws7jbw4"))))
13735 (build-system asdf-build-system/sbcl)
13736 (native-inputs
13737 `(("osicat" ,sbcl-osicat)
13738 ("prove" ,sbcl-prove)))
13739 (home-page "https://github.com/cbeo/gtwiwtg/")
13740 (synopsis "Naive generators for Common Lisp")
13741 (description
13742 "The GTWIWTG library (Generators The Way I Want Them Generated --
13743 technically not generators, but iterators) is meant to be small, explorable,
13744 and understandable.")
13745 (license license:gpl3)))
13746
13747 (define-public cl-gtwiwtg
13748 (sbcl-package->cl-source-package sbcl-gtwiwtg))
13749
13750 (define-public ecl-gtwiwtg
13751 (sbcl-package->ecl-package sbcl-gtwiwtg))
13752
13753 (define-public sbcl-cl-progress-bar
13754 (let ((commit "9374170858663c8fe829e9fb5a29bd2cb48d95ae"))
13755 (package
13756 (name "sbcl-cl-progress-bar")
13757 (version (git-version "0.0.0" "1" commit))
13758 (source
13759 (origin
13760 (method git-fetch)
13761 (uri (git-reference
13762 (url "https://github.com/sirherrbatka/cl-progress-bar/")
13763 (commit commit)))
13764 (file-name (git-file-name name version))
13765 (sha256
13766 (base32 "1ldb4qhmx431n3lsq71ynwb9ybazbfqd55icjbhi06mj52ngndir"))))
13767 (build-system asdf-build-system/sbcl)
13768 (inputs
13769 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
13770 ("documentation-utils-extensions" ,sbcl-documentation-utils-extensions)))
13771 (home-page "https://github.com/sirherrbatka/cl-progress-bar/")
13772 (synopsis "Progress bars in Common Lisp")
13773 (description
13774 "This library provides almost the same code as used inside Quicklisp
13775 for drawning progress bars")
13776 (license license:expat))))
13777
13778 (define-public cl-progress-bar
13779 (sbcl-package->cl-source-package sbcl-cl-progress-bar))
13780
13781 (define-public ecl-cl-progress-bar
13782 (sbcl-package->ecl-package sbcl-cl-progress-bar))
13783
13784 (define-public sbcl-repl-utilities
13785 (let ((commit "7e300df663177ea4581f4e7e9c601377881dd986"))
13786 (package
13787 (name "sbcl-repl-utilities")
13788 (version (git-version "0.0.0" "1" commit))
13789 (source
13790 (origin
13791 (method git-fetch)
13792 (uri (git-reference
13793 (url "https://github.com/m-n/repl-utilities/")
13794 (commit commit)))
13795 (file-name (git-file-name name version))
13796 (sha256
13797 (base32 "1hh56pq5nw3l4b83dzlyss69f06r038byj2cnjwvci4hfjhdfcc3"))))
13798 (build-system asdf-build-system/sbcl)
13799 (home-page "https://github.com/m-n/repl-utilities")
13800 (synopsis "Ease common tasks at the Common Lisp REPL")
13801 (description
13802 "@code{repl-utilities} is a set of utilities which ease life at the
13803 REPL. It includes three sorts of features: introspective procedures,
13804 miscellaneous utility functions, and, pulling them together, methods to
13805 conveniently keep these symbols and optionally additional symbols available in
13806 whichever package you switch to.")
13807 (license license:bsd-2))))
13808
13809 (define-public cl-repl-utilities
13810 (sbcl-package->cl-source-package sbcl-repl-utilities))
13811
13812 (define-public ecl-repl-utilities
13813 (sbcl-package->ecl-package sbcl-repl-utilities))
13814
13815 (define-public sbcl-supertrace
13816 (let ((commit "66d22c3ff131ecd1c8048dfced1d62ed6024ecb0"))
13817 (package
13818 (name "sbcl-supertrace")
13819 (version (git-version "0.1.0" "1" commit))
13820 (source
13821 (origin
13822 (method git-fetch)
13823 (uri (git-reference
13824 (url "https://github.com/fukamachi/supertrace")
13825 (commit commit)))
13826 (file-name (git-file-name name version))
13827 (sha256
13828 (base32 "0n369n6b7y1m49biccnnr7svymjdsk8sksrkqrn3mj21vgv7s7bg"))))
13829 (build-system asdf-build-system/sbcl)
13830 (native-inputs
13831 `(("cffi-grovel" ,sbcl-cffi)
13832 ("rove" ,sbcl-rove)
13833 ("cl-ppcre" ,sbcl-cl-ppcre)
13834 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
13835 (inputs
13836 `(("cffi" ,sbcl-cffi)))
13837 (home-page "https://github.com/fukamachi/supertrace")
13838 (synopsis "Improved Common Lisp tracing for debugging and profiling")
13839 (description
13840 "Supertrace provides a superior Common Lisp @code{trace} functionality
13841 for debugging and profiling real world applications.")
13842 (license license:bsd-2))))
13843
13844 (define-public cl-supertrace
13845 (sbcl-package->cl-source-package sbcl-supertrace))
13846
13847 (define-public ecl-supertrace
13848 (sbcl-package->ecl-package sbcl-supertrace))
13849
13850 (define-public sbcl-trivial-benchmark
13851 (let ((commit "42d76733dd2e873471c6f1e27d39113293f7dd5c"))
13852 (package
13853 (name "sbcl-trivial-benchmark")
13854 (version (git-version "2.0.0" "1" commit))
13855 (source
13856 (origin
13857 (method git-fetch)
13858 (uri (git-reference
13859 (url "https://github.com/Shinmera/trivial-benchmark/")
13860 (commit commit)))
13861 (file-name (git-file-name name version))
13862 (sha256
13863 (base32 "0fbzqbpm2ixz85555krl36kbbbjyn699vdj6k383khi3g9y629fa"))))
13864 (build-system asdf-build-system/sbcl)
13865 (inputs
13866 `(("alexandria" ,sbcl-alexandria)))
13867 (home-page "http://shinmera.github.io/trivial-benchmark/")
13868 (synopsis "Easy to use benchmarking system for Common Lisp")
13869 (description
13870 "Trivial-Benchmark runs a block of code many times and outputs some
13871 statistical data for it. On SBCL this includes the data from @code{time}, for
13872 all other implementations just the @code{real-time} and @code{run-time} data.
13873 However, you can extend the system by adding your own @code{metrics} to it, or
13874 even by adding additional statistical @code{compute}ations. ")
13875 (license license:zlib))))
13876
13877 (define-public cl-trivial-benchmark
13878 (sbcl-package->cl-source-package sbcl-trivial-benchmark))
13879
13880 (define-public ecl-trivial-benchmark
13881 (sbcl-package->ecl-package sbcl-trivial-benchmark))
13882
13883 (define-public sbcl-glyphs
13884 (let ((commit "1ff5714e8c1dca327bc604dfe3e3d1f4b7755373"))
13885 (package
13886 (name "sbcl-glyphs")
13887 (version (git-version "0.0.0" "1" commit))
13888 (source
13889 (origin
13890 (method git-fetch)
13891 (uri (git-reference
13892 (url "https://github.com/ahungry/glyphs/")
13893 (commit commit)))
13894 (file-name (git-file-name name version))
13895 (sha256
13896 (base32 "17kai1anbkk5dj5sbrsin2fc019cmcbglb900db60v38myj0y0wf"))))
13897 (build-system asdf-build-system/sbcl)
13898 (inputs
13899 `(("cl-ppcre" ,sbcl-cl-ppcre)
13900 ("parenscript" ,sbcl-parenscript)
13901 ("named-readtables" ,sbcl-named-readtables)))
13902 (home-page "https://github.com/ahungry/glyphs/")
13903 (synopsis "Reduce Common Lisp verbosity")
13904 (description
13905 "This library is a little experiment in reducing verbosity in Common
13906 Lisp, inspired by BODOL (@url{https://github.com/bodil/BODOL}).")
13907 (license license:gpl3))))
13908
13909 (define-public cl-glyphs
13910 (sbcl-package->cl-source-package sbcl-glyphs))
13911
13912 (define-public ecl-glyphs
13913 (sbcl-package->ecl-package sbcl-glyphs))
13914
13915 (define-public sbcl-zs3
13916 (package
13917 (name "sbcl-zs3")
13918 (version "1.3.3")
13919 (source
13920 (origin
13921 (method git-fetch)
13922 (uri
13923 (git-reference
13924 (url "https://github.com/xach/zs3")
13925 (commit (string-append "release-" version))))
13926 (file-name (git-file-name "zs3" version))
13927 (sha256
13928 (base32 "186v95wgsj2hkxdw2jl9x1w4fddjclp7arp0rrd9vf5ly8h8sbf3"))))
13929 (build-system asdf-build-system/sbcl)
13930 (inputs
13931 `(("drakma" ,sbcl-drakma)
13932 ("alexandria" ,sbcl-alexandria)
13933 ("cxml" ,sbcl-cxml)
13934 ("ironclad" ,sbcl-ironclad)
13935 ("puri" ,sbcl-puri)
13936 ("cl-base64" ,sbcl-cl-base64)))
13937 (synopsis "Work with Amazon S3 and Amazon CloudFront from Common Lisp")
13938 (description "This is ZS3, a library for working with Amazon's Simple Storage
13939 Service (S3) and CloudFront service from Common Lisp.")
13940 (home-page "https://github.com/xach/zs3")
13941 (license license:bsd-2)))
13942
13943 (define-public cl-zs3
13944 (sbcl-package->cl-source-package sbcl-zs3))
13945
13946 (define-public ecl-zs3
13947 (sbcl-package->ecl-package sbcl-zs3))
13948
13949 (define-public sbcl-simple-neural-network
13950 (package
13951 (name "sbcl-simple-neural-network")
13952 (version "3.1")
13953 (source
13954 (origin
13955 (method git-fetch)
13956 (uri (git-reference
13957 (url "https://github.com/glv2/simple-neural-network")
13958 (commit (string-append "v" version))))
13959 (file-name (git-file-name "simple-neural-network" version))
13960 (sha256
13961 (base32 "1jj1c90fr5clwka0jv32hv6xp1bkdlpa6x5jh19an13rhx8ll4zr"))))
13962 (build-system asdf-build-system/sbcl)
13963 (native-inputs
13964 `(("chipz" ,sbcl-chipz)
13965 ("fiveam" ,sbcl-fiveam)))
13966 (inputs
13967 `(("cl-store" ,sbcl-cl-store)
13968 ("lparallel" ,sbcl-lparallel)))
13969 (arguments
13970 `(#:phases
13971 (modify-phases %standard-phases
13972 (add-after 'check 'remove-test-data
13973 (lambda* (#:key outputs #:allow-other-keys)
13974 (let ((out (assoc-ref outputs "out")))
13975 (for-each delete-file (find-files out "\\.gz$"))))))))
13976 (synopsis "Simple neural network in Common Lisp")
13977 (description
13978 "@code{simple-neural-network} is a Common Lisp library for creating,
13979 training and using basic neural networks. The networks created by this
13980 library are feedforward neural networks trained using backpropagation.")
13981 (home-page "https://github.com/glv2/simple-neural-network")
13982 (license license:gpl3+)))
13983
13984 (define-public cl-simple-neural-network
13985 (sbcl-package->cl-source-package sbcl-simple-neural-network))
13986
13987 (define-public ecl-simple-neural-network
13988 (sbcl-package->ecl-package sbcl-simple-neural-network))
13989
13990 (define-public sbcl-zstd
13991 (let ((commit "d144582c581aaa52bac24d6686af27fa3e781e06")
13992 (revision "1"))
13993 (package
13994 (name "sbcl-zstd")
13995 (version (git-version "1.0" revision commit))
13996 (source
13997 (origin
13998 (method git-fetch)
13999 (uri (git-reference
14000 (url "https://github.com/glv2/cl-zstd")
14001 (commit commit)))
14002 (file-name (git-file-name "cl-zstd" version))
14003 (sha256
14004 (base32 "1774jy8hzbi6nih3sq6vchk66f7g8w86dwgpbvljyfzcnkcaz6ql"))))
14005 (build-system asdf-build-system/sbcl)
14006 (native-inputs
14007 `(("fiveam" ,sbcl-fiveam)))
14008 (inputs
14009 `(("cffi" ,sbcl-cffi)
14010 ("cl-octet-streams" ,sbcl-cl-octet-streams)
14011 ("zstd-lib" ,zstd "lib")))
14012 (arguments
14013 '(#:phases
14014 (modify-phases %standard-phases
14015 (add-after 'unpack 'fix-paths
14016 (lambda* (#:key inputs #:allow-other-keys)
14017 (substitute* "src/libzstd.lisp"
14018 (("libzstd\\.so")
14019 (string-append (assoc-ref inputs "zstd-lib")
14020 "/lib/libzstd.so")))
14021 #t)))))
14022 (synopsis "Common Lisp library for Zstandard (de)compression")
14023 (description
14024 "This Common Lisp library provides functions for Zstandard
14025 compression/decompression using bindings to the libzstd C library.")
14026 (home-page "https://github.com/glv2/cl-zstd")
14027 (license license:gpl3+))))
14028
14029 (define-public cl-zstd
14030 (sbcl-package->cl-source-package sbcl-zstd))
14031
14032 (define-public ecl-zstd
14033 (sbcl-package->ecl-package sbcl-zstd))
14034
14035 (define-public sbcl-agnostic-lizard
14036 (let ((commit "fe3a73719f05901c8819f8995a3ebae738257952")
14037 (revision "1"))
14038 (package
14039 (name "sbcl-agnostic-lizard")
14040 (version (git-version "0.0.0" revision commit))
14041 (source
14042 (origin
14043 (method git-fetch)
14044 (uri (git-reference
14045 (url "https://gitlab.common-lisp.net/mraskin/agnostic-lizard")
14046 (commit commit)))
14047 (file-name (git-file-name name version))
14048 (sha256
14049 (base32 "0ax78y8w4zlp5dcwyhz2nq7j3shi49qn31dkfg8lv2jlg7mkwh2d"))))
14050 (build-system asdf-build-system/sbcl)
14051 (synopsis "Almost correct portable code walker for Common Lisp")
14052 (description
14053 "Agnostic Lizard is a portable implementation of a code walker and in
14054 particular of the macroexpand-all function (and macro) that makes a best
14055 effort to be correct while not expecting much beyond what the Common Lisp
14056 standard requires.
14057
14058 It aims to be implementation-agnostic and to climb the syntax trees.")
14059 (home-page "https://gitlab.common-lisp.net/mraskin/agnostic-lizard")
14060 (license license:gpl3+))))
14061
14062 (define-public cl-agnostic-lizard
14063 (sbcl-package->cl-source-package sbcl-agnostic-lizard))
14064
14065 (define-public ecl-agnostic-lizard
14066 (sbcl-package->ecl-package sbcl-agnostic-lizard))
14067
14068 (define-public sbcl-dynamic-classes
14069 (package
14070 (name "sbcl-dynamic-classes")
14071 (version "1.0.2")
14072 (source
14073 (origin
14074 (method git-fetch)
14075 (uri (git-reference
14076 (url "https://github.com/gwkkwg/dynamic-classes")
14077 (commit (string-append "version-" version))))
14078 (file-name (git-file-name "dynamic-classes" version))
14079 (sha256
14080 (base32 "1z3ag6w4ff0v6715xa9zhvwjqnp4i6zrjfmxdz8m115sklbwgm6c"))))
14081 (build-system asdf-build-system/sbcl)
14082 (inputs
14083 `(("metatilities-base" ,sbcl-metatilities-base)))
14084 (arguments
14085 ;; NOTE: (Sharlatan-20210106222900+0000) Circular dependencies and failing
14086 ;; test suites. lift-standard.config contains referances to deprecated
14087 ;; functionality.
14088 `(#:tests? #f))
14089 (home-page "https://common-lisp.net/project/dynamic-classes/")
14090 (synopsis "Dynamic class definition for Common Lisp")
14091 (description "Dynamic-Classes helps to ease the prototyping process by
14092 bringing dynamism to class definition.")
14093 (license license:expat)))
14094
14095 (define-public ecl-dynamic-classes
14096 (sbcl-package->ecl-package sbcl-dynamic-classes))
14097
14098 (define-public cl-dynamic-classes
14099 (sbcl-package->cl-source-package sbcl-dynamic-classes))
14100
14101 (define-public sbcl-cl-markdown
14102 ;; NOTE: (Sharlatan-20210106214629+0000) latest version tag
14103 ;; "version-0.10.6_version-0.10.6" is failing to build due to missing system
14104 ;; #:container-dynamic-classes
14105 (package
14106 (name "sbcl-cl-markdown")
14107 (version "0.10.4")
14108 (source
14109 (origin
14110 (method git-fetch)
14111 (uri (git-reference
14112 (url "https://github.com/gwkkwg/cl-markdown")
14113 (commit (string-append "version-" version))))
14114 (file-name (git-file-name "cl-markdown" version))
14115 (sha256
14116 (base32 "1wdjbdd1zyskxf7zlilcp6fmwkivybj0wjp64vvzb265d5xi7p8p"))))
14117 (build-system asdf-build-system/sbcl)
14118 (inputs
14119 `(("anaphora" ,sbcl-anaphora)
14120 ("cl-containers" ,sbcl-cl-containers)
14121 ("cl-ppcre" ,sbcl-cl-ppcre)
14122 ("dynamic-classes" ,sbcl-dynamic-classes)
14123 ("metabang-bind" ,sbcl-metabang-bind)
14124 ("metatilities-base" ,sbcl-metatilities-base)))
14125 (arguments
14126 ;; NOTE: (Sharlatan-20210107213629+0000) Tests depend on too many not
14127 ;; available systems, which themself are abandoned.
14128 `(#:tests? #f))
14129 (home-page "https://common-lisp.net/project/cl-markdown/")
14130 (synopsis "Common Lisp rewrite of Markdown")
14131 (description
14132 "This is an implementation of a Markdown parser in Common Lisp.")
14133 (license license:expat)))
14134
14135 (define-public ecl-cl-markdown
14136 (sbcl-package->ecl-package sbcl-cl-markdown))
14137
14138 (define-public cl-markdown
14139 (sbcl-package->cl-source-package sbcl-cl-markdown))
14140
14141 (define-public sbcl-magicffi
14142 (let ((commit "d88f2f280c31f639e4e05be75215d8a8dce6aef2"))
14143 (package
14144 (name "sbcl-magicffi")
14145 (version (git-version "0.0.0" "1" commit))
14146 (source
14147 (origin
14148 (method git-fetch)
14149 (uri (git-reference
14150 (url "https://github.com/dochang/magicffi/")
14151 (commit commit)))
14152 (file-name (git-file-name name version))
14153 (sha256
14154 (base32 "0p6ysa92fk34bhxpw7bycbfgw150fv11z9x8jr9xb4lh8cm2hvp6"))))
14155 (build-system asdf-build-system/sbcl)
14156 (native-inputs
14157 `(("alexandria" ,sbcl-alexandria)))
14158 (inputs
14159 `(("cffi" ,sbcl-cffi)
14160 ("ppcre" ,sbcl-cl-ppcre)
14161 ("libmagic" ,file)))
14162 (arguments
14163 `(#:phases
14164 (modify-phases %standard-phases
14165 (add-after 'unpack 'fix-paths
14166 (lambda* (#:key inputs #:allow-other-keys)
14167 (let ((magic (assoc-ref inputs "libmagic")))
14168 (substitute* "grovel.lisp"
14169 (("/usr/include/magic.h")
14170 (string-append magic "/include/magic.h")))
14171 (substitute* "api.lisp"
14172 ((":default \"libmagic\"" all)
14173 (string-append ":default \"" magic "/lib/libmagic\"")))))))))
14174 (home-page "https://common-lisp.net/project/magicffi/")
14175 (synopsis "Common Lisp interface to libmagic based on CFFI")
14176 (description
14177 "MAGICFFI is a Common Lisp CFFI interface to libmagic(3), the file type
14178 determination library using @emph{magic} numbers.")
14179 (license license:bsd-2))))
14180
14181 (define-public ecl-magicffi
14182 (sbcl-package->ecl-package sbcl-magicffi))
14183
14184 (define-public cl-magicffi
14185 (sbcl-package->cl-source-package sbcl-magicffi))
14186
14187 (define-public sbcl-shlex
14188 (let ((commit "c5616dffca0d4d8ddbc1cd6f37a96d88477b2740"))
14189 (package
14190 (name "sbcl-shlex")
14191 (version (git-version "0.0.0" "1" commit))
14192 (source
14193 (origin
14194 (method git-fetch)
14195 (uri (git-reference
14196 (url "https://github.com/ruricolist/cl-shlex")
14197 (commit commit)))
14198 (file-name (git-file-name name version))
14199 (sha256
14200 (base32 "1nas024n4wv319bf40aal96g72bgi9nkapj2chywj2cc6r8hzkfg"))))
14201 (build-system asdf-build-system/sbcl)
14202 (inputs
14203 `(("alexandria" ,sbcl-alexandria)
14204 ("serapeum" ,sbcl-serapeum)
14205 ("ppcre" ,sbcl-cl-ppcre)
14206 ("unicode" ,sbcl-cl-unicode)))
14207 (home-page "https://github.com/ruricolist/cl-shlex")
14208 (synopsis "Common Lisp lexical analyzer for shell-like syntaxes")
14209 (description
14210 "This library contains a lexer for syntaxes that use shell-like rules
14211 for quoting and commenting. It is a port of the @code{shlex} module from Python’s
14212 standard library.")
14213 (license license:expat))))
14214
14215 (define-public ecl-shlex
14216 (sbcl-package->ecl-package sbcl-shlex))
14217
14218 (define-public cl-shlex
14219 (sbcl-package->cl-source-package sbcl-shlex))
14220
14221 (define-public sbcl-cmd
14222 (let ((commit "bc5a3bee8f22917126e4c3d05b33f766e562dbd8"))
14223 (package
14224 (name "sbcl-cmd")
14225 (version (git-version "0.0.1" "3" commit))
14226 (source
14227 (origin
14228 (method git-fetch)
14229 (uri (git-reference
14230 (url "https://github.com/ruricolist/cmd/")
14231 (commit commit)))
14232 (file-name (git-file-name name version))
14233 (sha256
14234 (base32 "1sjlabrknw1kjb2y89vssjhcqh3slgly8wnr3152zgis8lsj2yc7"))))
14235 (build-system asdf-build-system/sbcl)
14236 (inputs
14237 `(("alexandria" ,sbcl-alexandria)
14238 ("coreutils" ,coreutils)
14239 ("procps" ,procps)
14240 ("serapeum" ,sbcl-serapeum)
14241 ("shlex" ,sbcl-shlex)
14242 ("trivia" ,sbcl-trivia)))
14243 (arguments
14244 `(#:phases
14245 (modify-phases %standard-phases
14246 (add-after 'unpack 'fix-paths
14247 (lambda* (#:key inputs #:allow-other-keys)
14248 (let ((bin (string-append (assoc-ref inputs "coreutils") "/bin"))
14249 (ps-bin (string-append (assoc-ref inputs "procps") "/bin")))
14250 (substitute* "cmd.lisp"
14251 (("\\(def \\+env\\+ \"env\"\\)")
14252 (format #f "(def +env+ \"~a/env\")" bin))
14253 (("\\(def \\+kill\\+ \"kill\"\\)")
14254 (format #f "(def +kill+ \"~a/kill\")" bin))
14255 (("\\(def \\+ps\\+ \"ps\"\\)")
14256 (format #f "(def +ps+ \"~a/ps\")" ps-bin))
14257 (("\\(def \\+pwd\\+ \"pwd\"\\)")
14258 (format #f "(def +pwd+ \"~a/pwd\")" bin))
14259 (("\\(def \\+sh\\+ \"/bin/sh\"\\)")
14260 (format #f "(def +sh+ \"~a\")" (which "sh")))
14261 (("\\(def \\+tr\\+ \"tr\"\\)")
14262 (format #f "(def +tr+ \"~a/tr\")" bin)))))))))
14263 (home-page "https://github.com/ruricolist/cmd")
14264 (synopsis "Conveniently run external programs from Common Lisp")
14265 (description
14266 "A utility for running external programs, built on UIOP.
14267 Cmd is designed to be natural to use, protect against shell interpolation and
14268 be usable from multi-threaded programs.")
14269 (license license:expat))))
14270
14271 (define-public ecl-cmd
14272 (sbcl-package->ecl-package sbcl-cmd))
14273
14274 (define-public cl-cmd
14275 (sbcl-package->cl-source-package sbcl-cmd))
14276
14277 (define-public sbcl-ppath
14278 (let ((commit "eb1a8173b4d1d691ea9a7699412123462f58c3ce"))
14279 (package
14280 (name "sbcl-ppath")
14281 (version (git-version "0.1" "1" commit))
14282 (source
14283 (origin
14284 (method git-fetch)
14285 (uri (git-reference
14286 (url "https://github.com/fourier/ppath/")
14287 (commit commit)))
14288 (file-name (git-file-name name commit))
14289 (sha256
14290 (base32 "1c46q9lmzqv14z80d3fwdawgn3pn4922x31fyqvsvbcjm4hd16fb"))))
14291 (build-system asdf-build-system/sbcl)
14292 (inputs
14293 `(("alexandria" ,sbcl-alexandria)
14294 ("cffi" ,sbcl-cffi)
14295 ("osicat" ,sbcl-osicat)
14296 ("ppcre" ,sbcl-cl-ppcre)
14297 ("split-sequence" ,sbcl-split-sequence)
14298 ("trivial-features" ,sbcl-trivial-features)))
14299 (native-inputs
14300 `(("cl-fad" ,sbcl-cl-fad)
14301 ("prove" ,sbcl-prove)))
14302 (home-page "https://github.com/fourier/ppath")
14303 (synopsis "Common Lisp's implementation of the Python's os.path module")
14304 (description
14305 "This library is a path strings manipulation library inspired by
14306 Python's @code{os.path}. All functionality from @code{os.path} is supported on
14307 major operation systems.
14308
14309 The philosophy behind is to use simple strings and \"dumb\" string
14310 manipulation functions to handle paths and filenames. Where possible the
14311 corresponding OS system functions are called.")
14312 (license license:bsd-2))))
14313
14314 (define-public ecl-ppath
14315 (sbcl-package->ecl-package sbcl-ppath))
14316
14317 (define-public cl-ppath
14318 (sbcl-package->cl-source-package sbcl-ppath))
14319
14320 (define-public sbcl-trivial-escapes
14321 (let ((commit "1eca78da2078495d09893be58c28b3aa7b8cc4d1"))
14322 (package
14323 (name "sbcl-trivial-escapes")
14324 (version (git-version "1.2.0" "1" commit))
14325 (source
14326 (origin
14327 (method git-fetch)
14328 (uri (git-reference
14329 (url "https://github.com/williamyaoh/trivial-escapes")
14330 (commit commit)))
14331 (file-name (git-file-name name commit))
14332 (sha256
14333 (base32 "0v6h8lk17iqv1qkxgqjyzn8gi6v0hvq2vmfbb01md3zjvjqxn6lr"))))
14334 (build-system asdf-build-system/sbcl)
14335 (inputs
14336 `(("named-readtables" ,sbcl-named-readtables)))
14337 (native-inputs
14338 `(("fiveam" ,sbcl-fiveam)))
14339 (home-page "https://github.com/williamyaoh/trivial-escapes")
14340 (synopsis "C-style escape directives for Common Lisp")
14341 (description
14342 "This Common Lisp library interprets escape characters the same way that
14343 most other programming language do.
14344 It provides four readtables. The default one lets you write strings like this:
14345 @code{#\"This string has\na newline in it!\"}.")
14346 (license license:public-domain))))
14347
14348 (define-public ecl-trivial-escapes
14349 (sbcl-package->ecl-package sbcl-trivial-escapes))
14350
14351 (define-public cl-trivial-escapes
14352 (sbcl-package->cl-source-package sbcl-trivial-escapes))
14353
14354 (define-public sbcl-cl-indentify
14355 (let ((commit "eb770f434defa4cd41d84bca822428dfd0dbac53"))
14356 (package
14357 (name "sbcl-cl-indentify")
14358 (version (git-version "0.1" "1" commit))
14359 (source
14360 (origin
14361 (method git-fetch)
14362 (uri (git-reference
14363 (url "https://github.com/yitzchak/cl-indentify")
14364 (commit commit)))
14365 (file-name (git-file-name name commit))
14366 (sha256
14367 (base32 "0ha36bhg474vr76vfhr13szc8cfdj1ickg92k1icz791bqaqg67p"))))
14368 (build-system asdf-build-system/sbcl)
14369 (inputs
14370 `(("alexandria" ,sbcl-alexandria)
14371 ("command-line-arguments" ,sbcl-command-line-arguments)
14372 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
14373 (native-inputs
14374 `(("trivial-escapes" ,sbcl-trivial-escapes)
14375 ("rove" ,sbcl-rove)))
14376 (home-page "https://github.com/yitzchak/cl-indentify")
14377 (synopsis "Code beautifier for Common Lisp")
14378 (description
14379 "A library and command line utility to automatically indent Common Lisp
14380 source files.")
14381 (license license:expat))))
14382
14383 (define-public ecl-cl-indentify
14384 (sbcl-package->ecl-package sbcl-cl-indentify))
14385
14386 (define-public cl-indentify
14387 (sbcl-package->cl-source-package sbcl-cl-indentify))
14388
14389 (define-public sbcl-concrete-syntax-tree
14390 (let ((commit "abd242a59dadc5452aa9dbc1d313c83ec2c11f46"))
14391 (package
14392 (name "sbcl-concrete-syntax-tree")
14393 (version (git-version "0.0.0" "1" commit))
14394 (source
14395 (origin
14396 (method git-fetch)
14397 (uri (git-reference
14398 (url "https://github.com/s-expressionists/Concrete-Syntax-Tree")
14399 (commit commit)))
14400 (file-name (git-file-name name commit))
14401 (sha256
14402 (base32 "1lyrglc3h1if44gxd9cwv90wa90nrdjvb7fry39b1xn8ywdfa7di"))))
14403 (build-system asdf-build-system/sbcl)
14404 (inputs
14405 `(("acclimation" ,sbcl-acclimation)))
14406 (home-page "https://github.com/s-expressionists/Concrete-Syntax-Tree")
14407 (synopsis "Parse Common Lisp code into a concrete syntax tree")
14408 (description
14409 "This library is intended to solve the problem of source tracking for
14410 Common Lisp code.
14411
14412 By \"source tracking\", it is meant that code elements that have a known
14413 origin in the form of a position in a file or in an editor buffer are
14414 associated with some kind of information about this origin.
14415
14416 Since the exact nature of such origin information depends on the Common Lisp
14417 implementation and the purpose of wanting to track that origin, the library
14418 does not impose a particular structure of this information. Instead, it
14419 provides utilities for manipulating source code in the form of what is called
14420 concrete syntax trees (CSTs for short) that preserve this information about
14421 the origin.")
14422 (license license:bsd-2))))
14423
14424 (define-public ecl-concrete-syntax-tree
14425 (sbcl-package->ecl-package sbcl-concrete-syntax-tree))
14426
14427 (define-public cl-concrete-syntax-tree
14428 (sbcl-package->cl-source-package sbcl-concrete-syntax-tree))
14429
14430 (define-public sbcl-eclector
14431 (package
14432 (name "sbcl-eclector")
14433 (version "0.5.0")
14434 (source
14435 (origin
14436 (method git-fetch)
14437 (uri (git-reference
14438 (url "https://github.com/s-expressionists/Eclector")
14439 (commit version)))
14440 (file-name (git-file-name name version))
14441 (sha256
14442 (base32 "0bwkla0jdp5bg0q1zca5wg22b0nbdmglgax345nrhsf8bdrh47wm"))))
14443 (build-system asdf-build-system/sbcl)
14444 (inputs
14445 `(("acclimation" ,sbcl-acclimation)
14446 ("alexandria" ,sbcl-alexandria)
14447 ("closer-mop" ,sbcl-closer-mop)
14448 ("concrete-syntax-tree" ,sbcl-concrete-syntax-tree)))
14449 (native-inputs
14450 `(("fiveam" ,sbcl-fiveam)))
14451 (arguments
14452 '(#:asd-systems '("eclector"
14453 "eclector-concrete-syntax-tree")))
14454 (home-page "https://s-expressionists.github.io/Eclector/")
14455 (synopsis "Highly customizable, portable Common Lisp reader")
14456 (description
14457 "Eclector is a portable Common Lisp reader that is highly customizable,
14458 can recover from errors and can return concrete syntax trees.
14459
14460 In contrast to many other reader implementations, eclector can recover from
14461 most errors in the input supplied to it and continue reading. This capability
14462 is realized as a restart.
14463
14464 It can also produce instances of the concrete syntax tree classes provided by
14465 the concrete syntax tree library.")
14466 (license license:bsd-2)))
14467
14468 (define-public ecl-eclector
14469 (sbcl-package->ecl-package sbcl-eclector))
14470
14471 (define-public cl-eclector
14472 (sbcl-package->cl-source-package sbcl-eclector))
14473
14474 (define-public sbcl-jsown
14475 (let ((commit "744c4407bef58dfa876d9da0b5c0205d869e7977"))
14476 (package
14477 (name "sbcl-jsown")
14478 (version (git-version "1.0.1" "1" commit))
14479 (source
14480 (origin
14481 (method git-fetch)
14482 (uri (git-reference
14483 (url "https://github.com/madnificent/jsown")
14484 (commit commit)))
14485 (file-name (git-file-name name commit))
14486 (sha256
14487 (base32 "0gadvmf1d9bq35s61z76psrsnzwwk12svi66jigf491hv48wigw7"))))
14488 (build-system asdf-build-system/sbcl)
14489 (home-page "https://github.com/madnificent/jsown")
14490 (synopsis "Fast JSON reader / writer library for Common Lisp")
14491 (description
14492 "@code{jsown} is a high performance Common Lisp JSON parser. Its aim
14493 is to allow for the fast parsing of JSON objects in Common Lisp. Recently,
14494 functions and macros have been added to ease the burden of writing and editing
14495 @code{jsown} objects.
14496
14497 @code{jsown} allows you to parse JSON objects quickly to a modifiable Lisp
14498 list and write them back. If you only need partial retrieval of objects,
14499 @code{jsown} allows you to select the keys which you would like to see parsed.
14500 @code{jsown} also has a JSON writer and some helper methods to alter the JSON
14501 objects themselves.")
14502 (license license:expat))))
14503
14504 (define-public ecl-jsown
14505 (sbcl-package->ecl-package sbcl-jsown))
14506
14507 (define-public cl-jsown
14508 (sbcl-package->cl-source-package sbcl-jsown))
14509
14510 (define-public sbcl-system-locale
14511 (let ((commit "4b334bc2fa45651bcaa28ae7d9331095d6bf0a17"))
14512 (package
14513 (name "sbcl-system-locale")
14514 (version (git-version "1.0.0" "1" commit))
14515 (source
14516 (origin
14517 (method git-fetch)
14518 (uri (git-reference
14519 (url "https://github.com/Shinmera/system-locale/")
14520 (commit commit)))
14521 (file-name (git-file-name name commit))
14522 (sha256
14523 (base32 "00p5c053kmgq4ks6l9mxsqz6g3bjcybvkvj0bh3r90qgpkaawm1p"))))
14524 (build-system asdf-build-system/sbcl)
14525 (inputs
14526 `(("documentation-utils" ,sbcl-documentation-utils)))
14527 (home-page "https://shinmera.github.io/system-locale/")
14528 (synopsis "Get the system's locale and language settings in Common Lisp")
14529 (description
14530 "This library retrieves locale information configured on the
14531 system. This is helpful if you want to write applications and libraries that
14532 display messages in the user's native language.")
14533 (license license:zlib))))
14534
14535 (define-public ecl-system-locale
14536 (sbcl-package->ecl-package sbcl-system-locale))
14537
14538 (define-public cl-system-locale
14539 (sbcl-package->cl-source-package sbcl-system-locale))
14540
14541 (define-public sbcl-language-codes
14542 (let ((commit "e7aa0e37cb97a3d37d6bc7316b479d01bff8f42e"))
14543 (package
14544 (name "sbcl-language-codes")
14545 (version (git-version "1.0.0" "1" commit))
14546 (source
14547 (origin
14548 (method git-fetch)
14549 (uri (git-reference
14550 (url "https://github.com/Shinmera/language-codes")
14551 (commit commit)))
14552 (file-name (git-file-name name commit))
14553 (sha256
14554 (base32 "0py176ibmsc01n5r0q1bs1ykqf5jwdbh8kx0j1a814l9y51241v0"))))
14555 (build-system asdf-build-system/sbcl)
14556 (inputs
14557 `(("documentation-utils" ,sbcl-documentation-utils)))
14558 (home-page "https://shinmera.github.io/language-codes/")
14559 (synopsis "Map ISO language codes to language names in Common Lisp")
14560 (description
14561 "This is a small library providing the ISO-639 language code to
14562 language name mapping.")
14563 (license license:zlib))))
14564
14565 (define-public ecl-language-codes
14566 (sbcl-package->ecl-package sbcl-language-codes))
14567
14568 (define-public cl-language-codes
14569 (sbcl-package->cl-source-package sbcl-language-codes))
14570
14571 (define-public sbcl-multilang-documentation
14572 (let ((commit "59e798a07e949e8957a20927f52aca425d84e4a0"))
14573 (package
14574 (name "sbcl-multilang-documentation")
14575 (version (git-version "1.0.0" "1" commit))
14576 (source
14577 (origin
14578 (method git-fetch)
14579 (uri (git-reference
14580 (url "https://github.com/Shinmera/multilang-documentation")
14581 (commit commit)))
14582 (file-name (git-file-name name commit))
14583 (sha256
14584 (base32 "13y5jskx8n2b7kimpfarr8v777w3b7zj5swg1b99nj3hk0843ixw"))))
14585 (build-system asdf-build-system/sbcl)
14586 (inputs
14587 `(("documentation-utils" ,sbcl-documentation-utils)
14588 ("language-codes" ,sbcl-language-codes)
14589 ("system-locale" ,sbcl-system-locale)))
14590 (home-page "https://shinmera.github.io/multilang-documentation/")
14591 (synopsis "Add multiple languages support to Common Lisp documentation")
14592 (description
14593 "This library provides a drop-in replacement function for
14594 cl:documentation that supports multiple docstrings per-language, allowing you
14595 to write documentation that can be internationalised.")
14596 (license license:zlib))))
14597
14598 (define-public ecl-multilang-documentation
14599 (sbcl-package->ecl-package sbcl-multilang-documentation))
14600
14601 (define-public cl-multilang-documentation
14602 (sbcl-package->cl-source-package sbcl-multilang-documentation))
14603
14604 (define-public sbcl-trivial-do
14605 (let ((commit "03a1729f1e71bad3ebcf6cf098a0cce52dfa1163"))
14606 (package
14607 (name "sbcl-trivial-do")
14608 (version (git-version "0.1" "1" commit))
14609 (source
14610 (origin
14611 (method git-fetch)
14612 (uri (git-reference
14613 (url "https://github.com/yitzchak/trivial-do")
14614 (commit commit)))
14615 (file-name (git-file-name name commit))
14616 (sha256
14617 (base32 "1ffva79nkicc7wc8c2ic5nayis3b2rk5sxzj74yjkymkjgbpcrgd"))))
14618 (build-system asdf-build-system/sbcl)
14619 (home-page "https://github.com/yitzchak/trivial-do")
14620 (synopsis "Additional dolist style macros for Common Lisp")
14621 (description
14622 "Additional dolist style macros for Common Lisp, such as
14623 @code{doalist}, @code{dohash}, @code{dolist*}, @code{doplist}, @code{doseq}
14624 and @code{doseq*}.")
14625 (license license:zlib))))
14626
14627 (define-public ecl-trivial-do
14628 (sbcl-package->ecl-package sbcl-trivial-do))
14629
14630 (define-public cl-trivial-do
14631 (sbcl-package->cl-source-package sbcl-trivial-do))
14632
14633 (define-public sbcl-common-lisp-jupyter
14634 (let ((commit "011f60b69a3b8c70eefeafe7acb724cd00dd3e62"))
14635 (package
14636 (name "sbcl-common-lisp-jupyter")
14637 (version (git-version "0.1" "2" commit))
14638 (source
14639 (origin
14640 (method git-fetch)
14641 (uri (git-reference
14642 (url "https://github.com/yitzchak/common-lisp-jupyter")
14643 (commit commit)))
14644 (file-name (git-file-name name commit))
14645 (sha256
14646 (base32 "10jdghlcmp9p6ygrvw7g49i8f9jy71ybzn29n544fzb6g47siqhw"))))
14647 (build-system asdf-build-system/sbcl)
14648 (inputs
14649 `(("alexandria" ,sbcl-alexandria)
14650 ("babel" ,sbcl-babel)
14651 ("bordeaux-threads" ,sbcl-bordeaux-threads)
14652 ("cl-base64" ,sbcl-cl-base64)
14653 ("cl-indentify" ,sbcl-cl-indentify)
14654 ("closer-mop" ,sbcl-closer-mop)
14655 ("eclector" ,sbcl-eclector)
14656 ("ironclad" ,sbcl-ironclad)
14657 ("iterate" ,sbcl-iterate)
14658 ("jsown" ,sbcl-jsown)
14659 ("multilang-documentation" ,sbcl-multilang-documentation)
14660 ("pzmq" ,sbcl-pzmq)
14661 ("puri" ,sbcl-puri)
14662 ("static-vectors" ,sbcl-static-vectors)
14663 ("trivial-do" ,sbcl-trivial-do)
14664 ("trivial-garbage" ,sbcl-trivial-garbage)
14665 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
14666 ("trivial-mimes" ,sbcl-trivial-mimes)))
14667 (home-page "https://yitzchak.github.io/common-lisp-jupyter/")
14668 (synopsis "Common Lisp kernel for Jupyter")
14669 (description
14670 "This is a Common Lisp kernel for Jupyter along with a library for
14671 building Jupyter kernels, based on Maxima-Jupyter which was based on
14672 @code{cl-jupyter}.")
14673 (license license:zlib))))
14674
14675 (define-public ecl-common-lisp-jupyter
14676 (sbcl-package->ecl-package sbcl-common-lisp-jupyter))
14677
14678 (define-public cl-common-lisp-jupyter
14679 (sbcl-package->cl-source-package sbcl-common-lisp-jupyter))
14680
14681 (define-public sbcl-radiance
14682 (let ((commit "5ffbe1f157edd17a13194495099efd81e052df85")
14683 (revision "1"))
14684 (package
14685 (name "sbcl-radiance")
14686 (version (git-version "2.1.2" revision commit))
14687 (source
14688 (origin
14689 (method git-fetch)
14690 (uri (git-reference
14691 (url "https://github.com/Shirakumo/radiance")
14692 (commit commit)))
14693 (file-name (git-file-name "radiance" version))
14694 (sha256
14695 (base32 "0hbkcnmnlj1cqzbv18zmla2iwbl65kxilz9764hndf8x8as1539c"))))
14696 (build-system asdf-build-system/sbcl)
14697 (arguments
14698 `(#:tests? #f ; TODO: The tests require some configuration.
14699 #:phases
14700 (modify-phases %standard-phases
14701 (add-after 'unpack 'disable-quicklisp
14702 (lambda _
14703 ;; Disable the automatic installation of systems by Quicklisp.
14704 ;; (Maybe there would be a way to package Quicklisp and make it
14705 ;; install things in the user's directory instead of
14706 ;; /gnu/store/...).
14707 (substitute* "interfaces.lisp"
14708 (("\\(unless \\(asdf:find-system configured-implementation NIL\\)"
14709 all)
14710 (string-append "#+quicklisp " all))))))))
14711 (native-inputs
14712 `(("alexandria" ,sbcl-alexandria)
14713 ("dexador" ,sbcl-dexador)
14714 ("parachute" ,sbcl-parachute)
14715 ("verbose" ,sbcl-verbose)))
14716 (inputs
14717 `(("babel" ,sbcl-babel)
14718 ("bordeaux-threads" ,sbcl-bordeaux-threads)
14719 ("cl-ppcre" ,sbcl-cl-ppcre)
14720 ("closer-mop" ,sbcl-closer-mop)
14721 ("documentation-utils" ,sbcl-documentation-utils)
14722 ("deploy" ,sbcl-deploy)
14723 ("form-fiddle" ,sbcl-form-fiddle)
14724 ("lambda-fiddle" ,sbcl-lambda-fiddle)
14725 ("local-time" ,sbcl-local-time)
14726 ("modularize-hooks" ,sbcl-modularize-hooks)
14727 ("modularize-interfaces" ,sbcl-modularize-interfaces)
14728 ("puri" ,sbcl-puri)
14729 ("trivial-indent" ,sbcl-trivial-indent)
14730 ("trivial-mimes" ,sbcl-trivial-mimes)
14731 ("ubiquitous-concurrent" ,sbcl-ubiquitous)))
14732 (home-page "https://shirakumo.github.io/radiance/")
14733 (synopsis "Common Lisp web application environment")
14734 (description
14735 "Radiance is a web application environment, which is sort of like a web
14736 framework, but more general, more flexible. It should let you write personal
14737 websites and generally deployable applications easily and in such a way that
14738 they can be used on practically any setup without having to undergo special
14739 adaptations.")
14740 (license license:zlib))))
14741
14742 (define-public ecl-radiance
14743 (sbcl-package->ecl-package sbcl-radiance))
14744
14745 (define-public cl-radiance
14746 (sbcl-package->cl-source-package sbcl-radiance))
14747
14748 (define-public sbcl-daemon
14749 (let ((commit "d5652f4332c3cee21e9bf83b9237129605004597")
14750 (revision "1"))
14751 (package
14752 (name "sbcl-daemon")
14753 (version (git-version "0.0.4" revision commit))
14754 (source
14755 (origin
14756 (method git-fetch)
14757 (uri (git-reference
14758 (url "https://github.com/snmsts/daemon")
14759 (commit commit)))
14760 (file-name (git-file-name "daemon" version))
14761 (sha256
14762 (base32 "1kdxfnhh9fz34j8qs7pn7mwjz3v33q4v9nh0hqkyzraq5xs2j3f4"))))
14763 (build-system asdf-build-system/sbcl)
14764 (inputs
14765 `(("trivial-features" ,sbcl-trivial-features)))
14766 (home-page "https://github.com/snmsts/daemon")
14767 (synopsis "Daemonize Common Lisp processes")
14768 (description
14769 "DAEMON provides the functionality of daemonizing Common Lisp processes
14770 on UNIX like platforms.")
14771 (license license:expat))))
14772
14773 (define-public ecl-daemon
14774 (sbcl-package->ecl-package sbcl-daemon))
14775
14776 (define-public cl-daemon
14777 (sbcl-package->cl-source-package sbcl-daemon))
14778
14779 (define-public sbcl-file-attributes
14780 (let ((commit "bbde396438f37d676de9775239115410bec4da2d"))
14781 (package
14782 (name "sbcl-file-attributes")
14783 (version (git-version "1.0.0" "2" commit))
14784 (source
14785 (origin
14786 (method git-fetch)
14787 (uri (git-reference
14788 (url "https://github.com/Shinmera/file-attributes/")
14789 (commit commit)))
14790 (file-name (git-file-name name version))
14791 (sha256
14792 (base32 "0n8q818ry2shggjfhp8gjby8v5mla9pg97c5g19pcglpnwim7a74"))))
14793 (build-system asdf-build-system/sbcl)
14794 (inputs
14795 `(("cffi" ,sbcl-cffi)
14796 ("documentation-utils" ,sbcl-documentation-utils)
14797 ("trivial-features" ,sbcl-trivial-features)))
14798 (home-page "https://shinmera.github.io/file-attributes/")
14799 (synopsis "Access to common file attributes in Common Lisp")
14800 (description
14801 "This is a small OS portability library to retrieve and set file
14802 attributes not supported by the Common Lisp standard functions.")
14803 (license license:zlib))))
14804
14805 (define-public ecl-file-attributes
14806 (sbcl-package->ecl-package sbcl-file-attributes))
14807
14808 (define-public cl-file-attributes
14809 (sbcl-package->cl-source-package sbcl-file-attributes))
14810
14811 (define-public sbcl-cl-difflib
14812 (let ((commit "98eb335c693f1881584b83ca7be4a0fe05355c4e")
14813 (revision "0"))
14814 (package
14815 (name "sbcl-cl-difflib")
14816 (version (git-version "0.2" revision commit))
14817 (source
14818 (origin
14819 (method git-fetch)
14820 (uri (git-reference
14821 (url "https://github.com/wiseman/cl-difflib")
14822 (commit commit)))
14823 (file-name
14824 (git-file-name name version))
14825 (sha256
14826 (base32 "08if0abhqg191xcz9s7xv8faqq51nswzp8hw423fkqjzr24pmq48"))))
14827 (build-system asdf-build-system/sbcl)
14828 ;; Due to the age of this library tests use some deprecated
14829 ;; functionality and keep failing.
14830 (arguments
14831 '(#:tests? #f
14832 #:asd-files '("cl-difflib.asd")))
14833 (home-page "https://github.com/wiseman/cl-difflib")
14834 (synopsis "Compute differences between pairs of sequences")
14835 (description
14836 "A Common Lisp library for computing differences between
14837 sequences based on the Python difflib module.")
14838 (license license:expat))))
14839
14840 (define-public ecl-cl-difflib
14841 (sbcl-package->ecl-package sbcl-cl-difflib))
14842
14843 (define-public cl-difflib
14844 (sbcl-package->cl-source-package sbcl-cl-difflib))
14845
14846 (define-public sbcl-cl-html-diff
14847 (let ((commit "5a0b39d1c524278d6f60851d7786bb2585614310")
14848 (revision "0"))
14849 (package
14850 (name "sbcl-cl-html-diff")
14851 (version (git-version "0.1" revision commit))
14852 (source
14853 (origin
14854 (method git-fetch)
14855 (uri (git-reference
14856 (url "https://github.com/wiseman/cl-html-diff")
14857 (commit commit)))
14858 (file-name
14859 (git-file-name name version))
14860 (sha256
14861 (base32 "1varnijivzd4jpimn1cz8p5ks713zzha5cgl4vmb0xr8ahravwzb"))))
14862 (build-system asdf-build-system/sbcl)
14863 (inputs
14864 `(("cl-difflib" ,sbcl-cl-difflib)))
14865 (home-page "https://github.com/wiseman/cl-html-diff")
14866 (synopsis "Generate a human-readable diff of two HTML documents")
14867 (description
14868 "A Common Lisp library for generating a human-readable diff of two
14869 HTML documents.")
14870 (license license:expat))))
14871
14872 (define-public ecl-cl-html-diff
14873 (sbcl-package->ecl-package sbcl-cl-html-diff))
14874
14875 (define-public cl-html-diff
14876 (sbcl-package->cl-source-package sbcl-cl-html-diff))
14877
14878 (define-public sbcl-tooter
14879 (let ((commit "b8d4b245b1d946bc9da6f51a3d8c2dc43e4d3868")
14880 (revision "1"))
14881 (package
14882 (name "sbcl-tooter")
14883 (version (git-version "1.0.0" revision commit))
14884 (source
14885 (origin
14886 (method git-fetch)
14887 (uri (git-reference
14888 (url "https://github.com/Shinmera/tooter")
14889 (commit commit)))
14890 (file-name (git-file-name "tooter" version))
14891 (sha256
14892 (base32 "0g40dlis4dbw4p3zxz3scx27b9zm8zlzihywapf5zqrdqfx5hpq9"))))
14893 (build-system asdf-build-system/sbcl)
14894 (inputs
14895 `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
14896 ("sbcl-documentation-utils" ,sbcl-documentation-utils)
14897 ("sbcl-drakma" ,sbcl-drakma)
14898 ("sbcl-yason" ,sbcl-yason)))
14899 (synopsis "Common Lisp client library for Mastodon instances")
14900 (description
14901 "This is a Common Lisp library implementing the full v1 REST API
14902 protocol for Mastodon.")
14903 (home-page "https://shinmera.github.io/tooter/")
14904 (license license:zlib))))
14905
14906 (define-public ecl-tooter
14907 (sbcl-package->ecl-package sbcl-tooter))
14908
14909 (define-public cl-tooter
14910 (sbcl-package->cl-source-package sbcl-tooter))
14911
14912 (define-public sbcl-croatoan
14913 (let ((commit "89ecd147cf1548f569f23353b3ab656cfb74de1f")
14914 (revision "1"))
14915 (package
14916 (name "sbcl-croatoan")
14917 (version (git-version "0.0.1" revision commit))
14918 (source
14919 (origin
14920 (method git-fetch)
14921 (uri (git-reference
14922 (url "https://github.com/McParen/croatoan")
14923 (commit commit)))
14924 (file-name (git-file-name "croatoan" version))
14925 (sha256
14926 (base32 "0pk4mym88531jx0f1zmm6gmvrmdjzj2zcl2cdywdsxvjygr53zyx"))))
14927 (build-system asdf-build-system/sbcl)
14928 (arguments
14929 '(#:phases
14930 (modify-phases %standard-phases
14931 (add-after 'unpack 'fix-paths
14932 (lambda* (#:key inputs #:allow-other-keys)
14933 (substitute* "ncurses/ncurses.lisp"
14934 (("libncursesw" all)
14935 (string-append (assoc-ref inputs "ncurses")
14936 "/lib/"
14937 all))))))))
14938 (inputs
14939 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
14940 ("cffi" ,sbcl-cffi)
14941 ("ncurses" ,ncurses)
14942 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
14943 (synopsis "Common Lisp bindings for the ncurses terminal library")
14944 (description "Croatoan provides high-level Common Lisp CLOS bindings for
14945 the ncurses terminal library.")
14946 (home-page "https://github.com/McParen/croatoan")
14947 (license license:expat))))
14948
14949 (define-public ecl-croatoan
14950 (sbcl-package->ecl-package sbcl-croatoan))
14951
14952 (define-public cl-croatoan
14953 (sbcl-package->cl-source-package sbcl-croatoan))
14954
14955 (define-public sbcl-cl-spark
14956 (let ((commit "4e34bcebdcf8e45265986eb43ad4ad03bb41a581")
14957 (revision "1"))
14958 (package
14959 (name "sbcl-cl-spark")
14960 (version (git-version "0.1.13" revision commit))
14961 (source
14962 (origin
14963 (method git-fetch)
14964 (uri (git-reference
14965 (url "https://github.com/tkych/cl-spark")
14966 (commit commit)))
14967 (file-name (git-file-name "cl-spark" version))
14968 (sha256
14969 (base32 "0my1fsgi2rjaqkpk934f2bjy63pmnj7faza3fzvnk6k3l66y19nk"))))
14970 (build-system asdf-build-system/sbcl)
14971 (native-inputs
14972 `(("fiveam" ,sbcl-fiveam)))
14973 (synopsis "Common Lisp library to make histograms")
14974 (description "This is a Common Lisp library to make histograms using
14975 UTF-8 block characters.")
14976 (home-page "https://github.com/tkych/cl-spark")
14977 (license license:expat))))
14978
14979 (define-public ecl-cl-spark
14980 (sbcl-package->ecl-package sbcl-cl-spark))
14981
14982 (define-public cl-spark
14983 (sbcl-package->cl-source-package sbcl-cl-spark))
14984
14985 (define-public sbcl-access
14986 (let ((commit "1b26db3760018cdc4624f880f0a1e0155d8f6c50")
14987 (revision "1"))
14988 (package
14989 (name "sbcl-access")
14990 (version (git-version "1.5.0" revision commit))
14991 (source
14992 (origin
14993 (method git-fetch)
14994 (uri (git-reference
14995 (url "https://github.com/sharplispers/access")
14996 (commit commit)))
14997 (file-name (git-file-name "access" version))
14998 (sha256
14999 (base32 "1knd3n4mpzkc97i1znbas32pscd30416isvmx2pjmgvar6k93pl5"))))
15000 (build-system asdf-build-system/sbcl)
15001 (native-inputs
15002 `(("lisp-unit2" ,sbcl-lisp-unit2)))
15003 (inputs
15004 `(("alexandria" ,sbcl-alexandria)
15005 ("anaphora" ,sbcl-anaphora)
15006 ("closer-mop" ,sbcl-closer-mop)
15007 ("interpol" ,sbcl-cl-interpol)
15008 ("iterate" ,sbcl-iterate)))
15009 (synopsis
15010 "Common lisp library to unify access to dictionary-like structures")
15011 (description
15012 "This is a Common lisp library to unify access to the most common
15013 dictionary-like data structures.")
15014 (home-page "https://github.com/sharplispers/access")
15015 (license license:bsd-3))))
15016
15017 (define-public ecl-access
15018 (sbcl-package->ecl-package sbcl-access))
15019
15020 (define-public cl-access
15021 (sbcl-package->cl-source-package sbcl-access))
15022
15023 (define-public sbcl-sxql-composer
15024 (let ((commit "2b2230cb01ae1b68e28921d99e4814046867fb75")
15025 (revision "1"))
15026 (package
15027 (name "sbcl-sxql-composer")
15028 (version (git-version "0.1" revision commit))
15029 (source
15030 (origin
15031 (method git-fetch)
15032 (uri (git-reference
15033 (url "https://github.com/mmontone/sxql-composer")
15034 (commit commit)))
15035 (file-name (git-file-name "sxql-composer" version))
15036 (sha256
15037 (base32 "1agkrj3ymskzc3c7pxbrj123d1kygjqcls145m0ap3i07q96hh1r"))))
15038 (build-system asdf-build-system/sbcl)
15039 (inputs
15040 `(("sxql" ,sbcl-sxql)))
15041 (synopsis "Build and compose SXQL queries dynamically")
15042 (description
15043 "This is a Common Lisp library to build and compose SXQL queries
15044 dynamically.")
15045 (home-page "https://github.com/mmontone/sxql-composer")
15046 (license license:expat))))
15047
15048 (define-public ecl-sxql-composer
15049 (sbcl-package->ecl-package sbcl-sxql-composer))
15050
15051 (define-public cl-sxql-composer
15052 (sbcl-package->cl-source-package sbcl-sxql-composer))
15053
15054 (define-public sbcl-cl-i18n
15055 (let ((commit "fa0aa5bef8dfbdf2d72f7cc9f49e848ccbb567aa")
15056 (revision "1"))
15057 (package
15058 (name "sbcl-cl-i18n")
15059 (version (git-version "0.5.0" revision commit))
15060 (source
15061 (origin
15062 (method git-fetch)
15063 (uri (git-reference
15064 (url "https://notabug.org/cage/cl-i18n")
15065 (commit commit)))
15066 (file-name (git-file-name "cl-i18n" version))
15067 (sha256
15068 (base32 "1hpsdbb3hd79bzbrnbqgk2j3f0ispxvk91snp08fm2z3f1sds5as"))))
15069 (build-system asdf-build-system/sbcl)
15070 (inputs
15071 `(("alexandria" ,sbcl-alexandria)
15072 ("babel" ,sbcl-babel)
15073 ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)))
15074 (synopsis "Internationalisation framework for Common Lisp")
15075 (description
15076 "This is a Gettext-style internationalisation framework for Common
15077 Lisp.")
15078 (home-page "https://notabug.org/cage/cl-i18n")
15079 (license license:llgpl))))
15080
15081 (define-public ecl-cl-i18n
15082 (sbcl-package->ecl-package sbcl-cl-i18n))
15083
15084 (define-public cl-i18n
15085 (sbcl-package->cl-source-package sbcl-cl-i18n))
15086
15087 (define-public sbcl-crypto-shortcuts
15088 (let ((commit "7efd22d80e867cd8c9f8f363d4fe7b51ee2dadc0")
15089 (revision "1"))
15090 (package
15091 (name "sbcl-crypto-shortcuts")
15092 (version (git-version "2.0.0" revision commit))
15093 (source
15094 (origin
15095 (method git-fetch)
15096 (uri (git-reference
15097 (url "https://github.com/Shinmera/crypto-shortcuts")
15098 (commit commit)))
15099 (file-name (git-file-name "crypto-shortcuts" version))
15100 (sha256
15101 (base32 "0c0m0ar04jn7qf2v8c4sivamlzki03r13rnxy8b3n27rh9r6hgin"))))
15102 (build-system asdf-build-system/sbcl)
15103 (inputs
15104 `(("cl-base64" ,sbcl-cl-base64)
15105 ("flexi-stream" ,sbcl-flexi-streams)
15106 ("ironclad" ,sbcl-ironclad)))
15107 (synopsis "Collection of common cryptography functions")
15108 (description
15109 "This is a collection of common cryptography functions for Common
15110 Lisp.")
15111 (home-page "https://shinmera.github.io/crypto-shortcuts/")
15112 (license license:zlib))))
15113
15114 (define-public ecl-crypto-shortcuts
15115 (sbcl-package->ecl-package sbcl-crypto-shortcuts))
15116
15117 (define-public cl-crypto-shortcuts
15118 (sbcl-package->cl-source-package sbcl-crypto-shortcuts))
15119
15120 (define-public sbcl-cl-html5-parser
15121 (let ((commit "74a92eb3a183a0afd089ea33350e816e6b9aeefa")
15122 (revision "1"))
15123 (package
15124 (name "sbcl-cl-html5-parser")
15125 (version (git-version "0.0.0" revision commit))
15126 (source
15127 (origin
15128 (method git-fetch)
15129 (uri (git-reference
15130 (url "https://github.com/rotatef/cl-html5-parser")
15131 (commit commit)))
15132 (file-name (git-file-name "cl-html5-parser" version))
15133 (sha256
15134 (base32 "04if61wigylsmn996rbfl8ylsd0d9hzdmg7p2wiglncibjzcl5k9"))))
15135 (build-system asdf-build-system/sbcl)
15136 (arguments
15137 '(#:tests? #f
15138 #:asd-systems '("cl-html5-parser")))
15139 (inputs
15140 `(("cl-ppcre" ,sbcl-cl-ppcre)
15141 ("flexi-stream" ,sbcl-flexi-streams)
15142 ("string-case" ,sbcl-string-case)))
15143 (synopsis "HTML5 parser for Common Lisp")
15144 (description "This a Common Lisp library to parse HTML5 documents.")
15145 (home-page "https://github.com/rotatef/cl-html5-parser")
15146 (license license:lgpl3+))))
15147
15148 (define-public ecl-cl-html5-parser
15149 (sbcl-package->ecl-package sbcl-cl-html5-parser))
15150
15151 (define-public cl-html5-parser
15152 (sbcl-package->cl-source-package sbcl-cl-html5-parser))
15153
15154 (define-public sbcl-percent-encoding
15155 (let ((commit "c1224e22bc8048fbd3ebbc9329715a0c1b673170")
15156 (revision "1"))
15157 (package
15158 (name "sbcl-percent-encoding")
15159 (version (git-version "0.1" revision commit))
15160 (source
15161 (origin
15162 (method git-fetch)
15163 (uri (git-reference
15164 (url "https://github.com/llibra/percent-encoding")
15165 (commit commit)))
15166 (file-name (git-file-name "percent-encoding" version))
15167 (sha256
15168 (base32 "0q1lh3sa6mkjr5gcdkgimkpc29rgf9cjhv90f61h8ridj28grq0h"))))
15169 (build-system asdf-build-system/sbcl)
15170 (native-inputs
15171 `(("fiveam" ,sbcl-fiveam)))
15172 (inputs
15173 `(("anaphora" ,sbcl-anaphora)
15174 ("babel" ,sbcl-babel)))
15175 (synopsis "RFC 3986 percent-encoding library")
15176 (description
15177 "This is a Common Lisp library providing RFC 3986 percent-encoding.")
15178 (home-page "https://github.com/llibra/percent-encoding")
15179 (license license:expat))))
15180
15181 (define-public ecl-percent-encoding
15182 (sbcl-package->ecl-package sbcl-percent-encoding))
15183
15184 (define-public cl-percent-encoding
15185 (sbcl-package->cl-source-package sbcl-percent-encoding))
15186
15187 (define-public sbcl-cl-mount-info
15188 (let ((commit "2024f5037a7f63db3e3587dc9972cd7b9318f06b")
15189 (revision "1"))
15190 (package
15191 (name "sbcl-cl-mount-info")
15192 (version (git-version "0.0.1" revision commit))
15193 (source
15194 (origin
15195 (method git-fetch)
15196 (uri (git-reference
15197 (url "https://notabug.org/cage/cl-mount-info.git")
15198 (commit commit)))
15199 (file-name (git-file-name "cl-mount-info" version))
15200 (sha256
15201 (base32 "0vza9gj9q42nzb5v8aj22lmn4aqx9vrddsb5a343nbwfz89hbh9x"))))
15202 (build-system asdf-build-system/sbcl)
15203 (inputs
15204 `(("alexandria" ,sbcl-alexandria)
15205 ("cffi" ,sbcl-cffi)
15206 ("cl-ppcre" ,sbcl-cl-ppcre)))
15207 (home-page "https://notabug.org/cage/cl-mount-info.git")
15208 (synopsis "Library to get information about mounted filesystems")
15209 (description
15210 "CL-MOUNT-INFO is a Common Lisp wrapper around @code{getmntent(3)} and
15211 related C functions to get information about the mounted file system.")
15212 (license license:lgpl3))))
15213
15214 (define-public ecl-cl-mount-info
15215 (sbcl-package->ecl-package sbcl-cl-mount-info))
15216
15217 (define-public cl-mount-info
15218 (sbcl-package->cl-source-package sbcl-cl-mount-info))
15219
15220 (define-public sbcl-cl-diskspace
15221 (let ((commit "2dce2d0387d58221c452bd76c7b9b7a7de81ef55")
15222 (revision "1"))
15223 (package
15224 (name "sbcl-cl-diskspace")
15225 (version (git-version "0.3.1" revision commit))
15226 (source
15227 (origin
15228 (method git-fetch)
15229 (uri (git-reference
15230 (url "https://github.com/muyinliu/cl-diskspace")
15231 (commit commit)))
15232 (file-name (git-file-name "cl-diskspace" version))
15233 (sha256
15234 (base32 "0l19hxqw6b8i5i1jdbr45k1xib9axcwdagsp3y8wkb35g6wwc0s7"))))
15235 (build-system asdf-build-system/sbcl)
15236 (arguments
15237 `(#:phases
15238 (modify-phases %standard-phases
15239 (add-after 'unpack 'fix-paths
15240 (lambda* (#:key inputs #:allow-other-keys)
15241 (substitute* "src/unix/cl-diskspace-list-all-disks-with-df.lisp"
15242 (("grep")
15243 (string-append (assoc-ref inputs "grep") "/bin/grep")))
15244 (substitute* "src/unix/cl-diskspace-list-all-disks-with-df.lisp"
15245 (("/bin/df")
15246 (which "df")))
15247 #t)))))
15248 (inputs
15249 `(("cl-ppcre" ,sbcl-cl-ppcre)
15250 ("cffi" ,sbcl-cffi)
15251 ("grep" ,grep)))
15252 (home-page "https://github.com/muyinliu/cl-diskspace")
15253 (synopsis "Disk space information library for Common Lisp")
15254 (description
15255 "CL-DISKSPACE is a Common Lisp library to list disks with the command
15256 line tool @code{df} and get disk space information using @code{statvfs}.")
15257 (license license:isc))))
15258
15259 (define-public ecl-cl-diskspace
15260 (sbcl-package->ecl-package sbcl-cl-diskspace))
15261
15262 (define-public cl-diskspace
15263 (sbcl-package->cl-source-package sbcl-cl-diskspace))
15264
15265 (define-public sbcl-fof
15266 (package
15267 (name "sbcl-fof")
15268 (version "0.1.0")
15269 (source
15270 (origin
15271 (method git-fetch)
15272 (uri (git-reference
15273 (url "https://gitlab.com/ambrevar/fof")
15274 (commit version)))
15275 (file-name (git-file-name name version))
15276 (sha256
15277 (base32 "1xdnlqrjfmgdgw58avkci881iwarv4am2vq09b14pfifmpxpzv10"))))
15278 (build-system asdf-build-system/sbcl)
15279 (arguments
15280 `(#:phases
15281 (modify-phases %standard-phases
15282 (add-after 'unpack 'fix-paths
15283 (lambda* (#:key inputs #:allow-other-keys)
15284 (substitute* "ffprobe.lisp"
15285 (("\\(defvar \\*ffprobe-command\\* \"ffprobe\"\\)")
15286 (format #f "(defvar *ffprobe-command* \"~a/bin/ffprobe\")"
15287 (assoc-ref inputs "ffmpeg") )))
15288 #t)))))
15289 (inputs
15290 `(("alexandria" ,sbcl-alexandria)
15291 ("hu.dwim.defclass-star" ,sbcl-hu.dwim.defclass-star)
15292 ("local-time" ,sbcl-local-time)
15293 ("magicffi" ,sbcl-magicffi)
15294 ("osicat" ,sbcl-osicat)
15295 ("serapeum" ,sbcl-serapeum)
15296 ("str" ,sbcl-cl-str)
15297 ("trivia" ,sbcl-trivia)
15298 ("trivial-package-local-nicknames" ,sbcl-trivial-package-local-nicknames)
15299 ;; Non-CL deps:
15300 ("ffmpeg" ,ffmpeg)))
15301 (home-page "https://gitlab.com/ambrevar/fof")
15302 (synopsis "File object finder library for Common Lisp")
15303 (description
15304 "This library enable rapid file search, inspection and manipulation
15305 straight from the REPL.
15306 It aims at replacing Unix tools such as @code{find} or @code{du}.
15307 It also offers a replacement to the @code{pathname} Common Lisp API.
15308 Slot writers which commit changes to disk, e.g. permissions, modification
15309 time, etc.")
15310 (license license:gpl3+)))
15311
15312 (define-public ecl-fof
15313 (sbcl-package->ecl-package sbcl-fof))
15314
15315 (define-public cl-fof
15316 (sbcl-package->cl-source-package sbcl-fof))