Merge branch 'master' into staging
[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 ng0 <ng0@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 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 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 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 ;;;
22 ;;; This file is part of GNU Guix.
23 ;;;
24 ;;; GNU Guix is free software; you can redistribute it and/or modify it
25 ;;; under the terms of the GNU General Public License as published by
26 ;;; the Free Software Foundation; either version 3 of the License, or (at
27 ;;; your option) any later version.
28 ;;;
29 ;;; GNU Guix is distributed in the hope that it will be useful, but
30 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
31 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 ;;; GNU General Public License for more details.
33 ;;;
34 ;;; You should have received a copy of the GNU General Public License
35 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
36
37 ;;; This file only contains Common Lisp libraries.
38 ;;; Common Lisp compilers and tooling go to lisp.scm.
39 ;;; Common Lisp applications should go to the most appropriate file,
40 ;;; e.g. StumpWM is in wm.scm.
41
42 (define-module (gnu packages lisp-xyz)
43 #:use-module (gnu packages)
44 #:use-module ((guix licenses) #:prefix license:)
45 #:use-module (guix packages)
46 #:use-module (guix download)
47 #:use-module (guix git-download)
48 #:use-module (guix hg-download)
49 #:use-module (guix utils)
50 #:use-module (guix build-system asdf)
51 #:use-module (guix build-system trivial)
52 #:use-module (gnu packages c)
53 #:use-module (gnu packages compression)
54 #:use-module (gnu packages glib)
55 #:use-module (gnu packages gtk)
56 #:use-module (gnu packages imagemagick)
57 #:use-module (gnu packages libevent)
58 #:use-module (gnu packages libffi)
59 #:use-module (gnu packages lisp)
60 #:use-module (gnu packages maths)
61 #:use-module (gnu packages networking)
62 #:use-module (gnu packages pkg-config)
63 #:use-module (gnu packages python)
64 #:use-module (gnu packages python-xyz)
65 #:use-module (gnu packages sqlite)
66 #:use-module (gnu packages tcl)
67 #:use-module (gnu packages tls)
68 #:use-module (gnu packages webkit)
69 #:use-module (gnu packages xdisorg)
70 #:use-module (ice-9 match)
71 #:use-module (srfi srfi-19))
72
73 (define-public sbcl-alexandria
74 (let ((revision "1")
75 (commit "3b849bc0116ea70f215ee6b2fbf354e862aaa9dd"))
76 (package
77 (name "sbcl-alexandria")
78 (version (git-version "1.0.0" revision commit))
79 (source
80 (origin
81 (method git-fetch)
82 (uri (git-reference
83 (url "https://gitlab.common-lisp.net/alexandria/alexandria.git")
84 (commit commit)))
85 (sha256
86 (base32
87 "04amwvx2vl691f0plcfbqqwxgib9zimih7jrn5zl7mbwvrxy022b"))
88 (file-name (git-file-name name version))))
89 (build-system asdf-build-system/sbcl)
90 (native-inputs
91 `(("rt" ,sbcl-rt)))
92 (synopsis "Collection of portable utilities for Common Lisp")
93 (description
94 "Alexandria is a collection of portable utilities. It does not contain
95 conceptual extensions to Common Lisp. It is conservative in scope, and
96 portable between implementations.")
97 (home-page "https://common-lisp.net/project/alexandria/")
98 (license license:public-domain))))
99
100 (define-public cl-alexandria
101 (sbcl-package->cl-source-package sbcl-alexandria))
102
103 (define-public ecl-alexandria
104 (sbcl-package->ecl-package sbcl-alexandria))
105
106 (define-public sbcl-net.didierverna.asdf-flv
107 (package
108 (name "sbcl-net.didierverna.asdf-flv")
109 (version "2.1")
110 (source
111 (origin
112 (method git-fetch)
113 (uri (git-reference
114 (url "https://github.com/didierverna/asdf-flv")
115 (commit (string-append "version-" version))))
116 (file-name (git-file-name "asdf-flv" version))
117 (sha256
118 (base32 "1fi2y4baxan103jbg4idjddzihy03kwnj2mzbwrknw4d4x7xlgwj"))))
119 (build-system asdf-build-system/sbcl)
120 (synopsis "Common Lisp ASDF extension to provide support for file-local variables")
121 (description "ASDF-FLV provides support for file-local variables through
122 ASDF. A file-local variable behaves like @code{*PACKAGE*} and
123 @code{*READTABLE*} with respect to @code{LOAD} and @code{COMPILE-FILE}: a new
124 dynamic binding is created before processing the file, so that any
125 modification to the variable becomes essentially file-local.
126
127 In order to make one or several variables file-local, use the macros
128 @code{SET-FILE-LOCAL-VARIABLE(S)}.")
129 (home-page "https://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv")
130 (license (license:non-copyleft
131 "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html"
132 "GNU All-Permissive License"))))
133
134 (define-public cl-net.didierverna.asdf-flv
135 (sbcl-package->cl-source-package sbcl-net.didierverna.asdf-flv))
136
137 (define-public ecl-net.didierverna.asdf-flv
138 (sbcl-package->ecl-package sbcl-net.didierverna.asdf-flv))
139
140 (define-public sbcl-fiveam
141 (package
142 (name "sbcl-fiveam")
143 (version "1.4.1")
144 (source
145 (origin
146 (method git-fetch)
147 (uri (git-reference
148 (url "https://github.com/sionescu/fiveam.git")
149 (commit (string-append "v" version))))
150 (file-name (git-file-name "fiveam" version))
151 (sha256
152 (base32 "1q3d38pwafnwnw42clq0f8g5xw7pbzr287jl9jsqmb1vb0n1vrli"))))
153 (inputs
154 `(("alexandria" ,sbcl-alexandria)
155 ("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
156 ("trivial-backtrace" ,sbcl-trivial-backtrace)))
157 (build-system asdf-build-system/sbcl)
158 (synopsis "Common Lisp testing framework")
159 (description "FiveAM is a simple (as far as writing and running tests
160 goes) regression testing framework. It has been designed with Common Lisp's
161 interactive development model in mind.")
162 (home-page "https://common-lisp.net/project/fiveam/")
163 (license license:bsd-3)))
164
165 (define-public cl-fiveam
166 (sbcl-package->cl-source-package sbcl-fiveam))
167
168 (define-public ecl-fiveam
169 (sbcl-package->ecl-package sbcl-fiveam))
170
171 (define-public sbcl-bordeaux-threads
172 (package
173 (name "sbcl-bordeaux-threads")
174 (version "0.8.7")
175 (source (origin
176 (method git-fetch)
177 (uri (git-reference
178 (url "https://github.com/sionescu/bordeaux-threads.git")
179 (commit (string-append "v" version))))
180 (sha256
181 (base32 "1whpfmyxp2fsw6viqj45fqgsifgr534c575bfh5vaqw5m84b6alp"))
182 (file-name
183 (git-file-name "bordeaux-threads" version))))
184 (inputs `(("alexandria" ,sbcl-alexandria)))
185 (native-inputs `(("fiveam" ,sbcl-fiveam)))
186 (build-system asdf-build-system/sbcl)
187 (synopsis "Portable shared-state concurrency library for Common Lisp")
188 (description "BORDEAUX-THREADS is a proposed standard for a minimal
189 MP/Threading interface. It is similar to the CLIM-SYS threading and lock
190 support.")
191 (home-page "https://common-lisp.net/project/bordeaux-threads/")
192 (license license:x11)))
193
194 (define-public cl-bordeaux-threads
195 (sbcl-package->cl-source-package sbcl-bordeaux-threads))
196
197 (define-public ecl-bordeaux-threads
198 (sbcl-package->ecl-package sbcl-bordeaux-threads))
199
200 (define-public sbcl-trivial-gray-streams
201 (let ((revision "1")
202 (commit "0483ade330508b4b2edeabdb47d16ec9437ee1cb"))
203 (package
204 (name "sbcl-trivial-gray-streams")
205 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
206 (source
207 (origin
208 (method git-fetch)
209 (uri
210 (git-reference
211 (url "https://github.com/trivial-gray-streams/trivial-gray-streams.git")
212 (commit commit)))
213 (sha256
214 (base32 "0m3rpf2x0zmdk3nf1qfa01j6a55vj7gkwhyw78qslcgbjlgh8p4d"))
215 (file-name
216 (string-append "trivial-gray-streams-" version "-checkout"))))
217 (build-system asdf-build-system/sbcl)
218 (synopsis "Compatibility layer for Gray streams implementations")
219 (description "Gray streams is an interface proposed for inclusion with
220 ANSI CL by David N. Gray. The proposal did not make it into ANSI CL, but most
221 popular CL implementations implement it. This package provides an extremely
222 thin compatibility layer for gray streams.")
223 (home-page "https://www.cliki.net/trivial-gray-streams")
224 (license license:x11))))
225
226 (define-public cl-trivial-gray-streams
227 (sbcl-package->cl-source-package sbcl-trivial-gray-streams))
228
229 (define-public ecl-trivial-gray-streams
230 (sbcl-package->ecl-package sbcl-trivial-gray-streams))
231
232 (define-public sbcl-fiasco
233 (let ((commit "d62f7558b21addc89f87e306f65d7f760632655f")
234 (revision "1"))
235 (package
236 (name "sbcl-fiasco")
237 (version (git-version "0.0.1" revision commit))
238 (source
239 (origin
240 (method git-fetch)
241 (uri (git-reference
242 (url "https://github.com/joaotavora/fiasco.git")
243 (commit commit)))
244 (file-name (git-file-name "fiasco" version))
245 (sha256
246 (base32
247 "1zwxs3d6iswayavcmb49z2892xhym7n556d8dnmvalc32pm9bkjh"))))
248 (build-system asdf-build-system/sbcl)
249 (inputs
250 `(("alexandria" ,sbcl-alexandria)
251 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
252 (synopsis "Simple and powerful test framework for Common Lisp")
253 (description "A Common Lisp test framework that treasures your failures,
254 logical continuation of Stefil. It focuses on interactive debugging.")
255 (home-page "https://github.com/joaotavora/fiasco")
256 ;; LICENCE specifies this is public-domain unless the legislation
257 ;; doesn't allow or recognize it. In that case it falls back to a
258 ;; permissive licence.
259 (license (list license:public-domain
260 (license:x11-style "file://LICENCE"))))))
261
262 (define-public cl-fiasco
263 (sbcl-package->cl-source-package sbcl-fiasco))
264
265 (define-public ecl-fiasco
266 (sbcl-package->ecl-package sbcl-fiasco))
267
268 (define-public sbcl-flexi-streams
269 (package
270 (name "sbcl-flexi-streams")
271 (version "1.0.18")
272 (source
273 (origin
274 (method git-fetch)
275 (uri (git-reference
276 (url "https://github.com/edicl/flexi-streams.git")
277 (commit (string-append "v" version))))
278 (file-name (git-file-name "flexi-streams" version))
279 (sha256
280 (base32 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
281 (build-system asdf-build-system/sbcl)
282 (arguments
283 `(#:phases
284 (modify-phases %standard-phases
285 (add-after 'unpack 'make-git-checkout-writable
286 (lambda _
287 (for-each make-file-writable (find-files "."))
288 #t)))))
289 (inputs `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
290 (synopsis "Implementation of virtual bivalent streams for Common Lisp")
291 (description "Flexi-streams is an implementation of \"virtual\" bivalent
292 streams that can be layered atop real binary or bivalent streams and that can
293 be used to read and write character data in various single- or multi-octet
294 encodings which can be changed on the fly. It also supplies in-memory binary
295 streams which are similar to string streams.")
296 (home-page "http://weitz.de/flexi-streams/")
297 (license license:bsd-3)))
298
299 (define-public cl-flexi-streams
300 (sbcl-package->cl-source-package sbcl-flexi-streams))
301
302 (define-public ecl-flexi-streams
303 (sbcl-package->ecl-package sbcl-flexi-streams))
304
305 (define-public sbcl-cl-ppcre
306 (package
307 (name "sbcl-cl-ppcre")
308 (version "2.1.1")
309 (source
310 (origin
311 (method git-fetch)
312 (uri (git-reference
313 (url "https://github.com/edicl/cl-ppcre.git")
314 (commit (string-append "v" version))))
315 (file-name (git-file-name "cl-ppcre" version))
316 (sha256
317 (base32 "0dwvr29diqzcg5n6jvbk2rnd90i05l7n828hhw99khmqd0kz7xsi"))))
318 (build-system asdf-build-system/sbcl)
319 (native-inputs `(("flexi-streams" ,sbcl-flexi-streams)))
320 (synopsis "Portable regular expression library for Common Lisp")
321 (description "CL-PPCRE is a portable regular expression library for Common
322 Lisp, which is compatible with perl. It is pretty fast, thread-safe, and
323 compatible with ANSI-compliant Common Lisp implementations.")
324 (home-page "http://weitz.de/cl-ppcre/")
325 (license license:bsd-2)))
326
327 (define-public cl-ppcre
328 (sbcl-package->cl-source-package sbcl-cl-ppcre))
329
330 (define-public ecl-cl-ppcre
331 (sbcl-package->ecl-package sbcl-cl-ppcre))
332
333 (define sbcl-cl-unicode-base
334 (package
335 (name "sbcl-cl-unicode-base")
336 (version "0.1.6")
337 (source (origin
338 (method git-fetch)
339 (uri (git-reference
340 (url "https://github.com/edicl/cl-unicode.git")
341 (commit (string-append "v" version))))
342 (file-name (git-file-name name version))
343 (sha256
344 (base32
345 "0ykx2s9lqfl74p1px0ik3l2izd1fc9jd1b4ra68s5x34rvjy0hza"))))
346 (build-system asdf-build-system/sbcl)
347 (arguments
348 '(#:asd-file "cl-unicode.asd"
349 #:asd-system-name "cl-unicode/base"))
350 (inputs
351 `(("cl-ppcre" ,sbcl-cl-ppcre)))
352 (home-page "http://weitz.de/cl-unicode/")
353 (synopsis "Portable Unicode library for Common Lisp")
354 (description "CL-UNICODE is a portable Unicode library Common Lisp, which
355 is compatible with perl. It is pretty fast, thread-safe, and compatible with
356 ANSI-compliant Common Lisp implementations.")
357 (license license:bsd-2)))
358
359 (define-public sbcl-cl-unicode
360 (package
361 (inherit sbcl-cl-unicode-base)
362 (name "sbcl-cl-unicode")
363 (inputs
364 `(("cl-unicode/base" ,sbcl-cl-unicode-base)
365 ,@(package-inputs sbcl-cl-unicode-base)))
366 (native-inputs
367 `(("flexi-streams" ,sbcl-flexi-streams)))
368 (arguments '())))
369
370 (define-public ecl-cl-unicode
371 (sbcl-package->ecl-package sbcl-cl-unicode))
372
373 (define-public cl-unicode
374 (sbcl-package->cl-source-package sbcl-cl-unicode))
375
376 (define-public sbcl-zpb-ttf
377 (package
378 (name "sbcl-zpb-ttf")
379 (version "1.0.3")
380 (source
381 (origin
382 (method git-fetch)
383 (uri (git-reference
384 (url "https://github.com/xach/zpb-ttf.git")
385 (commit (string-append "release-" version))))
386 (file-name (git-file-name name version))
387 (sha256
388 (base32
389 "1wh66vjijzqlydnrihynpwp6796917xwrh0i9li93c17kyxa74ih"))))
390 (build-system asdf-build-system/sbcl)
391 (home-page "https://github.com/xach/zpb-ttf")
392 (synopsis "TrueType font file access for Common Lisp")
393 (description
394 "ZPB-TTF is a TrueType font file parser that provides an interface for
395 reading typographic metrics, glyph outlines, and other information from the
396 file.")
397 (license license:bsd-2)))
398
399 (define-public ecl-zpb-ttf
400 (sbcl-package->ecl-package sbcl-zpb-ttf))
401
402 (define-public cl-zpb-ttf
403 (sbcl-package->cl-source-package sbcl-zpb-ttf))
404
405 (define-public sbcl-cl-aa
406 (package
407 (name "sbcl-cl-aa")
408 (version "0.1.5")
409 (source
410 (origin
411 (method url-fetch)
412 (uri (string-append "http://projects.tuxee.net/cl-vectors/"
413 "files/cl-vectors-" version ".tar.gz"))
414 (sha256
415 (base32
416 "04lhwi0kq8pkwhgd885pk80m1cp9sfvjjn5zj70s1dnckibhdmqh"))))
417 (build-system asdf-build-system/sbcl)
418 (arguments '(#:asd-file "cl-aa.asd"))
419 (home-page "http://projects.tuxee.net/cl-vectors/")
420 (synopsis "Polygon rasterizer")
421 (description
422 "This is a Common Lisp library implementing the AA polygon rasterization
423 algorithm from the @url{http://antigrain.com, Antigrain} project.")
424 (license license:expat)))
425
426 (define-public ecl-cl-aa
427 (sbcl-package->ecl-package sbcl-cl-aa))
428
429 (define-public cl-aa
430 (sbcl-package->cl-source-package sbcl-cl-aa))
431
432 (define-public sbcl-cl-paths
433 (package
434 (inherit sbcl-cl-aa)
435 (name "sbcl-cl-paths")
436 (arguments '(#:asd-file "cl-paths.asd"))
437 (synopsis "Facilities to create and manipulate vectorial paths")
438 (description
439 "This package provides facilities to create and manipulate vectorial
440 paths.")))
441
442 (define-public ecl-cl-paths
443 (sbcl-package->ecl-package sbcl-cl-paths))
444
445 (define-public cl-paths
446 (sbcl-package->cl-source-package sbcl-cl-paths))
447
448 (define-public sbcl-cl-paths-ttf
449 (package
450 (inherit sbcl-cl-aa)
451 (name "sbcl-cl-paths-ttf")
452 (arguments '(#:asd-file "cl-paths-ttf.asd"))
453 (inputs
454 `(("cl-paths" ,sbcl-cl-paths)
455 ("zpb-ttf" ,sbcl-zpb-ttf)))
456 (synopsis "Facilities to create and manipulate vectorial paths")
457 (description
458 "This package provides facilities to create and manipulate vectorial
459 paths.")))
460
461 (define-public ecl-cl-paths-ttf
462 (sbcl-package->ecl-package sbcl-cl-paths-ttf))
463
464 (define-public cl-paths-ttf
465 (sbcl-package->cl-source-package sbcl-cl-paths-ttf))
466
467 (define-public sbcl-cl-vectors
468 (package
469 (inherit sbcl-cl-aa)
470 (name "sbcl-cl-vectors")
471 (arguments '(#:asd-file "cl-vectors.asd"))
472 (inputs
473 `(("cl-aa" ,sbcl-cl-aa)
474 ("cl-paths" ,sbcl-cl-paths)))
475 (synopsis "Create, transform and render anti-aliased vectorial paths")
476 (description
477 "This is a pure Common Lisp library to create, transform and render
478 anti-aliased vectorial paths.")))
479
480 (define-public ecl-cl-vectors
481 (sbcl-package->ecl-package sbcl-cl-vectors))
482
483 (define-public cl-vectors
484 (sbcl-package->cl-source-package sbcl-cl-vectors))
485
486 (define-public sbcl-spatial-trees
487 ;; There have been no releases.
488 (let ((commit "81fdad0a0bf109c80a53cc96eca2e093823400ba")
489 (revision "1"))
490 (package
491 (name "sbcl-spatial-trees")
492 (version (git-version "0" revision commit))
493 (source
494 (origin
495 (method git-fetch)
496 (uri (git-reference
497 (url "https://github.com/rpav/spatial-trees.git")
498 (commit commit)))
499 (file-name (git-file-name name version))
500 (sha256
501 (base32
502 "11rhc6h501dwcik2igkszz7b9n515cr99m5pjh4r2qfwgiri6ysa"))))
503 (build-system asdf-build-system/sbcl)
504 (arguments
505 '(#:tests? #f ; spatial-trees.test requires spatial-trees.nns
506 #:asd-file "spatial-trees.asd"
507 #:test-asd-file "spatial-trees.test.asd"))
508 (native-inputs
509 `(("fiveam" ,sbcl-fiveam)))
510 (home-page "https://github.com/rpav/spatial-trees")
511 (synopsis "Dynamic index data structures for spatially-extended data")
512 (description
513 "Spatial-trees is a set of dynamic index data structures for
514 spatially-extended data.")
515 (license license:bsd-3))))
516
517 (define-public ecl-spatial-trees
518 (sbcl-package->ecl-package sbcl-spatial-trees))
519
520 (define-public cl-spatial-trees
521 (sbcl-package->cl-source-package sbcl-spatial-trees))
522
523 (define-public sbcl-flexichain
524 ;; There are no releases.
525 (let ((commit "13d2a6c505ed0abfcd4c4ec7d7145059b06855d6")
526 (revision "1"))
527 (package
528 (name "sbcl-flexichain")
529 (version "1.5.1")
530 (source
531 (origin
532 (method git-fetch)
533 (uri (git-reference
534 (url "https://github.com/robert-strandh/Flexichain.git")
535 (commit commit)))
536 (file-name (git-file-name name version))
537 (sha256
538 (base32
539 "0pfyvhsfbjd2sjb30grfs52r51a428xglv7bwydvpg2lc117qimg"))))
540 (build-system asdf-build-system/sbcl)
541 (home-page "https://github.com/robert-strandh/Flexichain.git")
542 (synopsis "Dynamically add elements to or remove them from sequences")
543 (description
544 "This package provides an implementation of the flexichain protocol,
545 allowing client code to dynamically add elements to, and delete elements from
546 a sequence (or chain) of such elements.")
547 (license license:lgpl2.1+))))
548
549 (define-public ecl-flexichain
550 (sbcl-package->ecl-package sbcl-flexichain))
551
552 (define-public cl-flexichain
553 (sbcl-package->cl-source-package sbcl-flexichain))
554
555 (define-public sbcl-cl-pdf
556 ;; There are no releases
557 (let ((commit "752e337e6d6fc206f09d091a982e7f8e5c404e4e")
558 (revision "1"))
559 (package
560 (name "sbcl-cl-pdf")
561 (version (git-version "0" revision commit))
562 (source
563 (origin
564 (method git-fetch)
565 (uri (git-reference
566 (url "https://github.com/mbattyani/cl-pdf.git")
567 (commit commit)))
568 (file-name (git-file-name name version))
569 (sha256
570 (base32
571 "1cg3k3m3r11ipb8j008y8ipynj97l3xjlpi2knqc9ndmx4r3kb1r"))))
572 (build-system asdf-build-system/sbcl)
573 (inputs
574 `(("iterate" ,sbcl-iterate)
575 ("zpb-ttf" ,sbcl-zpb-ttf)))
576 (home-page "https://github.com/mbattyani/cl-pdf")
577 (synopsis "Common Lisp library for generating PDF files")
578 (description
579 "CL-PDF is a cross-platform Common Lisp library for generating PDF
580 files.")
581 (license license:bsd-2))))
582
583 (define-public ecl-cl-pdf
584 (sbcl-package->ecl-package sbcl-cl-pdf))
585
586 (define-public cl-pdf
587 (sbcl-package->cl-source-package sbcl-cl-pdf))
588
589 (define-public sbcl-clx
590 (package
591 (name "sbcl-clx")
592 (version "0.7.5")
593 (source
594 (origin
595 (method git-fetch)
596 (uri
597 (git-reference
598 (url "https://github.com/sharplispers/clx.git")
599 (commit version)))
600 (sha256
601 (base32
602 "1vi67z9hpj5rr4xcmfbfwzmlcc0ah7hzhrmfid6lqdkva238v2wf"))
603 (file-name (string-append "clx-" version))))
604 (build-system asdf-build-system/sbcl)
605 (native-inputs
606 `(("fiasco" ,sbcl-fiasco)))
607 (home-page "https://www.cliki.net/portable-clx")
608 (synopsis "X11 client library for Common Lisp")
609 (description "CLX is an X11 client library for Common Lisp. The code was
610 originally taken from a CMUCL distribution, was modified somewhat in order to
611 make it compile and run under SBCL, then a selection of patches were added
612 from other CLXes around the net.")
613 (license license:x11)))
614
615 (define-public cl-clx
616 (sbcl-package->cl-source-package sbcl-clx))
617
618 (define-public ecl-clx
619 (sbcl-package->ecl-package sbcl-clx))
620
621 (define-public sbcl-cl-ppcre-unicode
622 (package (inherit sbcl-cl-ppcre)
623 (name "sbcl-cl-ppcre-unicode")
624 (arguments
625 `(#:tests? #f ; tests fail with "Component :CL-PPCRE-TEST not found"
626 #:asd-file "cl-ppcre-unicode.asd"))
627 (inputs
628 `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
629 ("sbcl-cl-unicode" ,sbcl-cl-unicode)))))
630
631 (define-public ecl-cl-ppcre-unicode
632 (sbcl-package->ecl-package sbcl-cl-ppcre-unicode))
633
634 ;; The slynk that users expect to install includes all of slynk's contrib
635 ;; modules. Therefore, we build the base module and all contribs first; then
636 ;; we expose the union of these as `sbcl-slynk'. The following variable
637 ;; describes the base module.
638 (define sbcl-slynk-boot0
639 (let ((revision "2")
640 (commit "cbf84c36c4eca8b032e3fd16177a7bc02df3ec4c"))
641 (package
642 (name "sbcl-slynk-boot0")
643 (version (string-append "1.0.0-beta-" revision "." (string-take commit 7)))
644 (source
645 (origin
646 (method git-fetch)
647 (uri
648 (git-reference
649 (url "https://github.com/joaotavora/sly.git")
650 (commit commit)))
651 (sha256
652 (base32 "13dyhsravn591p7g6is01mp2ynzjnnj7pwgi57r6xqmd4611y9vh"))
653 (file-name (string-append "slynk-" version "-checkout"))
654 (modules '((guix build utils)
655 (ice-9 ftw)))
656 (snippet
657 '(begin
658 ;; Move the contribs into the main source directory for easier
659 ;; access
660 (substitute* "slynk/slynk.asd"
661 (("\\.\\./contrib")
662 "contrib")
663 (("\\(defsystem :slynk/util")
664 "(defsystem :slynk/util :depends-on (:slynk)")
665 ((":depends-on \\(:slynk :slynk/util\\)")
666 ":depends-on (:slynk :slynk-util)"))
667 (substitute* "contrib/slynk-trace-dialog.lisp"
668 (("\\(slynk::reset-inspector\\)") ; Causes problems on load
669 "nil"))
670 (substitute* "contrib/slynk-profiler.lisp"
671 (("slynk:to-line")
672 "slynk-pprint-to-line"))
673 (substitute* "contrib/slynk-fancy-inspector.lisp"
674 (("slynk/util") "slynk-util")
675 ((":compile-toplevel :load-toplevel") ""))
676 (rename-file "contrib" "slynk/contrib")
677 ;; Move slynk's contents into the base directory for easier
678 ;; access
679 (for-each (lambda (file)
680 (unless (string-prefix? "." file)
681 (rename-file (string-append "slynk/" file)
682 (string-append "./" (basename file)))))
683 (scandir "slynk"))
684 #t))))
685 (build-system asdf-build-system/sbcl)
686 (arguments
687 `(#:tests? #f ; No test suite
688 #:asd-system-name "slynk"))
689 (synopsis "Common Lisp IDE for Emacs")
690 (description "SLY is a fork of SLIME, an IDE backend for Common Lisp.
691 It also features a completely redesigned REPL based on Emacs's own
692 full-featured comint.el, live code annotations, and a consistent interactive
693 button interface. Everything can be copied to the REPL. One can create
694 multiple inspectors with independent history.")
695 (home-page "https://github.com/joaotavora/sly")
696 (license license:public-domain)
697 (properties `((cl-source-variant . ,(delay cl-slynk)))))))
698
699 (define-public cl-slynk
700 (package
701 (inherit (sbcl-package->cl-source-package sbcl-slynk-boot0))
702 (name "cl-slynk")))
703
704 (define ecl-slynk-boot0
705 (sbcl-package->ecl-package sbcl-slynk-boot0))
706
707 (define sbcl-slynk-arglists
708 (package
709 (inherit sbcl-slynk-boot0)
710 (name "sbcl-slynk-arglists")
711 (inputs `(("slynk" ,sbcl-slynk-boot0)))
712 (arguments
713 (substitute-keyword-arguments (package-arguments sbcl-slynk-boot0)
714 ((#:asd-file _ "") "slynk.asd")
715 ((#:asd-system-name _ #f) "slynk/arglists")))))
716
717 (define ecl-slynk-arglists
718 (sbcl-package->ecl-package sbcl-slynk-arglists))
719
720 (define sbcl-slynk-util
721 (package
722 (inherit sbcl-slynk-boot0)
723 (name "sbcl-slynk-util")
724 (inputs `(("slynk" ,sbcl-slynk-boot0)))
725 (arguments
726 (substitute-keyword-arguments (package-arguments sbcl-slynk-boot0)
727 ((#:asd-file _ "") "slynk.asd")
728 ((#:asd-system-name _ #f) "slynk/util")))))
729
730 (define ecl-slynk-util
731 (sbcl-package->ecl-package sbcl-slynk-util))
732
733 (define sbcl-slynk-fancy-inspector
734 (package
735 (inherit sbcl-slynk-arglists)
736 (name "sbcl-slynk-fancy-inspector")
737 (inputs `(("slynk-util" ,sbcl-slynk-util)
738 ,@(package-inputs sbcl-slynk-arglists)))
739 (arguments
740 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
741 ((#:asd-system-name _ #f) "slynk/fancy-inspector")))))
742
743 (define ecl-slynk-fancy-inspector
744 (sbcl-package->ecl-package sbcl-slynk-fancy-inspector))
745
746 (define sbcl-slynk-package-fu
747 (package
748 (inherit sbcl-slynk-arglists)
749 (name "sbcl-slynk-package-fu")
750 (arguments
751 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
752 ((#:asd-system-name _ #f) "slynk/package-fu")))))
753
754 (define ecl-slynk-package-fu
755 (sbcl-package->ecl-package sbcl-slynk-package-fu))
756
757 (define sbcl-slynk-mrepl
758 (package
759 (inherit sbcl-slynk-fancy-inspector)
760 (name "sbcl-slynk-mrepl")
761 (arguments
762 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
763 ((#:asd-system-name _ #f) "slynk/mrepl")))))
764
765 (define ecl-slynk-mrepl
766 (sbcl-package->ecl-package sbcl-slynk-mrepl))
767
768 (define sbcl-slynk-trace-dialog
769 (package
770 (inherit sbcl-slynk-arglists)
771 (name "sbcl-slynk-trace-dialog")
772 (arguments
773 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
774 ((#:asd-system-name _ #f) "slynk/trace-dialog")))))
775
776 (define ecl-slynk-trace-dialog
777 (sbcl-package->ecl-package sbcl-slynk-trace-dialog))
778
779 (define sbcl-slynk-profiler
780 (package
781 (inherit sbcl-slynk-arglists)
782 (name "sbcl-slynk-profiler")
783 (arguments
784 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
785 ((#:asd-system-name _ #f) "slynk/profiler")))))
786
787 (define ecl-slynk-profiler
788 (sbcl-package->ecl-package sbcl-slynk-profiler))
789
790 (define sbcl-slynk-stickers
791 (package
792 (inherit sbcl-slynk-arglists)
793 (name "sbcl-slynk-stickers")
794 (arguments
795 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
796 ((#:asd-system-name _ #f) "slynk/stickers")))))
797
798 (define ecl-slynk-stickers
799 (sbcl-package->ecl-package sbcl-slynk-stickers))
800
801 (define sbcl-slynk-indentation
802 (package
803 (inherit sbcl-slynk-arglists)
804 (name "sbcl-slynk-indentation")
805 (arguments
806 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
807 ((#:asd-system-name _ #f) "slynk/indentation")))))
808
809 (define ecl-slynk-indentation
810 (sbcl-package->ecl-package sbcl-slynk-indentation))
811
812 (define sbcl-slynk-retro
813 (package
814 (inherit sbcl-slynk-arglists)
815 (name "sbcl-slynk-retro")
816 (arguments
817 (substitute-keyword-arguments (package-arguments sbcl-slynk-arglists)
818 ((#:asd-system-name _ #f) "slynk/retro")))))
819
820 (define ecl-slynk-retro
821 (sbcl-package->ecl-package sbcl-slynk-retro))
822
823 (define slynk-systems
824 '("slynk"
825 "slynk-util"
826 "slynk-arglists"
827 "slynk-fancy-inspector"
828 "slynk-package-fu"
829 "slynk-mrepl"
830 "slynk-profiler"
831 "slynk-trace-dialog"
832 "slynk-stickers"
833 "slynk-indentation"
834 "slynk-retro"))
835
836 (define-public sbcl-slynk
837 (package
838 (inherit sbcl-slynk-boot0)
839 (name "sbcl-slynk")
840 (inputs
841 `(("slynk" ,sbcl-slynk-boot0)
842 ("slynk-util" ,sbcl-slynk-util)
843 ("slynk-arglists" ,sbcl-slynk-arglists)
844 ("slynk-fancy-inspector" ,sbcl-slynk-fancy-inspector)
845 ("slynk-package-fu" ,sbcl-slynk-package-fu)
846 ("slynk-mrepl" ,sbcl-slynk-mrepl)
847 ("slynk-profiler" ,sbcl-slynk-profiler)
848 ("slynk-trace-dialog" ,sbcl-slynk-trace-dialog)
849 ("slynk-stickers" ,sbcl-slynk-stickers)
850 ("slynk-indentation" ,sbcl-slynk-indentation)
851 ("slynk-retro" ,sbcl-slynk-retro)))
852 (native-inputs `(("sbcl" ,sbcl)))
853 (build-system trivial-build-system)
854 (source #f)
855 (outputs '("out" "image"))
856 (arguments
857 `(#:modules ((guix build union)
858 (guix build utils)
859 (guix build lisp-utils))
860 #:builder
861 (begin
862 (use-modules (ice-9 match)
863 (srfi srfi-1)
864 (guix build union)
865 (guix build lisp-utils))
866
867 (union-build
868 (assoc-ref %outputs "out")
869 (filter-map
870 (match-lambda
871 ((name . path)
872 (if (string-prefix? "slynk" name) path #f)))
873 %build-inputs))
874
875 (prepend-to-source-registry
876 (string-append (assoc-ref %outputs "out") "//"))
877
878 (parameterize ((%lisp-type "sbcl")
879 (%lisp (string-append (assoc-ref %build-inputs "sbcl")
880 "/bin/sbcl")))
881 (build-image (string-append
882 (assoc-ref %outputs "image")
883 "/bin/slynk")
884 %outputs
885 #:dependencies ',slynk-systems))
886 #t)))))
887
888 (define-public ecl-slynk
889 (package
890 (inherit sbcl-slynk)
891 (name "ecl-slynk")
892 (inputs
893 (map (match-lambda
894 ((name pkg . _)
895 (list name (sbcl-package->ecl-package pkg))))
896 (package-inputs sbcl-slynk)))
897 (native-inputs '())
898 (outputs '("out"))
899 (arguments
900 '(#:modules ((guix build union))
901 #:builder
902 (begin
903 (use-modules (ice-9 match)
904 (guix build union))
905 (match %build-inputs
906 (((names . paths) ...)
907 (union-build (assoc-ref %outputs "out")
908 paths)
909 #t)))))))
910
911 (define-public sbcl-parse-js
912 (let ((commit "fbadc6029bec7039602abfc06c73bb52970998f6")
913 (revision "1"))
914 (package
915 (name "sbcl-parse-js")
916 (version (string-append "0.0.0-" revision "." (string-take commit 9)))
917 (source
918 (origin
919 (method git-fetch)
920 (uri (git-reference
921 (url "http://marijn.haverbeke.nl/git/parse-js")
922 (commit commit)))
923 (file-name (string-append name "-" commit "-checkout"))
924 (sha256
925 (base32
926 "1wddrnr5kiya5s3gp4cdq6crbfy9fqcz7fr44p81502sj3bvdv39"))))
927 (build-system asdf-build-system/sbcl)
928 (home-page "http://marijnhaverbeke.nl/parse-js/")
929 (synopsis "Parse JavaScript")
930 (description "Parse-js is a Common Lisp package for parsing
931 JavaScript (ECMAScript 3). It has basic support for ECMAScript 5.")
932 (license license:zlib))))
933
934 (define-public cl-parse-js
935 (sbcl-package->cl-source-package sbcl-parse-js))
936
937 (define-public sbcl-parse-number
938 (package
939 (name "sbcl-parse-number")
940 (version "1.7")
941 (source
942 (origin
943 (method git-fetch)
944 (uri (git-reference
945 (url "https://github.com/sharplispers/parse-number/")
946 (commit (string-append "v" version))))
947 (file-name (git-file-name name version))
948 (sha256
949 (base32
950 "0sk06ib1bhqv9y39vwnnw44vmbc4b0kvqm37xxmkxd4dwchq82d7"))))
951 (build-system asdf-build-system/sbcl)
952 (home-page "http://www.cliki.net/PARSE-NUMBER")
953 (synopsis "Parse numbers")
954 (description "@code{parse-number} is a library of functions for parsing
955 strings into one of the standard Common Lisp number types without using the
956 reader. @code{parse-number} accepts an arbitrary string and attempts to parse
957 the string into one of the standard Common Lisp number types, if possible, or
958 else @code{parse-number} signals an error of type @code{invalid-number}.")
959 (license license:bsd-3)))
960
961 (define-public cl-parse-number
962 (sbcl-package->cl-source-package sbcl-parse-number))
963
964 (define-public sbcl-iterate
965 (package
966 (name "sbcl-iterate")
967 (version "1.5")
968 (source
969 (origin
970 (method url-fetch)
971 (uri (string-append "https://common-lisp.net/project/iterate/releases/"
972 "iterate-" version ".tar.gz"))
973 (sha256
974 (base32
975 "1lqsbhrkfl0yif46aymvb7l3nb9wdcmj4jyw485blj32jb4famzn"))))
976 (build-system asdf-build-system/sbcl)
977 (native-inputs
978 `(("rt" ,sbcl-rt)))
979 (home-page "https://common-lisp.net/project/iterate/")
980 (synopsis "Iteration construct for Common Lisp")
981 (description "@code{iterate} is an iteration construct for Common Lisp.
982 It is similar to the @code{CL:LOOP} macro, with these distinguishing marks:
983
984 @itemize
985 @item it is extensible,
986 @item it helps editors like Emacs indent iterate forms by having a more
987 lisp-like syntax, and
988 @item it isn't part of the ANSI standard for Common Lisp.
989 @end itemize\n")
990 (license license:expat)))
991
992 (define-public cl-iterate
993 (sbcl-package->cl-source-package sbcl-iterate))
994
995 (define-public ecl-iterate
996 (sbcl-package->ecl-package sbcl-iterate))
997
998 (define-public sbcl-cl-uglify-js
999 ;; There have been many bug fixes since the 2010 release.
1000 (let ((commit "429c5e1d844e2f96b44db8fccc92d6e8e28afdd5")
1001 (revision "1"))
1002 (package
1003 (name "sbcl-cl-uglify-js")
1004 (version (string-append "0.1-" revision "." (string-take commit 9)))
1005 (source
1006 (origin
1007 (method git-fetch)
1008 (uri (git-reference
1009 (url "https://github.com/mishoo/cl-uglify-js.git")
1010 (commit commit)))
1011 (file-name (git-file-name name version))
1012 (sha256
1013 (base32
1014 "0k39y3c93jgxpr7gwz7w0d8yknn1fdnxrjhd03057lvk5w8js27a"))))
1015 (build-system asdf-build-system/sbcl)
1016 (inputs
1017 `(("sbcl-parse-js" ,sbcl-parse-js)
1018 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
1019 ("sbcl-cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
1020 ("sbcl-parse-number" ,sbcl-parse-number)
1021 ("sbcl-iterate" ,sbcl-iterate)))
1022 (home-page "https://github.com/mishoo/cl-uglify-js")
1023 (synopsis "JavaScript compressor library for Common Lisp")
1024 (description "This is a Common Lisp version of UglifyJS, a JavaScript
1025 compressor. It works on data produced by @code{parse-js} to generate a
1026 @dfn{minified} version of the code. Currently it can:
1027
1028 @itemize
1029 @item reduce variable names (usually to single letters)
1030 @item join consecutive @code{var} statements
1031 @item resolve simple binary expressions
1032 @item group most consecutive statements using the @code{sequence} operator (comma)
1033 @item remove unnecessary blocks
1034 @item convert @code{IF} expressions in various ways that result in smaller code
1035 @item remove some unreachable code
1036 @end itemize\n")
1037 (license license:zlib))))
1038
1039 (define-public cl-uglify-js
1040 (sbcl-package->cl-source-package sbcl-cl-uglify-js))
1041
1042 (define-public uglify-js
1043 (package
1044 (inherit sbcl-cl-uglify-js)
1045 (name "uglify-js")
1046 (build-system trivial-build-system)
1047 (arguments
1048 `(#:modules ((guix build utils))
1049 #:builder
1050 (let* ((bin (string-append (assoc-ref %outputs "out") "/bin/"))
1051 (script (string-append bin "uglify-js")))
1052 (use-modules (guix build utils))
1053 (mkdir-p bin)
1054 (with-output-to-file script
1055 (lambda _
1056 (format #t "#!~a/bin/sbcl --script
1057 (require :asdf)
1058 (push (truename \"~a/lib/sbcl\") asdf:*central-registry*)"
1059 (assoc-ref %build-inputs "sbcl")
1060 (assoc-ref %build-inputs "sbcl-cl-uglify-js"))
1061 ;; FIXME: cannot use progn here because otherwise it fails to
1062 ;; find cl-uglify-js.
1063 (for-each
1064 write
1065 '(;; Quiet, please!
1066 (let ((*standard-output* (make-broadcast-stream))
1067 (*error-output* (make-broadcast-stream)))
1068 (asdf:load-system :cl-uglify-js))
1069 (let ((file (cadr *posix-argv*)))
1070 (if file
1071 (format t "~a"
1072 (cl-uglify-js:ast-gen-code
1073 (cl-uglify-js:ast-mangle
1074 (cl-uglify-js:ast-squeeze
1075 (with-open-file (in file)
1076 (parse-js:parse-js in))))
1077 :beautify nil))
1078 (progn
1079 (format *error-output*
1080 "Please provide a JavaScript file.~%")
1081 (sb-ext:exit :code 1))))))))
1082 (chmod script #o755)
1083 #t)))
1084 (inputs
1085 `(("sbcl" ,sbcl)
1086 ("sbcl-cl-uglify-js" ,sbcl-cl-uglify-js)))
1087 (synopsis "JavaScript compressor")))
1088
1089 (define-public sbcl-cl-strings
1090 (let ((revision "1")
1091 (commit "c5c5cbafbf3e6181d03c354d66e41a4f063f00ae"))
1092 (package
1093 (name "sbcl-cl-strings")
1094 (version (git-version "0.0.0" revision commit))
1095 (source
1096 (origin
1097 (method git-fetch)
1098 (uri (git-reference
1099 (url "https://github.com/diogoalexandrefranco/cl-strings")
1100 (commit commit)))
1101 (sha256
1102 (base32
1103 "00754mfaqallj480lwd346nkfb6ra8pa8xcxcylf4baqn604zlmv"))
1104 (file-name (string-append "cl-strings-" version "-checkout"))))
1105 (build-system asdf-build-system/sbcl)
1106 (synopsis "Portable, dependency-free set of utilities to manipulate strings in Common Lisp")
1107 (description
1108 "@command{cl-strings} is a small, portable, dependency-free set of
1109 utilities that make it even easier to manipulate text in Common Lisp. It has
1110 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.")
1111 (home-page "https://github.com/diogoalexandrefranco/cl-strings")
1112 (license license:expat))))
1113
1114 (define-public cl-strings
1115 (sbcl-package->cl-source-package sbcl-cl-strings))
1116
1117 (define-public ecl-cl-strings
1118 (sbcl-package->ecl-package sbcl-cl-strings))
1119
1120 (define-public sbcl-trivial-features
1121 (package
1122 (name "sbcl-trivial-features")
1123 (version "0.8")
1124 (source
1125 (origin
1126 (method git-fetch)
1127 (uri (git-reference
1128 (url "https://github.com/trivial-features/trivial-features.git")
1129 (commit (string-append "v" version))))
1130 (file-name (git-file-name "trivial-features" version))
1131 (sha256
1132 (base32 "0ccv7dqyrk55xga78i5vzlic7mdwp28in3g1a8fqhlk6626scsq9"))))
1133 (build-system asdf-build-system/sbcl)
1134 (arguments '(#:tests? #f))
1135 (home-page "https://cliki.net/trivial-features")
1136 (synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
1137 (description "Trivial-features ensures that @code{*FEATURES*} is
1138 consistent across multiple Common Lisp implementations.")
1139 (license license:expat)))
1140
1141 (define-public cl-trivial-features
1142 (sbcl-package->cl-source-package sbcl-trivial-features))
1143
1144 (define-public ecl-trivial-features
1145 (sbcl-package->ecl-package sbcl-trivial-features))
1146
1147 (define-public sbcl-hu.dwim.asdf
1148 (package
1149 (name "sbcl-hu.dwim.asdf")
1150 (version "20190521")
1151 (source
1152 (origin
1153 (method url-fetch)
1154 (uri (string-append "http://beta.quicklisp.org/archive/hu.dwim.asdf/"
1155 "2019-05-21/hu.dwim.asdf-" version "-darcs.tgz"))
1156 (sha256
1157 (base32
1158 "0rsbv71vyszy8w35yjwb5h6zcmknjq223hkzir79y72qdsc6sabn"))))
1159 (build-system asdf-build-system/sbcl)
1160 (home-page "https://hub.darcs.net/hu.dwim/hu.dwim.asdf")
1161 (synopsis "Extensions to ASDF")
1162 (description "Various ASDF extensions such as attached test and
1163 documentation system, explicit development support, etc.")
1164 (license license:public-domain)))
1165
1166 (define-public cl-hu.dwim.asdf
1167 (sbcl-package->cl-source-package sbcl-hu.dwim.asdf))
1168
1169 (define-public ecl-hu.dwim.asdf
1170 (sbcl-package->ecl-package sbcl-hu.dwim.asdf))
1171
1172 (define-public sbcl-hu.dwim.stefil
1173 (let ((commit "ab6d1aa8995878a1b66d745dfd0ba021090bbcf9"))
1174 (package
1175 (name "sbcl-hu.dwim.stefil")
1176 (version (git-version "0.0.0" "1" commit))
1177 (source
1178 (origin
1179 (method git-fetch)
1180 (uri
1181 (git-reference
1182 (url "https://gitlab.common-lisp.net/xcvb/hu.dwim.stefil.git")
1183 (commit commit)))
1184 (sha256
1185 (base32 "1d8yccw65zj3zh46cbi3x6nmn1dwdb76s9d0av035077mvyirqqp"))
1186 (file-name (git-file-name "hu.dwim.stefil" version))))
1187 (build-system asdf-build-system/sbcl)
1188 (native-inputs
1189 `(("asdf:cl-hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
1190 (inputs
1191 `(("sbcl-alexandria" ,sbcl-alexandria)))
1192 (home-page "https://hub.darcs.net/hu.dwim/hu.dwim.stefil")
1193 (synopsis "Simple test framework")
1194 (description "Stefil is a simple test framework for Common Lisp,
1195 with a focus on interactive development.")
1196 (license license:public-domain))))
1197
1198 (define-public cl-hu.dwim.stefil
1199 (sbcl-package->cl-source-package sbcl-hu.dwim.stefil))
1200
1201 (define-public ecl-hu.dwim.stefil
1202 (sbcl-package->ecl-package sbcl-hu.dwim.stefil))
1203
1204 (define-public sbcl-babel
1205 (package
1206 (name "sbcl-babel")
1207 (version "0.5.0")
1208 (source
1209 (origin
1210 (method git-fetch)
1211 (uri (git-reference
1212 (url "https://github.com/cl-babel/babel.git")
1213 (commit (string-append "v" version))))
1214 (file-name (git-file-name "babel" version))
1215 (sha256
1216 (base32 "139a8rn2gnhj082n8jg01gc8fyr63hkj57hgrnmb3d1r327yc77f"))))
1217 (build-system asdf-build-system/sbcl)
1218 (native-inputs
1219 `(("tests:cl-hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
1220 (inputs
1221 `(("sbcl-alexandria" ,sbcl-alexandria)
1222 ("sbcl-trivial-features" ,sbcl-trivial-features)))
1223 (home-page "https://common-lisp.net/project/babel/")
1224 (synopsis "Charset encoding and decoding library")
1225 (description "Babel is a charset encoding and decoding library, not unlike
1226 GNU libiconv, but completely written in Common Lisp.")
1227 (license license:expat)))
1228
1229 (define-public cl-babel
1230 (sbcl-package->cl-source-package sbcl-babel))
1231
1232 (define-public ecl-babel
1233 (sbcl-package->ecl-package sbcl-babel))
1234
1235 (define-public sbcl-cl-yacc
1236 (package
1237 (name "sbcl-cl-yacc")
1238 (version "0.3")
1239 (source
1240 (origin
1241 (method git-fetch)
1242 (uri (git-reference
1243 (url "https://github.com/jech/cl-yacc")
1244 (commit (string-append "cl-yacc-" version))))
1245 (sha256
1246 (base32
1247 "16946pzf8vvadnyfayvj8rbh4zjzw90h0azz2qk1mxrvhh5wklib"))
1248 (file-name (string-append "cl-yacc-" version "-checkout"))))
1249 (build-system asdf-build-system/sbcl)
1250 (arguments
1251 `(#:asd-file "yacc.asd"
1252 #:asd-system-name "yacc"))
1253 (synopsis "LALR(1) parser generator for Common Lisp, similar in spirit to Yacc")
1254 (description
1255 "CL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit
1256 to AT&T Yacc, Berkeley Yacc, GNU Bison, Zebu, lalr.cl or lalr.scm.
1257
1258 CL-Yacc uses the algorithm due to Aho and Ullman, which is the one also used
1259 by AT&T Yacc, Berkeley Yacc and Zebu. It does not use the faster algorithm due
1260 to DeRemer and Pennello, which is used by Bison and lalr.scm (not lalr.cl).")
1261 (home-page "https://www.irif.fr/~jch//software/cl-yacc/")
1262 (license license:expat)))
1263
1264 (define-public cl-yacc
1265 (sbcl-package->cl-source-package sbcl-cl-yacc))
1266
1267 (define-public ecl-cl-yacc
1268 (sbcl-package->ecl-package sbcl-cl-yacc))
1269
1270 (define-public sbcl-jpl-util
1271 (let ((commit "0311ed374e19a49d43318064d729fe3abd9a3b62"))
1272 (package
1273 (name "sbcl-jpl-util")
1274 (version "20151005")
1275 (source
1276 (origin
1277 (method git-fetch)
1278 (uri (git-reference
1279 ;; Quicklisp uses this fork.
1280 (url "https://github.com/hawkir/cl-jpl-util")
1281 (commit commit)))
1282 (file-name
1283 (git-file-name "jpl-util" version))
1284 (sha256
1285 (base32
1286 "0nc0rk9n8grkg3045xsw34whmcmddn2sfrxki4268g7kpgz0d2yz"))))
1287 (build-system asdf-build-system/sbcl)
1288 (synopsis "Collection of Common Lisp utility functions and macros")
1289 (description
1290 "@command{cl-jpl-util} is a collection of Common Lisp utility functions
1291 and macros, primarily for software projects written in CL by the author.")
1292 (home-page "https://www.thoughtcrime.us/software/cl-jpl-util/")
1293 (license license:isc))))
1294
1295 (define-public cl-jpl-util
1296 (sbcl-package->cl-source-package sbcl-jpl-util))
1297
1298 (define-public ecl-jpl-util
1299 (sbcl-package->ecl-package sbcl-jpl-util))
1300
1301 (define-public sbcl-jpl-queues
1302 (package
1303 (name "sbcl-jpl-queues")
1304 (version "0.1")
1305 (source
1306 (origin
1307 (method url-fetch)
1308 (uri (string-append
1309 "http://www.thoughtcrime.us/software/jpl-queues/jpl-queues-"
1310 version
1311 ".tar.gz"))
1312 (sha256
1313 (base32
1314 "1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96"))))
1315 (build-system asdf-build-system/sbcl)
1316 (inputs
1317 `(("jpl-util" ,sbcl-jpl-util)
1318 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
1319 (arguments
1320 ;; Tests seem to be broken.
1321 `(#:tests? #f))
1322 (synopsis "Common Lisp library implementing a few different kinds of queues")
1323 (description
1324 "A Common Lisp library implementing a few different kinds of queues:
1325
1326 @itemize
1327 @item Bounded and unbounded FIFO queues.
1328 @item Lossy bounded FIFO queues that drop elements when full.
1329 @item Unbounded random-order queues that use less memory than unbounded FIFO queues.
1330 @end itemize
1331
1332 Additionally, a synchronization wrapper is provided to make any queue
1333 conforming to the @command{jpl-queues} API thread-safe for lightweight
1334 multithreading applications. (See Calispel for a more sophisticated CL
1335 multithreaded message-passing library with timeouts and alternation among
1336 several blockable channels.)")
1337 (home-page "https://www.thoughtcrime.us/software/jpl-queues/")
1338 (license license:isc)))
1339
1340 (define-public cl-jpl-queues
1341 (sbcl-package->cl-source-package sbcl-jpl-queues))
1342
1343 (define-public ecl-jpl-queues
1344 (sbcl-package->ecl-package sbcl-jpl-queues))
1345
1346 (define-public sbcl-eos
1347 (let ((commit "b0faca83781ead9a588661e37bd47f90362ccd94"))
1348 (package
1349 (name "sbcl-eos")
1350 (version (git-version "0.0.0" "1" commit))
1351 (source
1352 (origin
1353 (method git-fetch)
1354 (uri (git-reference
1355 (url "https://github.com/adlai/Eos")
1356 (commit commit)))
1357 (sha256
1358 (base32
1359 "1bq8cfg087iyxmxi1mwgx5cfgy3b8ydrf81xljcis8qbgb2vszph"))
1360 (file-name (git-file-name "eos" version))))
1361 (build-system asdf-build-system/sbcl)
1362 (synopsis "Unit Testing for Common Lisp")
1363 (description
1364 "Eos was a unit testing library for Common Lisp.
1365 It began as a fork of FiveAM; however, FiveAM development has continued, while
1366 that of Eos has not. Thus, Eos is now deprecated in favor of FiveAM.")
1367 (home-page "https://github.com/adlai/Eos")
1368 (license license:expat))))
1369
1370 (define-public cl-eos
1371 (sbcl-package->cl-source-package sbcl-eos))
1372
1373 (define-public ecl-eos
1374 (sbcl-package->ecl-package sbcl-eos))
1375
1376 (define-public sbcl-esrap
1377 (let ((commit "133be8b05c2aae48696fe5b739eea2fa573fa48d"))
1378 (package
1379 (name "sbcl-esrap")
1380 (version (git-version "0.0.0" "1" commit))
1381 (source
1382 (origin
1383 (method git-fetch)
1384 (uri (git-reference
1385 (url "https://github.com/nikodemus/esrap")
1386 (commit commit)))
1387 (sha256
1388 (base32
1389 "02d5clihsdryhf7pix8c5di2571fdsffh75d40fkzhws90r5mksl"))
1390 (file-name (git-file-name "esrap" version))))
1391 (build-system asdf-build-system/sbcl)
1392 (native-inputs
1393 `(("eos" ,sbcl-eos))) ;For testing only.
1394 (inputs
1395 `(("alexandria" ,sbcl-alexandria)))
1396 (synopsis "Common Lisp packrat parser")
1397 (description
1398 "A packrat parser for Common Lisp.
1399 In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports:
1400
1401 @itemize
1402 @item dynamic redefinition of nonterminals
1403 @item inline grammars
1404 @item semantic predicates
1405 @item introspective facilities (describing grammars, tracing, setting breaks)
1406 @end itemize\n")
1407 (home-page "https://nikodemus.github.io/esrap/")
1408 (license license:expat))))
1409
1410 (define-public cl-esrap
1411 (sbcl-package->cl-source-package sbcl-esrap))
1412
1413 (define-public ecl-esrap
1414 (sbcl-package->ecl-package sbcl-esrap))
1415
1416 (define-public sbcl-split-sequence
1417 (package
1418 (name "sbcl-split-sequence")
1419 (version "2.0.0")
1420 (source
1421 (origin
1422 (method git-fetch)
1423 (uri (git-reference
1424 (url "https://github.com/sharplispers/split-sequence")
1425 (commit (string-append "v" version))))
1426 (sha256
1427 (base32
1428 "0jcpnx21hkfwqj5fvp7kc6pn1qcz9hk7g2s5x8h0349x1j2irln0"))
1429 (file-name (git-file-name "split-sequence" version))))
1430 (build-system asdf-build-system/sbcl)
1431 (native-inputs
1432 `(("fiveam" ,sbcl-fiveam)))
1433 (synopsis "Member of the Common Lisp Utilities family of programs")
1434 (description
1435 "Splits sequence into a list of subsequences delimited by objects
1436 satisfying the test.")
1437 (home-page "https://cliki.net/split-sequence")
1438 (license license:expat)))
1439
1440 (define-public cl-split-sequence
1441 (sbcl-package->cl-source-package sbcl-split-sequence))
1442
1443 (define-public ecl-split-sequence
1444 (sbcl-package->ecl-package sbcl-split-sequence))
1445
1446 (define-public sbcl-html-encode
1447 (package
1448 (name "sbcl-html-encode")
1449 (version "1.2")
1450 (source
1451 (origin
1452 (method url-fetch)
1453 (uri (string-append
1454 "http://beta.quicklisp.org/archive/html-encode/2010-10-06/html-encode-"
1455 version ".tgz"))
1456 (sha256
1457 (base32
1458 "06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf"))
1459 (file-name (string-append "colorize" version "-checkout"))))
1460 (build-system asdf-build-system/sbcl)
1461 (synopsis "Common Lisp library for encoding text in various web-savvy encodings")
1462 (description
1463 "A library for encoding text in various web-savvy encodings.")
1464 (home-page "http://quickdocs.org/html-encode/")
1465 (license license:expat)))
1466
1467 (define-public cl-html-encode
1468 (sbcl-package->cl-source-package sbcl-html-encode))
1469
1470 (define-public ecl-html-encode
1471 (sbcl-package->ecl-package sbcl-html-encode))
1472
1473 (define-public sbcl-colorize
1474 (let ((commit "ea676b584e0899cec82f21a9e6871172fe3c0eb5"))
1475 (package
1476 (name "sbcl-colorize")
1477 (version (git-version "0.0.0" "1" commit))
1478 (source
1479 (origin
1480 (method git-fetch)
1481 (uri (git-reference
1482 (url "https://github.com/kingcons/colorize")
1483 (commit commit)))
1484 (sha256
1485 (base32
1486 "1pdg4kiaczmr3ivffhirp7m3lbr1q27rn7dhaay0vwghmi31zcw9"))
1487 (file-name (git-file-name "colorize" version))))
1488 (build-system asdf-build-system/sbcl)
1489 (inputs
1490 `(("alexandria" ,sbcl-alexandria)
1491 ("split-sequence" ,sbcl-split-sequence)
1492 ("html-encode" ,sbcl-html-encode)))
1493 (synopsis "Common Lisp for syntax highlighting")
1494 (description
1495 "@command{colorize} is a Lisp library for syntax highlighting
1496 supporting the following languages: Common Lisp, Emacs Lisp, Scheme, Clojure,
1497 C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.")
1498 (home-page "https://github.com/kingcons/colorize")
1499 ;; TODO: Missing license?
1500 (license license:expat))))
1501
1502 (define-public cl-colorize
1503 (sbcl-package->cl-source-package sbcl-colorize))
1504
1505 (define-public ecl-colorize
1506 (sbcl-package->ecl-package sbcl-colorize))
1507
1508 (define-public sbcl-3bmd
1509 (let ((commit "192ea13435b605a96ef607df51317056914cabbd"))
1510 (package
1511 (name "sbcl-3bmd")
1512 (version (git-version "0.0.0" "1" commit))
1513 (source
1514 (origin
1515 (method git-fetch)
1516 (uri (git-reference
1517 (url "https://github.com/3b/3bmd")
1518 (commit commit)))
1519 (sha256
1520 (base32
1521 "1rgv3gi7wf963ikmmpk132wgn0icddf226gq3bmcnk1fr3v9gf2f"))
1522 (file-name (git-file-name "3bmd" version))))
1523 (build-system asdf-build-system/sbcl)
1524 (arguments
1525 ;; FIXME: We need to specify the name because the build-system thinks
1526 ;; "3" is a version marker.
1527 `(#:asd-system-name "3bmd"))
1528 (inputs
1529 `(("esrap" ,sbcl-esrap)
1530 ("split-sequence" ,sbcl-split-sequence)))
1531 (synopsis "Markdown processor in Command Lisp using esrap parser")
1532 (description
1533 "Common Lisp Markdown -> HTML converter, using @command{esrap} for
1534 parsing, and grammar based on @command{peg-markdown}.")
1535 (home-page "https://github.com/3b/3bmd")
1536 (license license:expat))))
1537
1538 (define-public cl-3bmd
1539 (sbcl-package->cl-source-package sbcl-3bmd))
1540
1541 (define-public ecl-3bmd
1542 (sbcl-package->ecl-package sbcl-3bmd))
1543
1544 (define-public sbcl-3bmd-ext-code-blocks
1545 (let ((commit "192ea13435b605a96ef607df51317056914cabbd"))
1546 (package
1547 (inherit sbcl-3bmd)
1548 (name "sbcl-3bmd-ext-code-blocks")
1549 (arguments
1550 `(#:asd-system-name "3bmd-ext-code-blocks"
1551 #:asd-file "3bmd-ext-code-blocks.asd"))
1552 (inputs
1553 `(("3bmd" ,sbcl-3bmd)
1554 ("colorize" ,sbcl-colorize)))
1555 (synopsis "3bmd extension which adds support for GitHub-style fenced
1556 code blocks")
1557 (description
1558 "3bmd extension which adds support for GitHub-style fenced code blocks,
1559 with @command{colorize} support."))))
1560
1561 (define-public cl-3bmd-ext-code-blocks
1562 (sbcl-package->cl-source-package sbcl-3bmd-ext-code-blocks))
1563
1564 (define-public ecl-3bmd-ext-code-blocks
1565 (sbcl-package->ecl-package sbcl-3bmd-ext-code-blocks))
1566
1567 (define-public sbcl-cl-fad
1568 (package
1569 (name "sbcl-cl-fad")
1570 (version "0.7.6")
1571 (source
1572 (origin
1573 (method git-fetch)
1574 (uri (git-reference
1575 (url "https://github.com/edicl/cl-fad/")
1576 (commit (string-append "v" version))))
1577 (sha256
1578 (base32
1579 "1gc8i82v6gks7g0lnm54r4prk2mklidv2flm5fvbr0a7rsys0vpa"))
1580 (file-name (string-append "cl-fad" version "-checkout"))))
1581 (build-system asdf-build-system/sbcl)
1582 (inputs
1583 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
1584 (synopsis "Portable pathname library for Common Lisp")
1585 (description
1586 "CL-FAD (for \"Files and Directories\") is a thin layer atop Common
1587 Lisp's standard pathname functions. It is intended to provide some
1588 unification between current CL implementations on Windows, OS X, Linux, and
1589 Unix. Most of the code was written by Peter Seibel for his book Practical
1590 Common Lisp.")
1591 (home-page "https://edicl.github.io/cl-fad/")
1592 (license license:bsd-2)))
1593
1594 (define-public cl-fad
1595 (sbcl-package->cl-source-package sbcl-cl-fad))
1596
1597 (define-public ecl-cl-fad
1598 (sbcl-package->ecl-package sbcl-cl-fad))
1599
1600 (define-public sbcl-rt
1601 (let ((commit "a6a7503a0b47953bc7579c90f02a6dba1f6e4c5a")
1602 (revision "1"))
1603 (package
1604 (name "sbcl-rt")
1605 (version (git-version "1990.12.19" revision commit))
1606 (source
1607 (origin
1608 (method git-fetch)
1609 (uri (git-reference
1610 (url "http://git.kpe.io/rt.git")
1611 (commit commit)))
1612 (file-name (git-file-name name version))
1613 (sha256
1614 (base32 "13si2rrxaagbr0bkvg6sqicxxpyshabx6ad6byc9n2ik5ysna69b"))))
1615 (build-system asdf-build-system/sbcl)
1616 (synopsis "MIT Regression Tester")
1617 (description
1618 "RT provides a framework for writing regression test suites.")
1619 (home-page "https://www.cliki.net/rt")
1620 (license license:expat))))
1621
1622 (define-public cl-rt
1623 (sbcl-package->cl-source-package sbcl-rt))
1624
1625 (define-public ecl-rt
1626 (sbcl-package->ecl-package sbcl-rt))
1627
1628 (define-public sbcl-nibbles
1629 (package
1630 (name "sbcl-nibbles")
1631 (version "0.14")
1632 (source
1633 (origin
1634 (method git-fetch)
1635 (uri (git-reference
1636 (url "https://github.com/sharplispers/nibbles/")
1637 (commit (string-append "v" version))))
1638 (sha256
1639 (base32
1640 "1v7qfgpvdr6nz7v63dj69d26dis0kff3rd8xamr1llfdvza2pm8f"))
1641 (file-name (git-file-name "nibbles" version))))
1642 (build-system asdf-build-system/sbcl)
1643 (native-inputs
1644 ;; Tests only.
1645 `(("rt" ,sbcl-rt)))
1646 (synopsis "Common Lisp library for accessing octet-addressed blocks of data")
1647 (description
1648 "When dealing with network protocols and file formats, it's common to
1649 have to read or write 16-, 32-, or 64-bit datatypes in signed or unsigned
1650 flavors. Common Lisp sort of supports this by specifying :element-type for
1651 streams, but that facility is underspecified and there's nothing similar for
1652 read/write from octet vectors. What most people wind up doing is rolling their
1653 own small facility for their particular needs and calling it a day.
1654
1655 This library attempts to be comprehensive and centralize such
1656 facilities. Functions to read 16-, 32-, and 64-bit quantities from octet
1657 vectors in signed or unsigned flavors are provided; these functions are also
1658 SETFable. Since it's sometimes desirable to read/write directly from streams,
1659 functions for doing so are also provided. On some implementations,
1660 reading/writing IEEE singles/doubles (i.e. single-float and double-float) will
1661 also be supported.")
1662 (home-page "https://github.com/sharplispers/nibbles")
1663 (license license:bsd-3)))
1664
1665 (define-public cl-nibbles
1666 (sbcl-package->cl-source-package sbcl-nibbles))
1667
1668 (define-public ecl-nibbles
1669 (sbcl-package->ecl-package sbcl-nibbles))
1670
1671 (define-public sbcl-ironclad
1672 (package
1673 (name "sbcl-ironclad")
1674 (version "0.48")
1675 (source
1676 (origin
1677 (method git-fetch)
1678 (uri (git-reference
1679 (url "https://github.com/sharplispers/ironclad/")
1680 (commit (string-append "v" version))))
1681 (sha256
1682 (base32
1683 "1wzczpgvgjc5h8ghz75kxi7iykmqxqchdhgdhkif9j99kyqvbyam"))
1684 (file-name (git-file-name name version))))
1685 (build-system asdf-build-system/sbcl)
1686 (native-inputs
1687 ;; Tests only.
1688 `(("rt" ,sbcl-rt)))
1689 (inputs
1690 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
1691 ("flexi-streams" ,sbcl-flexi-streams)))
1692 (synopsis "Cryptographic toolkit written in Common Lisp")
1693 (description
1694 "Ironclad is a cryptography library written entirely in Common Lisp.
1695 It includes support for several popular ciphers, digests, MACs and public key
1696 cryptography algorithms. For several implementations that support Gray
1697 streams, support is included for convenient stream wrappers.")
1698 (home-page "https://github.com/sharplispers/ironclad")
1699 (license license:bsd-3)))
1700
1701 (define-public cl-ironclad
1702 (sbcl-package->cl-source-package sbcl-ironclad))
1703
1704 (define-public ecl-ironclad
1705 (sbcl-package->ecl-package sbcl-ironclad))
1706
1707 (define-public sbcl-named-readtables
1708 (let ((commit "4dfb89fa1af6b305b6492b8af042f5190c11e9fc")
1709 (revision "1"))
1710 (package
1711 (name "sbcl-named-readtables")
1712 (version (string-append "0.9-" revision "." (string-take commit 7)))
1713 (source
1714 (origin
1715 (method git-fetch)
1716 (uri (git-reference
1717 (url "https://github.com/melisgl/named-readtables.git")
1718 (commit commit)))
1719 (sha256
1720 (base32 "083kgh5462iqbb4px6kq8s7sggvpvkm36hx4qi9rnaw53b6ilqkk"))
1721 (file-name (git-file-name "named-readtables" version))))
1722 (build-system asdf-build-system/sbcl)
1723 (arguments
1724 ;; Tests seem to be broken.
1725 `(#:tests? #f))
1726 (home-page "https://github.com/melisgl/named-readtables/")
1727 (synopsis "Library that creates a namespace for named readtables")
1728 (description "Named readtables is a library that creates a namespace for
1729 named readtables, which is akin to package namespacing in Common Lisp.")
1730 (license license:bsd-3))))
1731
1732 (define-public cl-named-readtables
1733 (sbcl-package->cl-source-package sbcl-named-readtables))
1734
1735 (define-public ecl-named-readtables
1736 (sbcl-package->ecl-package sbcl-named-readtables))
1737
1738 (define-public sbcl-pythonic-string-reader
1739 (let ((commit "47a70ba1e32362e03dad6ef8e6f36180b560f86a"))
1740 (package
1741 (name "sbcl-pythonic-string-reader")
1742 (version (git-version "0.0.0" "1" commit))
1743 (source
1744 (origin
1745 (method git-fetch)
1746 (uri (git-reference
1747 (url "https://github.com/smithzvk/pythonic-string-reader/")
1748 (commit commit)))
1749 (sha256
1750 (base32 "1b5iryqw8xsh36swckmz8rrngmc39k92si33fgy5pml3n9l5rq3j"))
1751 (file-name (git-file-name "pythonic-string-reader" version))))
1752 (build-system asdf-build-system/sbcl)
1753 (inputs
1754 `(("named-readtables" ,sbcl-named-readtables)))
1755 (home-page "https://github.com/smithzvk/pythonic-string-reader")
1756 (synopsis "Read table modification inspired by Python's three quote strings")
1757 (description "This piece of code sets up some reader macros that make it
1758 simpler to input string literals which contain backslashes and double quotes
1759 This is very useful for writing complicated docstrings and, as it turns out,
1760 writing code that contains string literals that contain code themselves.")
1761 (license license:bsd-3))))
1762
1763 (define-public cl-pythonic-string-reader
1764 (sbcl-package->cl-source-package sbcl-pythonic-string-reader))
1765
1766 (define-public ecl-pythonic-string-reader
1767 (sbcl-package->ecl-package sbcl-pythonic-string-reader))
1768
1769 ;; SLIME does not have a ASDF system definition to build all of Swank. As a
1770 ;; result, the asdf-build-system/sbcl will produce an almost empty package.
1771 ;; Some work was done to fix this at
1772 ;; https://github.com/sionescu/slime/tree/swank-asdf but it was never merged
1773 ;; and is now lagging behind. Building SBCL fasls might not be worth the
1774 ;; hassle, so let's just ship the source then.
1775 (define-public cl-slime-swank
1776 (package
1777 (name "cl-slime-swank")
1778 (version "2.24")
1779 (source
1780 (origin
1781 (file-name (string-append name "-" version ".tar.gz"))
1782 (method git-fetch)
1783 (uri (git-reference
1784 (url "https://github.com/slime/slime/")
1785 (commit (string-append "v" version))))
1786 (sha256
1787 (base32
1788 "0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
1789 (build-system asdf-build-system/source)
1790 (home-page "https://github.com/slime/slime")
1791 (synopsis "Common Lisp Swank server")
1792 (description
1793 "This is only useful if you want to start a Swank server in a Lisp
1794 processes that doesn't run under Emacs. Lisp processes created by
1795 @command{M-x slime} automatically start the server.")
1796 (license (list license:gpl2+ license:public-domain))))
1797
1798 (define-public sbcl-slime-swank
1799 (deprecated-package "sbcl-slime-swank" cl-slime-swank))
1800
1801 (define-public sbcl-mgl-pax
1802 (let ((commit "818448418d6b9de74620f606f5b23033c6082769"))
1803 (package
1804 (name "sbcl-mgl-pax")
1805 (version (git-version "0.0.0" "1" commit))
1806 (source
1807 (origin
1808 (method git-fetch)
1809 (uri (git-reference
1810 (url "https://github.com/melisgl/mgl-pax")
1811 (commit commit)))
1812 (sha256
1813 (base32
1814 "1p97zfkh130bdxqqxwaw2j9psv58751wakx7czbfpq410lg7dd7i"))
1815 (file-name (git-file-name "mgl-pax" version))))
1816 (build-system asdf-build-system/sbcl)
1817 (inputs
1818 `(("3bmd" ,sbcl-3bmd)
1819 ("3bmd-ext-code-blocks" ,sbcl-3bmd-ext-code-blocks)
1820 ("babel" ,sbcl-babel)
1821 ("cl-fad" ,sbcl-cl-fad)
1822 ("ironclad" ,sbcl-ironclad)
1823 ("named-readtables" ,sbcl-named-readtables)
1824 ("pythonic-string-reader" ,sbcl-pythonic-string-reader)))
1825 (propagated-inputs
1826 ;; Packages having mgl-pax as input complain that it can't find
1827 ;; swank if we put it in inputs, so let's put it in propageted-inputs.
1828 `(("swank" ,cl-slime-swank)))
1829 (synopsis "Exploratory programming environment and documentation generator")
1830 (description
1831 "PAX provides an extremely poor man's Explorable Programming
1832 environment. Narrative primarily lives in so called sections that mix markdown
1833 docstrings with references to functions, variables, etc, all of which should
1834 probably have their own docstrings.
1835
1836 The primary focus is on making code easily explorable by using SLIME's
1837 @command{M-.} (@command{slime-edit-definition}). See how to enable some
1838 fanciness in Emacs Integration. Generating documentation from sections and all
1839 the referenced items in Markdown or HTML format is also implemented.
1840
1841 With the simplistic tools provided, one may accomplish similar effects as with
1842 Literate Programming, but documentation is generated from code, not vice versa
1843 and there is no support for chunking yet. Code is first, code must look
1844 pretty, documentation is code.")
1845 (home-page "http://quotenil.com/")
1846 (license license:expat))))
1847
1848 (define-public cl-mgl-pax
1849 (sbcl-package->cl-source-package sbcl-mgl-pax))
1850
1851 (define-public ecl-mgl-pax
1852 (sbcl-package->ecl-package sbcl-mgl-pax))
1853
1854 (define-public sbcl-lisp-unit
1855 (let ((commit "89653a232626b67400bf9a941f9b367da38d3815"))
1856 (package
1857 (name "sbcl-lisp-unit")
1858 (version (git-version "0.0.0" "1" commit))
1859 (source
1860 (origin
1861 (method git-fetch)
1862 (uri (git-reference
1863 (url "https://github.com/OdonataResearchLLC/lisp-unit")
1864 (commit commit)))
1865 (sha256
1866 (base32
1867 "0p6gdmgr7p383nvd66c9y9fp2bjk4jx1lpa5p09g43hr9y9pp9ry"))
1868 (file-name (git-file-name "lisp-unit" version))))
1869 (build-system asdf-build-system/sbcl)
1870 (synopsis "Common Lisp Test framework inspired by JUnit to be simple of use")
1871 (description
1872 "@command{lisp-unit} is a Common Lisp library that supports unit
1873 testing. It is an extension of the library written by Chris Riesbeck.")
1874 (home-page "https://github.com/OdonataResearchLLC/lisp-unit")
1875 (license license:expat))))
1876
1877 (define-public cl-lisp-unit
1878 (sbcl-package->cl-source-package sbcl-lisp-unit))
1879
1880 (define-public ecl-lisp-unit
1881 (sbcl-package->ecl-package sbcl-lisp-unit))
1882
1883 (define-public sbcl-anaphora
1884 (package
1885 (name "sbcl-anaphora")
1886 (version "0.9.6")
1887 (source
1888 (origin
1889 (method git-fetch)
1890 (uri (git-reference
1891 (url "https://github.com/tokenrove/anaphora")
1892 (commit version)))
1893 (sha256
1894 (base32
1895 "19wfrk3asimznkli0x2rfy637hwpdgqyvwj3vhq9x7vjvyf5vv6x"))
1896 (file-name (git-file-name "anaphora" version))))
1897 (build-system asdf-build-system/sbcl)
1898 (native-inputs
1899 `(("rt" ,sbcl-rt)))
1900 (synopsis "The anaphoric macro collection from Hell")
1901 (description
1902 "Anaphora is the anaphoric macro collection from Hell: it includes many
1903 new fiends in addition to old friends like @command{aif} and
1904 @command{awhen}.")
1905 (home-page "https://github.com/tokenrove/anaphora")
1906 (license license:public-domain)))
1907
1908 (define-public cl-anaphora
1909 (sbcl-package->cl-source-package sbcl-anaphora))
1910
1911 (define-public ecl-anaphora
1912 (sbcl-package->ecl-package sbcl-anaphora))
1913
1914 (define-public sbcl-lift
1915 (let ((commit "7d49a66c62759535624037826891152223d4206c"))
1916 (package
1917 (name "sbcl-lift")
1918 (version (git-version "1.7.1" "1" commit))
1919 (source
1920 (origin
1921 (method git-fetch)
1922 (uri (git-reference
1923 (url "https://github.com/gwkkwg/lift")
1924 (commit commit)))
1925 (sha256
1926 (base32
1927 "127v5avpz1i4m0lkaxqrq8hrl69rdazqaxf6s8awf0nd7wj2g4dp"))
1928 (file-name (git-file-name "lift" version))
1929 (modules '((guix build utils)))
1930 (snippet
1931 ;; Don't keep the bundled website
1932 `(begin
1933 (delete-file-recursively "website")
1934 #t))))
1935 (build-system asdf-build-system/sbcl)
1936 (arguments
1937 ;; The tests require a debugger, but we run with the debugger disabled.
1938 '(#:tests? #f))
1939 (synopsis "LIsp Framework for Testing")
1940 (description
1941 "The LIsp Framework for Testing (LIFT) is a unit and system test tool for LISP.
1942 Though inspired by SUnit and JUnit, it's built with Lisp in mind. In LIFT,
1943 testcases are organized into hierarchical testsuites each of which can have
1944 its own fixture. When run, a testcase can succeed, fail, or error. LIFT
1945 supports randomized testing, benchmarking, profiling, and reporting.")
1946 (home-page "https://github.com/gwkkwg/lift")
1947 (license license:expat))))
1948
1949 (define-public cl-lift
1950 (sbcl-package->cl-source-package sbcl-lift))
1951
1952 (define-public ecl-lift
1953 (sbcl-package->ecl-package sbcl-lift))
1954
1955 (define-public sbcl-let-plus
1956 (let ((commit "5f14af61d501ecead02ec6b5a5c810efc0c9fdbb"))
1957 (package
1958 (name "sbcl-let-plus")
1959 (version (git-version "0.0.0" "1" commit))
1960 (source
1961 (origin
1962 (method git-fetch)
1963 (uri (git-reference
1964 (url "https://github.com/sharplispers/let-plus")
1965 (commit commit)))
1966 (sha256
1967 (base32
1968 "0i050ca2iys9f5mb7dgqgqdxfnc3b0rnjdwv95sqd490vkiwrsaj"))
1969 (file-name (git-file-name "let-plus" version))))
1970 (build-system asdf-build-system/sbcl)
1971 (inputs
1972 `(("alexandria" ,sbcl-alexandria)
1973 ("anaphora" ,sbcl-anaphora)))
1974 (native-inputs
1975 `(("lift" ,sbcl-lift)))
1976 (synopsis "Destructuring extension of let*")
1977 (description
1978 "This library implements the let+ macro, which is a dectructuring
1979 extension of let*. It features:
1980
1981 @itemize
1982 @item Clean, consistent syntax and small implementation (less than 300 LOC,
1983 not counting tests)
1984 @item Placeholder macros allow editor hints and syntax highlighting
1985 @item @command{&ign} for ignored values (in forms where that makes sense)
1986 @item Very easy to extend
1987 @end itemize\n")
1988 (home-page "https://github.com/sharplispers/let-plus")
1989 (license license:boost1.0))))
1990
1991 (define-public cl-let-plus
1992 (sbcl-package->cl-source-package sbcl-let-plus))
1993
1994 (define-public ecl-let-plus
1995 (sbcl-package->ecl-package sbcl-let-plus))
1996
1997 (define-public sbcl-cl-colors
1998 (let ((commit "827410584553f5c717eec6182343b7605f707f75"))
1999 (package
2000 (name "sbcl-cl-colors")
2001 (version (git-version "0.0.0" "1" commit))
2002 (source
2003 (origin
2004 (method git-fetch)
2005 (uri (git-reference
2006 (url "https://github.com/tpapp/cl-colors")
2007 (commit commit)))
2008 (sha256
2009 (base32
2010 "0l446lday4hybsm9bq3jli97fvv8jb1d33abg79vbylpwjmf3y9a"))
2011 (file-name (git-file-name "cl-colors" version))))
2012 (build-system asdf-build-system/sbcl)
2013 (inputs
2014 `(("alexandria" ,sbcl-alexandria)
2015 ("let-plus" ,sbcl-let-plus)))
2016 (synopsis "Simple color library for Common Lisp")
2017 (description
2018 "This is a very simple color library for Common Lisp, providing
2019
2020 @itemize
2021 @item Types for representing colors in HSV and RGB spaces.
2022 @item Simple conversion functions between the above types (and also
2023 hexadecimal representation for RGB).
2024 @item Some predefined colors (currently X11 color names – of course the
2025 library does not depend on X11).Because color in your terminal is nice.
2026 @end itemize
2027
2028 This library is no longer supported by its author.")
2029 (home-page "https://github.com/tpapp/cl-colors")
2030 (license license:boost1.0))))
2031
2032 (define-public cl-colors
2033 (sbcl-package->cl-source-package sbcl-cl-colors))
2034
2035 (define-public ecl-cl-colors
2036 (sbcl-package->ecl-package sbcl-cl-colors))
2037
2038 (define-public sbcl-cl-ansi-text
2039 (let ((commit "53badf7878f27f22f2d4a2a43e6df458e43acbe9"))
2040 (package
2041 (name "sbcl-cl-ansi-text")
2042 (version (git-version "1.0.0" "1" commit))
2043 (source
2044 (origin
2045 (method git-fetch)
2046 (uri (git-reference
2047 (url "https://github.com/pnathan/cl-ansi-text")
2048 (commit commit)))
2049 (sha256
2050 (base32
2051 "11i27n0dbz5lmygiw65zzr8lx0rac6b6yysqranphn31wls6ja3v"))
2052 (file-name (git-file-name "cl-ansi-text" version))))
2053 (build-system asdf-build-system/sbcl)
2054 (inputs
2055 `(("alexandria" ,sbcl-alexandria)
2056 ("cl-colors" ,sbcl-cl-colors)))
2057 (native-inputs
2058 `(("fiveam" ,sbcl-fiveam)))
2059 (synopsis "ANSI terminal color implementation for Common Lisp")
2060 (description
2061 "@command{cl-ansi-text} provides utilities which enable printing to an
2062 ANSI terminal with colored text. It provides the macro @command{with-color}
2063 which causes everything printed in the body to be displayed with the provided
2064 color. It further provides functions which will print the argument with the
2065 named color.")
2066 (home-page "https://github.com/pnathan/cl-ansi-text")
2067 (license license:llgpl))))
2068
2069 (define-public cl-ansi-text
2070 (sbcl-package->cl-source-package sbcl-cl-ansi-text))
2071
2072 (define-public ecl-cl-ansi-text
2073 (sbcl-package->ecl-package sbcl-cl-ansi-text))
2074
2075 (define-public sbcl-prove-asdf
2076 (let ((commit "4f9122bd393e63c5c70c1fba23070622317cfaa0"))
2077 (package
2078 (name "sbcl-prove-asdf")
2079 (version (git-version "1.0.0" "1" commit))
2080 (source
2081 (origin
2082 (method git-fetch)
2083 (uri (git-reference
2084 (url "https://github.com/fukamachi/prove")
2085 (commit commit)))
2086 (sha256
2087 (base32
2088 "07sbfw459z8bbjvx1qlmfa8qk2mvbjnnzi2mi0x72blaj8bkl4vc"))
2089 (file-name (git-file-name "prove" version))))
2090 (build-system asdf-build-system/sbcl)
2091 (arguments
2092 `(#:asd-file "prove-asdf.asd"))
2093 (synopsis "Test requirement for the Common Lisp 'prove' library")
2094 (description
2095 "Test requirement for the Common Lisp @command{prove} library.")
2096 (home-page "https://github.com/fukamachi/prove")
2097 (license license:expat))))
2098
2099 (define-public cl-prove-asdf
2100 (sbcl-package->cl-source-package sbcl-prove-asdf))
2101
2102 (define-public ecl-prove-asdf
2103 (sbcl-package->ecl-package sbcl-prove-asdf))
2104
2105 (define-public sbcl-prove
2106 (package
2107 (inherit sbcl-prove-asdf)
2108 (name "sbcl-prove")
2109 (inputs
2110 `(("alexandria" ,sbcl-alexandria)
2111 ("cl-ppcre" ,sbcl-cl-ppcre)
2112 ("cl-ansi-text" ,sbcl-cl-ansi-text)))
2113 (native-inputs
2114 `(("prove-asdf" ,sbcl-prove-asdf)))
2115 (arguments
2116 `(#:asd-file "prove.asd"))
2117 (synopsis "Yet another unit testing framework for Common Lisp")
2118 (description
2119 "This project was originally called @command{cl-test-more}.
2120 @command{prove} is yet another unit testing framework for Common Lisp. The
2121 advantages of @command{prove} are:
2122
2123 @itemize
2124 @item Various simple functions for testing and informative error messages
2125 @item ASDF integration
2126 @item Extensible test reporters
2127 @item Colorizes the report if it's available (note for SLIME)
2128 @item Reports test durations
2129 @end itemize\n")))
2130
2131 (define-public cl-prove
2132 (sbcl-package->cl-source-package sbcl-prove))
2133
2134 (define-public ecl-prove
2135 (sbcl-package->ecl-package sbcl-prove))
2136
2137 (define-public sbcl-proc-parse
2138 (let ((commit "ac3636834d561bdc2686c956dbd82494537285fd"))
2139 (package
2140 (name "sbcl-proc-parse")
2141 (version (git-version "0.0.0" "1" commit))
2142 (source
2143 (origin
2144 (method git-fetch)
2145 (uri (git-reference
2146 (url "https://github.com/fukamachi/proc-parse")
2147 (commit commit)))
2148 (sha256
2149 (base32
2150 "06rnl0h4cx6xv2wj3jczmmcxqn2703inmmvg1s4npbghmijsybfh"))
2151 (file-name (git-file-name "proc-parse" version))))
2152 (build-system asdf-build-system/sbcl)
2153 (inputs
2154 `(("alexandria" ,sbcl-alexandria)
2155 ("babel" ,sbcl-babel)))
2156 (native-inputs
2157 `(("prove" ,sbcl-prove)
2158 ("prove-asdf" ,sbcl-prove-asdf)))
2159 (arguments
2160 ;; TODO: Tests don't find "proc-parse-test", why?
2161 `(#:tests? #f))
2162 (synopsis "Procedural vector parser")
2163 (description
2164 "This is a string/octets parser library for Common Lisp with speed and
2165 readability in mind. Unlike other libraries, the code is not a
2166 pattern-matching-like, but a char-by-char procedural parser.")
2167 (home-page "https://github.com/fukamachi/proc-parse")
2168 (license license:bsd-2))))
2169
2170 (define-public cl-proc-parse
2171 (sbcl-package->cl-source-package sbcl-proc-parse))
2172
2173 (define-public ecl-proc-parse
2174 (sbcl-package->ecl-package sbcl-proc-parse))
2175
2176 (define-public sbcl-parse-float
2177 (let ((commit "2aae569f2a4b2eb3bfb5401a959425dcf151b09c"))
2178 (package
2179 (name "sbcl-parse-float")
2180 (version (git-version "0.0.0" "1" commit))
2181 (source
2182 (origin
2183 (method git-fetch)
2184 (uri (git-reference
2185 (url "https://github.com/soemraws/parse-float")
2186 (commit commit)))
2187 (sha256
2188 (base32
2189 "08xw8cchhmqcc0byng69m3f5a2izc9y2290jzz2k0qrbibp1fdk7"))
2190 (file-name (git-file-name "proc-parse" version))))
2191 (build-system asdf-build-system/sbcl)
2192 (inputs
2193 `(("alexandria" ,sbcl-alexandria)
2194 ("babel" ,sbcl-babel)))
2195 (native-inputs
2196 `(("prove" ,sbcl-prove)
2197 ("prove-asdf" ,sbcl-prove-asdf)))
2198 (arguments
2199 ;; TODO: Tests don't find "proc-parse-test", why?
2200 `(#:tests? #f))
2201 (synopsis "Parse a floating point value from a string in Common Lisp")
2202 (description
2203 "This package exports the following function to parse floating-point
2204 values from a string in Common Lisp.")
2205 (home-page "https://github.com/soemraws/parse-float")
2206 (license license:public-domain))))
2207
2208 (define-public cl-parse-float
2209 (sbcl-package->cl-source-package sbcl-parse-float))
2210
2211 (define-public ecl-parse-float
2212 (sbcl-package->ecl-package sbcl-parse-float))
2213
2214 (define-public sbcl-ascii-strings
2215 (let ((revision "1")
2216 (changeset "5048480a61243e6f1b02884012c8f25cdbee6d97"))
2217 (package
2218 (name "sbcl-ascii-strings")
2219 (version (string-append "0-" revision "." (string-take changeset 7)))
2220 (source
2221 (origin
2222 (method hg-fetch)
2223 (uri (hg-reference
2224 (url "https://bitbucket.org/vityok/cl-string-match/")
2225 (changeset changeset)))
2226 (sha256
2227 (base32
2228 "01wn5qx562w43ssy92xlfgv79w7p0nv0wbl76mpmba131n9ziq2y"))
2229 (file-name (git-file-name "cl-string-match" version))))
2230 (build-system asdf-build-system/sbcl)
2231 (inputs
2232 `(("alexandria" ,sbcl-alexandria)
2233 ("babel" ,sbcl-babel)))
2234 (arguments
2235 `(#:asd-file "ascii-strings.asd"))
2236 (synopsis "Operations on ASCII strings")
2237 (description
2238 "Operations on ASCII strings. Essentially this can be any kind of
2239 single-byte encoded strings.")
2240 (home-page "https://bitbucket.org/vityok/cl-string-match/")
2241 (license license:bsd-3))))
2242
2243 (define-public cl-ascii-strings
2244 (sbcl-package->cl-source-package sbcl-ascii-strings))
2245
2246 (define-public ecl-ascii-strings
2247 (sbcl-package->ecl-package sbcl-ascii-strings))
2248
2249 (define-public sbcl-simple-scanf
2250 (package
2251 (inherit sbcl-ascii-strings)
2252 (name "sbcl-simple-scanf")
2253 (inputs
2254 `(("alexandria" ,sbcl-alexandria)
2255 ("iterate" ,sbcl-iterate)
2256 ("proc-parse" ,sbcl-proc-parse)
2257 ("parse-float" ,sbcl-parse-float)))
2258 (arguments
2259 `(#:asd-file "simple-scanf.asd"))
2260 (synopsis "Simple scanf-like functionality implementation")
2261 (description
2262 "A simple scanf-like functionality implementation.")))
2263
2264 (define-public cl-simple-scanf
2265 (sbcl-package->cl-source-package sbcl-simple-scanf))
2266
2267 (define-public ecl-simple-scanf
2268 (sbcl-package->ecl-package sbcl-simple-scanf))
2269
2270 (define-public sbcl-cl-string-match
2271 (package
2272 (inherit sbcl-ascii-strings)
2273 (name "sbcl-cl-string-match")
2274 (inputs
2275 `(("alexandria" ,sbcl-alexandria)
2276 ("ascii-strings" ,sbcl-ascii-strings)
2277 ("yacc" ,sbcl-cl-yacc)
2278 ("jpl-util" ,sbcl-jpl-util)
2279 ("jpl-queues" ,sbcl-jpl-queues)
2280 ("mgl-pax" ,sbcl-mgl-pax)
2281 ("iterate" ,sbcl-iterate)))
2282 ;; TODO: Tests are not evaluated properly.
2283 (native-inputs
2284 ;; For testing:
2285 `(("lisp-unit" ,sbcl-lisp-unit)
2286 ("simple-scanf" ,sbcl-simple-scanf)))
2287 (arguments
2288 `(#:tests? #f
2289 #:asd-file "cl-string-match.asd"))
2290 (synopsis "Portable, dependency-free set of utilities to manipulate strings in Common Lisp")
2291 (description
2292 "@command{cl-strings} is a small, portable, dependency-free set of
2293 utilities that make it even easier to manipulate text in Common Lisp. It has
2294 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.")))
2295
2296 (define-public cl-string-match
2297 (sbcl-package->cl-source-package sbcl-cl-string-match))
2298
2299 (define-public ecl-cl-string-match
2300 (sbcl-package->ecl-package sbcl-cl-string-match))
2301
2302 (define-public sbcl-ptester
2303 (let ((commit "fe69fde54f4bce00ce577feb918796c293fc7253")
2304 (revision "1"))
2305 (package
2306 (name "sbcl-ptester")
2307 (version (git-version "2.1.3" revision commit))
2308 (source
2309 (origin
2310 (method git-fetch)
2311 (uri (git-reference
2312 (url "http://git.kpe.io/ptester.git")
2313 (commit commit)))
2314 (file-name (git-file-name name version))
2315 (sha256
2316 (base32 "1l0lfl7cdnr2qf4zh38hi4llxg22c49zkm639bdkmvlkzwj3ndwf"))))
2317 (build-system asdf-build-system/sbcl)
2318 (home-page "http://quickdocs.org/ptester/")
2319 (synopsis "Portable test harness package")
2320 (description
2321 "@command{ptester} is a portable testing framework based on Franz's
2322 tester module.")
2323 (license license:llgpl))))
2324
2325 (define-public cl-ptester
2326 (sbcl-package->cl-source-package sbcl-ptester))
2327
2328 (define-public ecl-ptester
2329 (sbcl-package->ecl-package sbcl-ptester))
2330
2331 (define-public sbcl-puri
2332 (let ((commit "ef5afb9e5286c8e952d4344f019c1a636a717b97")
2333 (revision "1"))
2334 (package
2335 (name "sbcl-puri")
2336 (version (git-version "1.5.7" revision commit))
2337 (source
2338 (origin
2339 (method git-fetch)
2340 (uri (git-reference
2341 (url "http://git.kpe.io/puri.git")
2342 (commit commit)))
2343 (file-name (git-file-name name version))
2344 (sha256
2345 (base32 "1vm25pdl92laj72p5vyd538kf3cjy2655z6bdc99h20ana2p231s"))))
2346 (build-system asdf-build-system/sbcl)
2347 (native-inputs
2348 `(("ptester" ,sbcl-ptester)))
2349 (home-page "http://quickdocs.org/puri/")
2350 (synopsis "Portable URI Library")
2351 (description
2352 "This is a portable Universal Resource Identifier library for Common
2353 Lisp programs. It parses URI according to the RFC 2396 specification.")
2354 (license license:llgpl))))
2355
2356 (define-public cl-puri
2357 (sbcl-package->cl-source-package sbcl-puri))
2358
2359 (define-public ecl-puri
2360 (sbcl-package->ecl-package sbcl-puri))
2361
2362 (define-public sbcl-queues
2363 (let ((commit "47d4da65e9ea20953b74aeeab7e89a831b66bc94"))
2364 (package
2365 (name "sbcl-queues")
2366 (version (git-version "0.0.0" "1" commit))
2367 (source
2368 (origin
2369 (method git-fetch)
2370 (uri (git-reference
2371 (url "https://github.com/oconnore/queues")
2372 (commit commit)))
2373 (file-name (git-file-name "queues" version))
2374 (sha256
2375 (base32
2376 "0wdhfnzi4v6d97pggzj2aw55si94w4327br94jrmyvwf351wqjvv"))))
2377 (build-system asdf-build-system/sbcl)
2378 (home-page "https://github.com/oconnore/queues")
2379 (synopsis "Common Lisp queue library")
2380 (description
2381 "This is a simple queue library for Common Lisp with features such as
2382 non-consing thread safe queues and fibonacci priority queues.")
2383 (license license:expat))))
2384
2385 (define-public cl-queues
2386 (sbcl-package->cl-source-package sbcl-queues))
2387
2388 (define-public ecl-queues
2389 (sbcl-package->ecl-package sbcl-queues))
2390
2391 (define-public sbcl-queues.simple-queue
2392 (package
2393 (inherit sbcl-queues)
2394 (name "sbcl-queues.simple-queue")
2395 (inputs
2396 `(("sbcl-queues" ,sbcl-queues)))
2397 (arguments
2398 `(#:asd-file "queues.simple-queue.asd"))
2399 (synopsis "Simple queue implementation")
2400 (description
2401 "This is a simple queue library for Common Lisp with features such as
2402 non-consing thread safe queues and fibonacci priority queues.")
2403 (license license:expat)))
2404
2405 (define-public cl-queues.simple-queue
2406 (sbcl-package->cl-source-package sbcl-queues.simple-queue))
2407
2408 (define-public ecl-queues.simple-queue
2409 (sbcl-package->ecl-package sbcl-queues.simple-queue))
2410
2411 (define-public sbcl-queues.simple-cqueue
2412 (package
2413 (inherit sbcl-queues)
2414 (name "sbcl-queues.simple-cqueue")
2415 (inputs
2416 `(("sbcl-queues" ,sbcl-queues)
2417 ("sbcl-queues.simple-queue" ,sbcl-queues.simple-queue)
2418 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
2419 (arguments
2420 `(#:asd-file "queues.simple-cqueue.asd"))
2421 (synopsis "Thread safe queue implementation")
2422 (description
2423 "This is a simple queue library for Common Lisp with features such as
2424 non-consing thread safe queues and fibonacci priority queues.")
2425 (license license:expat)))
2426
2427 (define-public cl-queues.simple-cqueue
2428 (sbcl-package->cl-source-package sbcl-queues.simple-cqueue))
2429
2430 (define-public ecl-queues.simple-cqueue
2431 (sbcl-package->ecl-package sbcl-queues.simple-cqueue))
2432
2433 (define-public sbcl-queues.priority-queue
2434 (package
2435 (inherit sbcl-queues)
2436 (name "sbcl-queues.priority-queue")
2437 (inputs
2438 `(("sbcl-queues" ,sbcl-queues)))
2439 (arguments
2440 `(#:asd-file "queues.priority-queue.asd"))
2441 (synopsis "Priority queue (Fibonacci) implementation")
2442 (description
2443 "This is a simple queue library for Common Lisp with features such as
2444 non-consing thread safe queues and fibonacci priority queues.")
2445 (license license:expat)))
2446
2447 (define-public cl-queues.priority-queue
2448 (sbcl-package->cl-source-package sbcl-queues.priority-queue))
2449
2450 (define-public ecl-queues.priority-queue
2451 (sbcl-package->ecl-package sbcl-queues.priority-queue))
2452
2453 (define-public sbcl-queues.priority-cqueue
2454 (package
2455 (inherit sbcl-queues)
2456 (name "sbcl-queues.priority-cqueue")
2457 (inputs
2458 `(("sbcl-queues" ,sbcl-queues)
2459 ("sbcl-queues.priority-queue" ,sbcl-queues.priority-queue)
2460 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
2461 (arguments
2462 `(#:asd-file "queues.priority-cqueue.asd"))
2463 (synopsis "Thread safe fibonacci priority queue implementation")
2464 (description
2465 "This is a simple queue library for Common Lisp with features such as
2466 non-consing thread safe queues and fibonacci priority queues.")
2467 (license license:expat)))
2468
2469 (define-public cl-queues.priority-cqueue
2470 (sbcl-package->cl-source-package sbcl-queues.priority-cqueue))
2471
2472 (define-public ecl-queues.priority-cqueue
2473 (sbcl-package->ecl-package sbcl-queues.priority-cqueue))
2474
2475 (define sbcl-cffi-bootstrap
2476 (package
2477 (name "sbcl-cffi-bootstrap")
2478 (version "0.21.0")
2479 (source
2480 (origin
2481 (method git-fetch)
2482 (uri (git-reference
2483 (url "https://github.com/cffi/cffi.git")
2484 (commit (string-append "v" version))))
2485 (file-name (git-file-name "cffi-bootstrap" version))
2486 (sha256
2487 (base32 "1qalargz9bhp850qv60ffwpdqi4xirzar4l3g6qcg8yc6xqf2cjk"))))
2488 (build-system asdf-build-system/sbcl)
2489 (inputs
2490 `(("libffi" ,libffi)
2491 ("alexandria" ,sbcl-alexandria)
2492 ("babel" ,sbcl-babel)
2493 ("trivial-features" ,sbcl-trivial-features)))
2494 (native-inputs
2495 `(("pkg-config" ,pkg-config)))
2496 (arguments
2497 '(#:phases
2498 (modify-phases %standard-phases
2499 (add-after 'unpack 'fix-paths
2500 (lambda* (#:key inputs #:allow-other-keys)
2501 (substitute* "libffi/libffi.lisp"
2502 (("libffi.so.6" all) (string-append
2503 (assoc-ref inputs "libffi")
2504 "/lib/" all)))
2505 (substitute* "toolchain/c-toolchain.lisp"
2506 (("\"cc\"") (format #f "~S" (which "gcc")))))))
2507 #:asd-system-name "cffi"
2508 #:tests? #f))
2509 (home-page "https://common-lisp.net/project/cffi/")
2510 (synopsis "Common Foreign Function Interface for Common Lisp")
2511 (description "The Common Foreign Function Interface (CFFI)
2512 purports to be a portable foreign function interface for Common Lisp.
2513 The CFFI library is composed of a Lisp-implementation-specific backend
2514 in the CFFI-SYS package, and a portable frontend in the CFFI
2515 package.")
2516 (license license:expat)))
2517
2518 (define-public sbcl-cffi-toolchain
2519 (package
2520 (inherit sbcl-cffi-bootstrap)
2521 (name "sbcl-cffi-toolchain")
2522 (inputs
2523 `(("libffi" ,libffi)
2524 ("sbcl-cffi" ,sbcl-cffi-bootstrap)))
2525 (arguments
2526 (substitute-keyword-arguments (package-arguments sbcl-cffi-bootstrap)
2527 ((#:asd-system-name _) #f)
2528 ((#:tests? _) #t)))))
2529
2530 (define-public sbcl-cffi-libffi
2531 (package
2532 (inherit sbcl-cffi-toolchain)
2533 (name "sbcl-cffi-libffi")
2534 (inputs
2535 `(("cffi" ,sbcl-cffi-bootstrap)
2536 ("cffi-grovel" ,sbcl-cffi-grovel)
2537 ("trivial-features" ,sbcl-trivial-features)
2538 ("libffi" ,libffi)))))
2539
2540 (define-public sbcl-cffi-grovel
2541 (package
2542 (inherit sbcl-cffi-toolchain)
2543 (name "sbcl-cffi-grovel")
2544 (inputs
2545 `(("libffi" ,libffi)
2546 ("cffi" ,sbcl-cffi-bootstrap)
2547 ("cffi-toolchain" ,sbcl-cffi-toolchain)
2548 ("alexandria" ,sbcl-alexandria)))
2549 (arguments
2550 (substitute-keyword-arguments (package-arguments sbcl-cffi-toolchain)
2551 ((#:phases phases)
2552 `(modify-phases ,phases
2553 (add-after 'build 'install-headers
2554 (lambda* (#:key outputs #:allow-other-keys)
2555 (install-file "grovel/common.h"
2556 (string-append
2557 (assoc-ref outputs "out")
2558 "/include/grovel"))))))))))
2559
2560 (define-public sbcl-cffi
2561 (package
2562 (inherit sbcl-cffi-toolchain)
2563 (name "sbcl-cffi")
2564 (inputs (package-inputs sbcl-cffi-bootstrap))
2565 (native-inputs
2566 `(("cffi-grovel" ,sbcl-cffi-grovel)
2567 ("cffi-libffi" ,sbcl-cffi-libffi)
2568 ("rt" ,sbcl-rt)
2569 ("bordeaux-threads" ,sbcl-bordeaux-threads)
2570 ,@(package-native-inputs sbcl-cffi-bootstrap)))))
2571
2572 (define-public cl-cffi
2573 (sbcl-package->cl-source-package sbcl-cffi))
2574
2575 (define-public sbcl-cl-sqlite
2576 (let ((commit "c738e66d4266ef63a1debc4ef4a1b871a068c112"))
2577 (package
2578 (name "sbcl-cl-sqlite")
2579 (version (git-version "0.2" "1" commit))
2580 (source
2581 (origin
2582 (method git-fetch)
2583 (uri (git-reference
2584 (url "https://github.com/dmitryvk/cl-sqlite")
2585 (commit commit)))
2586 (file-name (git-file-name "cl-sqlite" version))
2587 (sha256
2588 (base32
2589 "1ng45k1hdb84sqjryrfx93g66bsbybmpy301wd0fdybnc5jzr36q"))))
2590 (build-system asdf-build-system/sbcl)
2591 (inputs
2592 `(("iterate" ,sbcl-iterate)
2593 ("cffi" ,sbcl-cffi)
2594 ("sqlite" ,sqlite)))
2595 (native-inputs
2596 `(("fiveam" ,sbcl-fiveam)
2597 ("bordeaux-threads" ,sbcl-bordeaux-threads)))
2598 (arguments
2599 `(#:tests? #f ; Upstream seems to have issues with tests: https://github.com/dmitryvk/cl-sqlite/issues/7
2600 #:asd-file "sqlite.asd"
2601 #:asd-system-name "sqlite"
2602 #:phases
2603 (modify-phases %standard-phases
2604 (add-after 'unpack 'fix-paths
2605 (lambda* (#:key inputs #:allow-other-keys)
2606 (substitute* "sqlite-ffi.lisp"
2607 (("libsqlite3" all) (string-append
2608 (assoc-ref inputs "sqlite")"/lib/" all))))))))
2609 (home-page "https://common-lisp.net/project/cl-sqlite/")
2610 (synopsis "Common Lisp binding for SQLite")
2611 (description
2612 "The @command{cl-sqlite} package is an interface to the SQLite embedded
2613 relational database engine.")
2614 (license license:public-domain))))
2615
2616 (define-public cl-sqlite
2617 (sbcl-package->cl-source-package sbcl-cl-sqlite))
2618
2619 (define-public sbcl-parenscript
2620 (let ((commit "061d8e286c81c3f45c84fb2b11ee7d83f590a8f8"))
2621 (package
2622 (name "sbcl-parenscript")
2623 (version (git-version "2.6" "1" commit))
2624 (source
2625 (origin
2626 (method git-fetch)
2627 (uri (git-reference
2628 (url "https://gitlab.common-lisp.net/parenscript/parenscript")
2629 (commit commit)))
2630 (file-name (git-file-name "parenscript" version))
2631 (sha256
2632 (base32
2633 "1kbhgsjbikc73m5cwdp4d4fdafyqcr1b7b630qjrziql0nh6mi3k"))))
2634 (build-system asdf-build-system/sbcl)
2635 (inputs
2636 `(("cl-ppcre" ,sbcl-cl-ppcre)
2637 ("anaphora" ,sbcl-anaphora)
2638 ("named-readtables" ,sbcl-named-readtables)))
2639 (home-page "https://common-lisp.net/project/parenscript/")
2640 (synopsis "Translator from a subset of Common Lisp to JavaScript")
2641 (description
2642 "Parenscript is a translator from an extended subset of Common Lisp to
2643 JavaScript. Parenscript code can run almost identically on both the
2644 browser (as JavaScript) and server (as Common Lisp).
2645
2646 Parenscript code is treated the same way as Common Lisp code, making the full
2647 power of Lisp macros available for JavaScript. This provides a web
2648 development environment that is unmatched in its ability to reduce code
2649 duplication and provide advanced meta-programming facilities to web
2650 developers.
2651
2652 At the same time, Parenscript is different from almost all other \"language
2653 X\" to JavaScript translators in that it imposes almost no overhead:
2654
2655 @itemize
2656 @item No run-time dependencies: Any piece of Parenscript code is runnable
2657 as-is. There are no JavaScript files to include.
2658 @item Native types: Parenscript works entirely with native JavaScript data
2659 types. There are no new types introduced, and object prototypes are not
2660 touched.
2661 @item Native calling convention: Any JavaScript code can be called without the
2662 need for bindings. Likewise, Parenscript can be used to make efficient,
2663 self-contained JavaScript libraries.
2664 @item Readable code: Parenscript generates concise, formatted, idiomatic
2665 JavaScript code. Identifier names are preserved. This enables seamless
2666 debugging in tools like Firebug.
2667 @item Efficiency: Parenscript introduces minimal overhead for advanced Common
2668 Lisp features. The generated code is almost as fast as hand-written
2669 JavaScript.
2670 @end itemize\n")
2671 (license license:bsd-3))))
2672
2673 (define-public cl-parenscript
2674 (sbcl-package->cl-source-package sbcl-parenscript))
2675
2676 (define-public ecl-parenscript
2677 (sbcl-package->ecl-package sbcl-parenscript))
2678
2679 (define-public sbcl-cl-json
2680 (let ((commit "6dfebb9540bfc3cc33582d0c03c9ec27cb913e79"))
2681 (package
2682 (name "sbcl-cl-json")
2683 (version (git-version "0.5" "1" commit))
2684 (source
2685 (origin
2686 (method git-fetch)
2687 (uri (git-reference
2688 (url "https://github.com/hankhero/cl-json")
2689 (commit commit)))
2690 (file-name (git-file-name "cl-json" version))
2691 (sha256
2692 (base32
2693 "0fx3m3x3s5ji950yzpazz4s0img3l6b3d6l3jrfjv0lr702496lh"))))
2694 (build-system asdf-build-system/sbcl)
2695 (native-inputs
2696 `(("fiveam" ,sbcl-fiveam)))
2697 (home-page "https://github.com/hankhero/cl-json")
2698 (synopsis "JSON encoder and decoder for Common-Lisp")
2699 (description
2700 "@command{cl-json} provides an encoder of Lisp objects to JSON format
2701 and a corresponding decoder of JSON data to Lisp objects. Both the encoder
2702 and the decoder are highly customizable; at the same time, the default
2703 settings ensure a very simple mode of operation, similar to that provided by
2704 @command{yason} or @command{st-json}.")
2705 (license license:expat))))
2706
2707 (define-public cl-json
2708 (sbcl-package->cl-source-package sbcl-cl-json))
2709
2710 (define-public ecl-cl-json
2711 (sbcl-package->ecl-package sbcl-cl-json))
2712
2713 (define-public sbcl-unix-opts
2714 (package
2715 (name "sbcl-unix-opts")
2716 (version "0.1.7")
2717 (source
2718 (origin
2719 (method git-fetch)
2720 (uri (git-reference
2721 (url "https://github.com/libre-man/unix-opts")
2722 (commit version)))
2723 (file-name (git-file-name "unix-opts" version))
2724 (sha256
2725 (base32
2726 "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr"))))
2727 (build-system asdf-build-system/sbcl)
2728 (home-page "https://github.com/hankhero/cl-json")
2729 (synopsis "Unix-style command line options parser")
2730 (description
2731 "This is a minimalistic parser of command line options. The main
2732 advantage of the library is the ability to concisely define command line
2733 options once and then use this definition for parsing and extraction of
2734 command line arguments, as well as printing description of command line
2735 options (you get --help for free). This way you don't need to repeat
2736 yourself. Also, @command{unix-opts} doesn't depend on anything and allows to
2737 precisely control behavior of the parser via Common Lisp restarts.")
2738 (license license:expat)))
2739
2740 (define-public cl-unix-opts
2741 (sbcl-package->cl-source-package sbcl-unix-opts))
2742
2743 (define-public ecl-unix-opts
2744 (sbcl-package->ecl-package sbcl-unix-opts))
2745
2746 (define-public sbcl-trivial-garbage
2747 (package
2748 (name "sbcl-trivial-garbage")
2749 (version "0.21")
2750 (source
2751 (origin
2752 (method git-fetch)
2753 (uri (git-reference
2754 (url "https://github.com/trivial-garbage/trivial-garbage.git")
2755 (commit (string-append "v" version))))
2756 (file-name (git-file-name "trivial-garbage" version))
2757 (sha256
2758 (base32 "0122jicfg7pca1wxw8zak1n92h5friqy60988ns0ysksj3fphw9n"))))
2759 (build-system asdf-build-system/sbcl)
2760 (native-inputs
2761 `(("rt" ,sbcl-rt)))
2762 (home-page "https://common-lisp.net/project/trivial-garbage/")
2763 (synopsis "Portable GC-related APIs for Common Lisp")
2764 (description "@command{trivial-garbage} provides a portable API to
2765 finalizers, weak hash-tables and weak pointers on all major implementations of
2766 the Common Lisp programming language.")
2767 (license license:public-domain)))
2768
2769 (define-public cl-trivial-garbage
2770 (sbcl-package->cl-source-package sbcl-trivial-garbage))
2771
2772 (define-public ecl-trivial-garbage
2773 (sbcl-package->ecl-package sbcl-trivial-garbage))
2774
2775 (define-public sbcl-closer-mop
2776 (let ((commit "fac29ce90e3a46e1fc6cf182190e193526fa9dbc"))
2777 (package
2778 (name "sbcl-closer-mop")
2779 (version (git-version "1.0.0" "1" commit))
2780 (source
2781 (origin
2782 (method git-fetch)
2783 (uri (git-reference
2784 (url "https://github.com/pcostanza/closer-mop")
2785 (commit commit)))
2786 (sha256
2787 (base32 "0hvh77y869h8fg9di5snyg85fxq6fdh9gj1igmx1g6j6j5x915dl"))
2788 (file-name (git-file-name "closer-mop" version ))))
2789 (build-system asdf-build-system/sbcl)
2790 (home-page "https://github.com/pcostanza/closer-mop")
2791 (synopsis "Rectifies absent or incorrect CLOS MOP features")
2792 (description "Closer to MOP is a compatibility layer that rectifies many
2793 of the absent or incorrect CLOS MOP features across a broad range of Common
2794 Lisp implementations.")
2795 (license license:expat))))
2796
2797 (define-public cl-closer-mop
2798 (sbcl-package->cl-source-package sbcl-closer-mop))
2799
2800 (define-public ecl-closer-mop
2801 (sbcl-package->ecl-package sbcl-closer-mop))
2802
2803 (define sbcl-cl-cffi-gtk-boot0
2804 (let ((commit "29443c5aaca975709df8025c4649366d882033cb"))
2805 (package
2806 (name "sbcl-cl-cffi-gtk-boot0")
2807 (version (git-version "0.11.2" "1" commit))
2808 (source
2809 (origin
2810 (method git-fetch)
2811 (uri (git-reference
2812 (url "https://github.com/Ferada/cl-cffi-gtk/")
2813 (commit commit)))
2814 (file-name (git-file-name "cl-cffi-gtk" version))
2815 (sha256
2816 (base32
2817 "0f6s92sf8xyzh1yksqx8bsy1sv0zmy0c13j3b8bavaba5hlxpxah"))))
2818 (build-system asdf-build-system/sbcl)
2819 (inputs
2820 `(("iterate" ,sbcl-iterate)
2821 ("cffi" ,sbcl-cffi)
2822 ("trivial-features" ,sbcl-trivial-features)))
2823 (home-page "https://github.com/Ferada/cl-cffi-gtk/")
2824 (synopsis "Common Lisp binding for GTK+3")
2825 (description
2826 "@command{cl-cffi-gtk} is a Lisp binding to GTK+ 3 (GIMP Toolkit) which
2827 is a library for creating graphical user interfaces.")
2828 (license license:lgpl3))))
2829
2830 (define-public sbcl-cl-cffi-gtk-glib
2831 (package
2832 (inherit sbcl-cl-cffi-gtk-boot0)
2833 (name "sbcl-cl-cffi-gtk-glib")
2834 (inputs
2835 `(("glib" ,glib)
2836 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2837 (arguments
2838 `(#:asd-file "glib/cl-cffi-gtk-glib.asd"
2839 #:phases
2840 (modify-phases %standard-phases
2841 (add-after 'unpack 'fix-paths
2842 (lambda* (#:key inputs #:allow-other-keys)
2843 (substitute* "glib/glib.init.lisp"
2844 (("libglib|libgthread" all) (string-append
2845 (assoc-ref inputs "glib") "/lib/" all))))))))))
2846
2847 (define-public sbcl-cl-cffi-gtk-gobject
2848 (package
2849 (inherit sbcl-cl-cffi-gtk-boot0)
2850 (name "sbcl-cl-cffi-gtk-gobject")
2851 (inputs
2852 `(("glib" ,glib)
2853 ("cl-cffi-gtk-glib" ,sbcl-cl-cffi-gtk-glib)
2854 ("trivial-garbage" ,sbcl-trivial-garbage)
2855 ("bordeaux-threads" ,sbcl-bordeaux-threads)
2856 ("closer-mop" ,sbcl-closer-mop)
2857 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2858 (arguments
2859 `(#:asd-file "gobject/cl-cffi-gtk-gobject.asd"
2860 #:phases
2861 (modify-phases %standard-phases
2862 (add-after 'unpack 'fix-paths
2863 (lambda* (#:key inputs #:allow-other-keys)
2864 (substitute* "gobject/gobject.init.lisp"
2865 (("libgobject" all) (string-append
2866 (assoc-ref inputs "glib") "/lib/" all))))))))))
2867
2868 (define-public sbcl-cl-cffi-gtk-gio
2869 (package
2870 (inherit sbcl-cl-cffi-gtk-boot0)
2871 (name "sbcl-cl-cffi-gtk-gio")
2872 (inputs
2873 `(("glib" ,glib)
2874 ("cl-cffi-gtk-glib" ,sbcl-cl-cffi-gtk-glib)
2875 ("cl-cffi-gtk-gobject" ,sbcl-cl-cffi-gtk-gobject)
2876 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2877 (arguments
2878 `(#:asd-file "gio/cl-cffi-gtk-gio.asd"
2879 #:phases
2880 (modify-phases %standard-phases
2881 (add-after 'unpack 'fix-paths
2882 (lambda* (#:key inputs #:allow-other-keys)
2883 (substitute* "gio/gio.init.lisp"
2884 (("libgio" all)
2885 (string-append
2886 (assoc-ref inputs "glib") "/lib/" all))))))))))
2887
2888 (define-public sbcl-cl-cffi-gtk-cairo
2889 (package
2890 (inherit sbcl-cl-cffi-gtk-boot0)
2891 (name "sbcl-cl-cffi-gtk-cairo")
2892 (inputs
2893 `(("cairo" ,cairo)
2894 ("cl-cffi-gtk-glib" ,sbcl-cl-cffi-gtk-glib)
2895 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2896 (arguments
2897 `(#:asd-file "cairo/cl-cffi-gtk-cairo.asd"
2898 #:phases
2899 (modify-phases %standard-phases
2900 (add-after 'unpack 'fix-paths
2901 (lambda* (#:key inputs #:allow-other-keys)
2902 (substitute* "cairo/cairo.init.lisp"
2903 (("libcairo" all)
2904 (string-append
2905 (assoc-ref inputs "cairo") "/lib/" all))))))))))
2906
2907 (define-public sbcl-cl-cffi-gtk-pango
2908 (package
2909 (inherit sbcl-cl-cffi-gtk-boot0)
2910 (name "sbcl-cl-cffi-gtk-pango")
2911 (inputs
2912 `(("pango" ,pango)
2913 ("cl-cffi-gtk-glib" ,sbcl-cl-cffi-gtk-glib)
2914 ("cl-cffi-gtk-gobject" ,sbcl-cl-cffi-gtk-gobject)
2915 ("cl-cffi-gtk-cairo" ,sbcl-cl-cffi-gtk-cairo)
2916 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2917 (arguments
2918 `(#:asd-file "pango/cl-cffi-gtk-pango.asd"
2919 #:phases
2920 (modify-phases %standard-phases
2921 (add-after 'unpack 'fix-paths
2922 (lambda* (#:key inputs #:allow-other-keys)
2923 (substitute* "pango/pango.init.lisp"
2924 (("libpango" all)
2925 (string-append
2926 (assoc-ref inputs "pango") "/lib/" all))))))))))
2927
2928 (define-public sbcl-cl-cffi-gtk-gdk-pixbuf
2929 (package
2930 (inherit sbcl-cl-cffi-gtk-boot0)
2931 (name "sbcl-cl-cffi-gtk-gdk-pixbuf")
2932 (inputs
2933 `(("gdk-pixbuf" ,gdk-pixbuf)
2934 ("cl-cffi-gtk-gobject" ,sbcl-cl-cffi-gtk-gobject)
2935 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2936 (arguments
2937 `(#:asd-file "gdk-pixbuf/cl-cffi-gtk-gdk-pixbuf.asd"
2938 #:phases
2939 (modify-phases %standard-phases
2940 (add-after 'unpack 'fix-paths
2941 (lambda* (#:key inputs #:allow-other-keys)
2942 (substitute* "gdk-pixbuf/gdk-pixbuf.init.lisp"
2943 (("libgdk_pixbuf" all)
2944 (string-append
2945 (assoc-ref inputs "gdk-pixbuf") "/lib/" all))))))))))
2946
2947 (define-public sbcl-cl-cffi-gtk-gdk
2948 (package
2949 (inherit sbcl-cl-cffi-gtk-boot0)
2950 (name "sbcl-cl-cffi-gtk-gdk")
2951 (inputs
2952 `(("gtk" ,gtk+)
2953 ("cl-cffi-gtk-gobject" ,sbcl-cl-cffi-gtk-gobject)
2954 ("cl-cffi-gtk-gio" ,sbcl-cl-cffi-gtk-gio)
2955 ("cl-cffi-gtk-gdk-pixbuf" ,sbcl-cl-cffi-gtk-gdk-pixbuf)
2956 ("cl-cffi-gtk-cairo" ,sbcl-cl-cffi-gtk-cairo)
2957 ("cl-cffi-gtk-pango" ,sbcl-cl-cffi-gtk-pango)
2958 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2959 (arguments
2960 `(#:asd-file "gdk/cl-cffi-gtk-gdk.asd"
2961 #:phases
2962 (modify-phases %standard-phases
2963 (add-after 'unpack 'fix-paths
2964 (lambda* (#:key inputs #:allow-other-keys)
2965 (substitute* "gdk/gdk.init.lisp"
2966 (("libgdk" all)
2967 (string-append
2968 (assoc-ref inputs "gtk") "/lib/" all)))
2969 (substitute* "gdk/gdk.package.lisp"
2970 (("libgtk" all)
2971 (string-append
2972 (assoc-ref inputs "gtk") "/lib/" all))))))))))
2973
2974 (define-public sbcl-cl-cffi-gtk
2975 (package
2976 (inherit sbcl-cl-cffi-gtk-boot0)
2977 (name "sbcl-cl-cffi-gtk")
2978 (inputs
2979 `(("cl-cffi-gtk-glib" ,sbcl-cl-cffi-gtk-glib)
2980 ("cl-cffi-gtk-gobject" ,sbcl-cl-cffi-gtk-gobject)
2981 ("cl-cffi-gtk-gio" ,sbcl-cl-cffi-gtk-gio)
2982 ("cl-cffi-gtk-gdk" ,sbcl-cl-cffi-gtk-gdk)
2983 ,@(package-inputs sbcl-cl-cffi-gtk-boot0)))
2984 (native-inputs
2985 `(("fiveam" ,sbcl-fiveam)))
2986 (arguments
2987 `(#:asd-file "gtk/cl-cffi-gtk.asd"
2988 #:test-asd-file "test/cl-cffi-gtk-test.asd"
2989 ;; TODO: Tests fail with memory fault.
2990 ;; See https://github.com/Ferada/cl-cffi-gtk/issues/24.
2991 #:tests? #f))))
2992
2993 (define-public cl-cffi-gtk
2994 (sbcl-package->cl-source-package sbcl-cl-cffi-gtk))
2995
2996 (define-public sbcl-cl-webkit
2997 (let ((commit "cd2a9008e0c152e54755e8a7f07b050fe36bab31"))
2998 (package
2999 (name "sbcl-cl-webkit")
3000 (version (git-version "2.4" "1" commit))
3001 (source
3002 (origin
3003 (method git-fetch)
3004 (uri (git-reference
3005 (url "https://github.com/jmercouris/cl-webkit")
3006 (commit commit)))
3007 (file-name (git-file-name "cl-webkit" version))
3008 (sha256
3009 (base32
3010 "0f5lyn9i7xrn3g1bddga377mcbawkbxydijpg389q4n04gqj0vwf"))))
3011 (build-system asdf-build-system/sbcl)
3012 (inputs
3013 `(("cffi" ,sbcl-cffi)
3014 ("cl-cffi-gtk" ,sbcl-cl-cffi-gtk)
3015 ("webkitgtk" ,webkitgtk)))
3016 (arguments
3017 `(#:asd-file "webkit2/cl-webkit2.asd"
3018 #:asd-system-name "cl-webkit2"
3019 #:phases
3020 (modify-phases %standard-phases
3021 (add-after 'unpack 'fix-paths
3022 (lambda* (#:key inputs #:allow-other-keys)
3023 (substitute* "webkit2/webkit2.init.lisp"
3024 (("libwebkit2gtk" all)
3025 (string-append
3026 (assoc-ref inputs "webkitgtk") "/lib/" all))))))))
3027 (home-page "https://github.com/jmercouris/cl-webkit")
3028 (synopsis "Binding to WebKitGTK+ for Common Lisp")
3029 (description
3030 "@command{cl-webkit} is a binding to WebKitGTK+ for Common Lisp,
3031 currently targeting WebKit version 2. The WebKitGTK+ library adds web
3032 browsing capabilities to an application, leveraging the full power of the
3033 WebKit browsing engine.")
3034 (license license:expat))))
3035
3036 (define-public cl-webkit
3037 (sbcl-package->cl-source-package sbcl-cl-webkit))
3038
3039 (define-public sbcl-lparallel
3040 (package
3041 (name "sbcl-lparallel")
3042 (version "2.8.4")
3043 (source
3044 (origin
3045 (method git-fetch)
3046 (uri (git-reference
3047 (url "https://github.com/lmj/lparallel/")
3048 (commit (string-append "lparallel-" version))))
3049 (file-name (git-file-name "lparallel" version))
3050 (sha256
3051 (base32
3052 "0g0aylrbbrqsz0ahmwhvnk4cmc2931fllbpcfgzsprwnqqd7vwq9"))))
3053 (build-system asdf-build-system/sbcl)
3054 (inputs
3055 `(("alexandria" ,sbcl-alexandria)
3056 ("bordeaux-threads" ,sbcl-bordeaux-threads)
3057 ("trivial-garbage" ,sbcl-trivial-garbage)))
3058 (home-page "https://lparallel.org/")
3059 (synopsis "Parallelism for Common Lisp")
3060 (description
3061 "@command{lparallel} is a library for parallel programming in Common
3062 Lisp, featuring:
3063
3064 @itemize
3065 @item a simple model of task submission with receiving queue,
3066 @item constructs for expressing fine-grained parallelism,
3067 @item asynchronous condition handling across thread boundaries,
3068 @item parallel versions of map, reduce, sort, remove, and many others,
3069 @item promises, futures, and delayed evaluation constructs,
3070 @item computation trees for parallelizing interconnected tasks,
3071 @item bounded and unbounded FIFO queues,
3072 @item high and low priority tasks,
3073 @item task killing by category,
3074 @item integrated timeouts.
3075 @end itemize\n")
3076 (license license:expat)))
3077
3078 (define-public cl-lparallel
3079 (sbcl-package->cl-source-package sbcl-lparallel))
3080
3081 (define-public ecl-lparallel
3082 (sbcl-package->ecl-package sbcl-lparallel))
3083
3084 (define-public sbcl-cl-markup
3085 (let ((commit "e0eb7debf4bdff98d1f49d0f811321a6a637b390"))
3086 (package
3087 (name "sbcl-cl-markup")
3088 (version (git-version "0.1" "1" commit))
3089 (source
3090 (origin
3091 (method git-fetch)
3092 (uri (git-reference
3093 (url "https://github.com/arielnetworks/cl-markup/")
3094 (commit commit)))
3095 (file-name (git-file-name "cl-markup" version))
3096 (sha256
3097 (base32
3098 "10l6k45971dl13fkdmva7zc6i453lmq9j4xax2ci6pjzlc6xjhp7"))))
3099 (build-system asdf-build-system/sbcl)
3100 (home-page "https://github.com/arielnetworks/cl-markup/")
3101 (synopsis "Markup generation library for Common Lisp")
3102 (description
3103 "A modern markup generation library for Common Lisp that features:
3104
3105 @itemize
3106 @item Fast (even faster through compiling the code)
3107 @item Safety
3108 @item Support for multiple document types (markup, xml, html, html5, xhtml)
3109 @item Output with doctype
3110 @item Direct output to stream
3111 @end itemize\n")
3112 (license license:lgpl3+))))
3113
3114 (define-public cl-markup
3115 (sbcl-package->cl-source-package sbcl-cl-markup))
3116
3117 (define-public ecl-cl-markup
3118 (sbcl-package->ecl-package sbcl-cl-markup))
3119
3120 (define-public sbcl-cl-css
3121 (let ((commit "8fe654c8f0cf95b300718101cce4feb517f78e2f"))
3122 (package
3123 (name "sbcl-cl-css")
3124 (version (git-version "0.1" "1" commit))
3125 (source
3126 (origin
3127 (method git-fetch)
3128 (uri (git-reference
3129 (url "https://github.com/inaimathi/cl-css/")
3130 (commit commit)))
3131 (file-name (git-file-name "cl-css" version))
3132 (sha256
3133 (base32
3134 "1lc42zi2sw11fl2589sc19nr5sd2p0wy7wgvgwaggxa5f3ajhsmd"))))
3135 (build-system asdf-build-system/sbcl)
3136 (home-page "https://github.com/inaimathi/cl-css/")
3137 (synopsis "Non-validating, inline CSS generator for Common Lisp")
3138 (description
3139 "This is a dead-simple, non validating, inline CSS generator for Common
3140 Lisp. Its goals are axiomatic syntax, simple implementation to support
3141 portability, and boilerplate reduction in CSS.")
3142 (license license:expat))))
3143
3144 (define-public cl-css
3145 (sbcl-package->cl-source-package sbcl-cl-css))
3146
3147 (define-public ecl-cl-css
3148 (sbcl-package->ecl-package sbcl-cl-css))
3149
3150 (define-public sbcl-portable-threads
3151 (let ((commit "c0e61a1faeb0583c80fd3f20b16cc4c555226920"))
3152 (package
3153 (name "sbcl-portable-threads")
3154 (version (git-version "2.3" "1" commit))
3155 (source
3156 (origin
3157 (method git-fetch)
3158 (uri (git-reference
3159 (url "https://github.com/binghe/portable-threads/")
3160 (commit commit)))
3161 (file-name (git-file-name "portable-threads" version))
3162 (sha256
3163 (base32
3164 "03fmxyarc0xf4kavwkfa0a2spkyfrz6hbgbi9y4q7ny5aykdyfaq"))))
3165 (build-system asdf-build-system/sbcl)
3166 (arguments
3167 `(;; Tests seem broken.
3168 #:tests? #f))
3169 (home-page "https://github.com/binghe/portable-threads")
3170 (synopsis "Portable threads (and scheduled and periodic functions) API for Common Lisp")
3171 (description
3172 "Portable Threads (and Scheduled and Periodic Functions) API for Common
3173 Lisp (from GBBopen project).")
3174 (license license:asl2.0))))
3175
3176 (define-public cl-portable-threads
3177 (sbcl-package->cl-source-package sbcl-portable-threads))
3178
3179 (define-public ecl-portable-threada
3180 (sbcl-package->ecl-package sbcl-portable-threads))
3181
3182 (define sbcl-usocket-boot0
3183 ;; usocket's test rely on usocket-server which depends on usocket itself.
3184 ;; We break this cyclic dependency with -boot0 that packages usocket.
3185 (package
3186 (name "sbcl-usocket-boot0")
3187 (version "0.8.3")
3188 (source
3189 (origin
3190 (method git-fetch)
3191 (uri (git-reference
3192 (url "https://github.com/usocket/usocket/")
3193 (commit (string-append "v" version))))
3194 (file-name (git-file-name "usocket" version))
3195 (sha256
3196 (base32
3197 "0x746wr2324l6bn7skqzgkzcbj5kd0zp2ck0c8rldrw0rzabg826"))))
3198 (build-system asdf-build-system/sbcl)
3199 (inputs
3200 `(("split-sequence" ,sbcl-split-sequence)))
3201 (arguments
3202 `(#:tests? #f
3203 #:asd-system-name "usocket"))
3204 (home-page "https://common-lisp.net/project/usocket/")
3205 (synopsis "Universal socket library for Common Lisp (server side)")
3206 (description
3207 "This library strives to provide a portable TCP/IP and UDP/IP socket
3208 interface for as many Common Lisp implementations as possible, while keeping
3209 the abstraction and portability layer as thin as possible.")
3210 (license license:expat)))
3211
3212 (define-public sbcl-usocket-server
3213 (package
3214 (inherit sbcl-usocket-boot0)
3215 (name "sbcl-usocket-server")
3216 (inputs
3217 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
3218 ("usocket" ,sbcl-usocket-boot0)))
3219 (arguments
3220 '(#:asd-system-name "usocket-server"))
3221 (synopsis "Universal socket library for Common Lisp (server side)")))
3222
3223 (define-public cl-usocket-server
3224 (sbcl-package->cl-source-package sbcl-usocket-server))
3225
3226 (define-public ecl-socket-server
3227 (sbcl-package->ecl-package sbcl-usocket-server))
3228
3229 (define-public sbcl-usocket
3230 (package
3231 (inherit sbcl-usocket-boot0)
3232 (name "sbcl-usocket")
3233 (arguments
3234 ;; FIXME: Tests need network access?
3235 `(#:tests? #f))
3236 (native-inputs
3237 ;; Testing only.
3238 `(("usocket-server" ,sbcl-usocket-server)
3239 ("rt" ,sbcl-rt)))))
3240
3241 (define-public cl-usocket
3242 (sbcl-package->cl-source-package sbcl-usocket))
3243
3244 (define-public ecl-usocket
3245 (sbcl-package->ecl-package sbcl-usocket))
3246
3247 (define-public sbcl-s-xml
3248 (package
3249 (name "sbcl-s-xml")
3250 (version "3")
3251 (source
3252 (origin
3253 (method url-fetch)
3254 (uri "https://common-lisp.net/project/s-xml/s-xml.tgz")
3255 (sha256
3256 (base32
3257 "061qcr0dzshsa38s5ma4ay924cwak2nq9gy59dw6v9p0qb58nzjf"))))
3258 (build-system asdf-build-system/sbcl)
3259 (home-page "https://common-lisp.net/project/s-xml/")
3260 (synopsis "Simple XML parser implemented in Common Lisp")
3261 (description
3262 "S-XML is a simple XML parser implemented in Common Lisp. This XML
3263 parser implementation has the following features:
3264
3265 @itemize
3266 @item It works (handling many common XML usages).
3267 @item It is very small (the core is about 700 lines of code, including
3268 comments and whitespace).
3269 @item It has a core API that is simple, efficient and pure functional, much
3270 like that from SSAX (see also http://ssax.sourceforge.net).
3271 @item It supports different DOM models: an XSML-based one, an LXML-based one
3272 and a classic xml-element struct based one.
3273 @item It is reasonably time and space efficient (internally avoiding garbage
3274 generatation as much as possible).
3275 @item It does support CDATA.
3276 @item It should support the same character sets as your Common Lisp
3277 implementation.
3278 @item It does support XML name spaces.
3279 @end itemize
3280
3281 This XML parser implementation has the following limitations:
3282
3283 @itemize
3284 @item It does not support any special tags (like processing instructions).
3285 @item It is not validating, even skips DTD's all together.
3286 @end itemize\n")
3287 (license license:lgpl3+)))
3288
3289 (define-public cl-s-xml
3290 (sbcl-package->cl-source-package sbcl-s-xml))
3291
3292 (define-public ecl-s-xml
3293 (sbcl-package->ecl-package sbcl-s-xml))
3294
3295 (define-public sbcl-s-xml-rpc
3296 (package
3297 (name "sbcl-s-xml-rpc")
3298 (version "7")
3299 (source
3300 (origin
3301 (method url-fetch)
3302 (uri "https://common-lisp.net/project/s-xml-rpc/s-xml-rpc.tgz")
3303 (sha256
3304 (base32
3305 "02z7k163d51v0pzk8mn1xb6h5s6x64gjqkslhwm3a5x26k2gfs11"))))
3306 (build-system asdf-build-system/sbcl)
3307 (inputs
3308 `(("s-xml" ,sbcl-s-xml)))
3309 (home-page "https://common-lisp.net/project/s-xml-rpc/")
3310 (synopsis "Implementation of XML-RPC in Common Lisp for both client and server")
3311 (description
3312 "S-XML-RPC is an implementation of XML-RPC in Common Lisp for both
3313 client and server.")
3314 (license license:lgpl3+)))
3315
3316 (define-public cl-s-xml-rpc
3317 (sbcl-package->cl-source-package sbcl-s-xml-rpc))
3318
3319 (define-public ecl-s-xml-rpc
3320 (sbcl-package->ecl-package sbcl-s-xml-rpc))
3321
3322 (define-public sbcl-trivial-clipboard
3323 (let ((commit "5af3415d1484e6d69a1b5c178f24680d9fd01796"))
3324 (package
3325 (name "sbcl-trivial-clipboard")
3326 (version (git-version "0.0.0.0" "2" commit))
3327 (source
3328 (origin
3329 (method git-fetch)
3330 (uri (git-reference
3331 (url "https://github.com/snmsts/trivial-clipboard")
3332 (commit commit)))
3333 (file-name (git-file-name "trivial-clipboard" version))
3334 (sha256
3335 (base32
3336 "1gb515z5yq6h5548pb1fwhmb0hhq1ssyb78pvxh4alq799xipxs9"))))
3337 (build-system asdf-build-system/sbcl)
3338 (inputs
3339 `(("xclip" ,xclip)))
3340 (native-inputs
3341 `(("fiveam" ,sbcl-fiveam)))
3342 (arguments
3343 `(#:phases
3344 (modify-phases %standard-phases
3345 (add-after 'unpack 'fix-paths
3346 (lambda* (#:key inputs #:allow-other-keys)
3347 (substitute* "src/text.lisp"
3348 (("\\(executable-find \"xclip\"\\)")
3349 (string-append "(executable-find \""
3350 (assoc-ref inputs "xclip")
3351 "/bin/xclip\")"))))))))
3352 (home-page "https://github.com/snmsts/trivial-clipboard")
3353 (synopsis "Access system clipboard in Common Lisp")
3354 (description
3355 "@command{trivial-clipboard} gives access to the system clipboard.")
3356 (license license:expat))))
3357
3358 (define-public cl-trivial-clipboard
3359 (sbcl-package->cl-source-package sbcl-trivial-clipboard))
3360
3361 (define-public ecl-trivial-clipboard
3362 (sbcl-package->ecl-package sbcl-trivial-clipboard))
3363
3364 (define-public sbcl-trivial-backtrace
3365 (let ((commit "ca81c011b86424a381a7563cea3b924f24e6fbeb")
3366 (revision "1"))
3367 (package
3368 (name "sbcl-trivial-backtrace")
3369 (version (git-version "0.0.0" revision commit))
3370 (source
3371 (origin
3372 (method git-fetch)
3373 (uri (git-reference
3374 (url "https://github.com/gwkkwg/trivial-backtrace.git")
3375 (commit commit)))
3376 (file-name (git-file-name "trivial-backtrace" version))
3377 (sha256
3378 (base32 "10p41p43skj6cimdg8skjy7372s8v2xpkg8djjy0l8rm45i654k1"))))
3379 (build-system asdf-build-system/sbcl)
3380 (inputs
3381 `(("sbcl-lift" ,sbcl-lift)))
3382 (arguments
3383 `(#:phases
3384 (modify-phases %standard-phases
3385 (add-after 'check 'delete-test-results
3386 (lambda* (#:key outputs #:allow-other-keys)
3387 (let ((test-results (string-append (assoc-ref outputs "out")
3388 "/share/common-lisp/"
3389 (%lisp-type) "-source"
3390 "/trivial-backtrace"
3391 "/test-results")))
3392 (when (file-exists? test-results)
3393 (delete-file-recursively test-results)))
3394 #t)))))
3395 (home-page "https://common-lisp.net/project/trivial-backtrace/")
3396 (synopsis "Portable simple API to work with backtraces in Common Lisp")
3397 (description
3398 "On of the many things that didn't quite get into the Common Lisp
3399 standard was how to get a Lisp to output its call stack when something has
3400 gone wrong. As such, each Lisp has developed its own notion of what to
3401 display, how to display it, and what sort of arguments can be used to
3402 customize it. @code{trivial-backtrace} is a simple solution to generating a
3403 backtrace portably.")
3404 (license license:expat))))
3405
3406 (define-public cl-trivial-backtrace
3407 (sbcl-package->cl-source-package sbcl-trivial-backtrace))
3408
3409 (define-public sbcl-rfc2388
3410 (let ((commit "591bcf7e77f2c222c43953a80f8c297751dc0c4e")
3411 (revision "1"))
3412 (package
3413 (name "sbcl-rfc2388")
3414 (version (git-version "0.0.0" revision commit))
3415 (source
3416 (origin
3417 (method git-fetch)
3418 (uri (git-reference
3419 (url "https://github.com/jdz/rfc2388.git")
3420 (commit commit)))
3421 (file-name (git-file-name "rfc2388" version))
3422 (sha256
3423 (base32 "0phh5n3clhl9ji8jaxrajidn22d3f0aq87mlbfkkxlnx2pnw694k"))))
3424 (build-system asdf-build-system/sbcl)
3425 (home-page "https://github.com/jdz/rfc2388/")
3426 (synopsis "An implementation of RFC 2388 in Common Lisp")
3427 (description
3428 "This package contains an implementation of RFC 2388, which is used to
3429 process form data posted with HTTP POST method using enctype
3430 \"multipart/form-data\".")
3431 (license license:bsd-2))))
3432
3433 (define-public cl-rfc2388
3434 (sbcl-package->cl-source-package sbcl-rfc2388))
3435
3436 (define-public sbcl-md5
3437 (package
3438 (name "sbcl-md5")
3439 (version "2.0.4")
3440 (source
3441 (origin
3442 (method url-fetch)
3443 (uri (string-append
3444 "https://github.com/pmai/md5/archive/release-" version ".tar.gz"))
3445 (sha256
3446 (base32 "19yl9n0pjdz5gw4qi711lka97xcd9f81ylg434hk7jwn9f2s6w11"))))
3447 (build-system asdf-build-system/sbcl)
3448 (home-page "https://github.com/pmai/md5")
3449 (synopsis
3450 "Common Lisp implementation of the MD5 Message-Digest Algorithm (RFC 1321)")
3451 (description
3452 "This package implements The MD5 Message-Digest Algorithm, as defined in
3453 RFC 1321 by R. Rivest, published April 1992.")
3454 (license license:public-domain)))
3455
3456 (define-public cl-md5
3457 (sbcl-package->cl-source-package sbcl-md5))
3458
3459 (define-public sbcl-cl+ssl
3460 (let ((commit "141ae91416bc40f1618dc07e48429b84388aa599")
3461 (revision "1"))
3462 (package
3463 (name "sbcl-cl+ssl")
3464 (version (git-version "0.0.0" revision commit))
3465 (source
3466 (origin
3467 (method git-fetch)
3468 (uri (git-reference
3469 (url "https://github.com/cl-plus-ssl/cl-plus-ssl.git")
3470 (commit commit)))
3471 (file-name (git-file-name "cl+ssl" version))
3472 (sha256
3473 (base32 "1s0hg1h9sf8q89v0yrxmzg5f5sng29rgx3n21r9h9yql8351myan"))))
3474 (build-system asdf-build-system/sbcl)
3475 (arguments
3476 '(#:phases
3477 (modify-phases %standard-phases
3478 (add-after 'unpack 'fix-paths
3479 (lambda* (#:key inputs #:allow-other-keys)
3480 (substitute* "src/reload.lisp"
3481 (("libssl.so" all)
3482 (string-append
3483 (assoc-ref inputs "openssl") "/lib/" all))))))))
3484 (inputs
3485 `(("openssl" ,openssl)
3486 ("sbcl-cffi" ,sbcl-cffi)
3487 ("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
3488 ("sbcl-flexi-streams" ,sbcl-flexi-streams)
3489 ("sbcl-bordeaux-threads" ,sbcl-bordeaux-threads)
3490 ("sbcl-trivial-garbage" ,sbcl-trivial-garbage)
3491 ("sbcl-alexandria" ,sbcl-alexandria)
3492 ("sbcl-trivial-features" ,sbcl-trivial-features)))
3493 (home-page "http://common-lisp.net/project/cl-plus-ssl/")
3494 (synopsis "Common Lisp bindings to OpenSSL")
3495 (description
3496 "This library is a fork of SSL-CMUCL. The original SSL-CMUCL source
3497 code was written by Eric Marsden and includes contributions by Jochen Schmidt.
3498 Development into CL+SSL was done by David Lichteblau.")
3499 (license license:expat))))
3500
3501 (define-public cl-cl+ssl
3502 (sbcl-package->cl-source-package sbcl-cl+ssl))
3503
3504 (define-public sbcl-kmrcl
3505 (let ((version "1.109.0")
3506 (commit "5260068b2eb735af6796740c2db4955afac21636")
3507 (revision "1"))
3508 (package
3509 (name "sbcl-kmrcl")
3510 (version (git-version version revision commit))
3511 (source
3512 (origin
3513 (method git-fetch)
3514 (uri (git-reference
3515 (url "http://git.kpe.io/kmrcl.git/")
3516 (commit commit)))
3517 (file-name (git-file-name name version))
3518 (sha256
3519 (base32 "1va7xjgzfv674bpsli674i7zj3f7wg5kxic41kz18r6hh4n52dfv"))))
3520 (build-system asdf-build-system/sbcl)
3521 (arguments
3522 ;; Tests fail with: :FORCE and :FORCE-NOT arguments not allowed in a
3523 ;; nested call to ASDF/OPERATE:OPERATE unless identically to toplevel
3524 '(#:tests? #f))
3525 (inputs
3526 `(("sbcl-rt" ,sbcl-rt)))
3527 (home-page "http://files.kpe.io/kmrcl/")
3528 (synopsis "General utilities for Common Lisp programs")
3529 (description
3530 "KMRCL is a collection of utilities used by a number of Kevin
3531 Rosenberg's CL packages.")
3532 (license license:llgpl))))
3533
3534 (define-public cl-kmrcl
3535 (sbcl-package->cl-source-package sbcl-kmrcl))
3536
3537 (define-public sbcl-cl-base64
3538 (let ((version "3.3.3"))
3539 (package
3540 (name "sbcl-cl-base64")
3541 (version version)
3542 (source
3543 (origin
3544 (method git-fetch)
3545 (uri (git-reference
3546 (url "http://git.kpe.io/cl-base64.git")
3547 (commit (string-append "v" version))))
3548 (file-name (git-file-name "cl-base64" version))
3549 (sha256
3550 (base32 "1dw6j7n6gsd2qa0p0rbsjxj00acxx3i9ca1qkgl0liy8lpnwkypl"))))
3551 (build-system asdf-build-system/sbcl)
3552 (arguments
3553 ;; Tests fail with: :FORCE and :FORCE-NOT arguments not allowed
3554 ;; in a nested call to ASDF/OPERATE:OPERATE unless identically
3555 ;; to toplevel
3556 '(#:tests? #f))
3557 (inputs
3558 `(("sbcl-ptester" ,sbcl-ptester)
3559 ("sbcl-kmrcl" ,sbcl-kmrcl)))
3560 (home-page "http://files.kpe.io/cl-base64/")
3561 (synopsis
3562 "Common Lisp package to encode and decode base64 with URI support")
3563 (description
3564 "This package provides highly optimized base64 encoding and decoding.
3565 Besides conversion to and from strings, integer conversions are supported.
3566 Encoding with Uniform Resource Identifiers is supported by using a modified
3567 encoding table that uses only URI-compatible characters.")
3568 (license license:bsd-3))))
3569
3570 (define-public cl-base64
3571 (sbcl-package->cl-source-package sbcl-cl-base64))
3572
3573 (define-public sbcl-chunga
3574 (package
3575 (name "sbcl-chunga")
3576 (version "1.1.7")
3577 (source
3578 (origin
3579 (method git-fetch)
3580 (uri (git-reference
3581 (url "https://github.com/edicl/chunga.git")
3582 (commit (string-append "v" version))))
3583 (file-name (git-file-name name version))
3584 (sha256
3585 (base32 "0jzn3nyb3f22gm983rfk99smqs3mhb9ivjmasvhq9qla5cl9pyhd"))))
3586 (build-system asdf-build-system/sbcl)
3587 (inputs
3588 `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)))
3589 (home-page "https://edicl.github.io/chunga/")
3590 (synopsis "Portable chunked streams for Common Lisp")
3591 (description
3592 "Chunga implements streams capable of chunked encoding on demand as
3593 defined in RFC 2616.")
3594 (license license:bsd-2)))
3595
3596 (define-public cl-chunga
3597 (sbcl-package->cl-source-package sbcl-chunga))
3598
3599 (define-public sbcl-cl-who
3600 (let ((version "1.1.4")
3601 (commit "2c08caa4bafba720409af9171feeba3f32e86d32")
3602 (revision "1"))
3603 (package
3604 (name "sbcl-cl-who")
3605 (version (git-version version revision commit))
3606 (source
3607 (origin
3608 (method git-fetch)
3609 (uri (git-reference
3610 (url "https://github.com/edicl/cl-who.git")
3611 (commit commit)))
3612 (file-name (git-file-name name version))
3613 (sha256
3614 (base32
3615 "0yjb6sr3yazm288m318kqvj9xk8rm9n1lpimgf65ymqv0i5agxsb"))))
3616 (build-system asdf-build-system/sbcl)
3617 (native-inputs
3618 `(("sbcl-flexi-streams" ,sbcl-flexi-streams)))
3619 (home-page "https://edicl.github.io/cl-who/")
3620 (synopsis "Yet another Lisp markup language")
3621 (description
3622 "There are plenty of Lisp Markup Languages out there - every Lisp
3623 programmer seems to write at least one during his career - and CL-WHO (where
3624 WHO means \"with-html-output\" for want of a better acronym) is probably just
3625 as good or bad as the next one.")
3626 (license license:bsd-2))))
3627
3628 (define-public cl-cl-who
3629 (sbcl-package->cl-source-package sbcl-cl-who))
3630
3631 (define-public sbcl-chipz
3632 (let ((version "0.8")
3633 (commit "75dfbc660a5a28161c57f115adf74c8a926bfc4d")
3634 (revision "1"))
3635 (package
3636 (name "sbcl-chipz")
3637 (version (git-version version revision commit))
3638 (source
3639 (origin
3640 (method git-fetch)
3641 (uri (git-reference
3642 (url "https://github.com/froydnj/chipz.git")
3643 (commit commit)))
3644 (file-name (git-file-name name version))
3645 (sha256
3646 (base32
3647 "0plx4rs39zbs4gjk77h4a2q11zpy75fh9v8hnxrvsf8fnakajhwg"))))
3648 (build-system asdf-build-system/sbcl)
3649 (native-inputs
3650 `(("sbcl-flexi-streams" ,sbcl-flexi-streams)))
3651 (home-page "http://method-combination.net/lisp/chipz/")
3652 (synopsis
3653 "Common Lisp library for decompressing deflate, zlib, gzip, and bzip2
3654 data")
3655 (description
3656 "DEFLATE data, defined in RFC1951, forms the core of popular
3657 compression formats such as zlib (RFC 1950) and gzip (RFC 1952). As such,
3658 Chipz also provides for decompressing data in those formats as well. BZIP2 is
3659 the format used by the popular compression tool bzip2.")
3660 ;; The author describes it as "MIT-like"
3661 (license license:expat))))
3662
3663 (define-public cl-chipz
3664 (sbcl-package->cl-source-package sbcl-chipz))
3665
3666 (define-public sbcl-drakma
3667 (package
3668 (name "sbcl-drakma")
3669 (version "2.0.7")
3670 (source
3671 (origin
3672 (method git-fetch)
3673 (uri (git-reference
3674 (url "https://github.com/edicl/drakma.git")
3675 (commit (string-append "v" version))))
3676 (file-name (git-file-name name version))
3677 (sha256
3678 (base32
3679 "1441idnyif9xzx3ln1p3fg36k2v9h4wasjqrzc8y52j61420qpci"))))
3680 (build-system asdf-build-system/sbcl)
3681 (inputs
3682 `(("sbcl-puri" ,sbcl-puri)
3683 ("sbcl-cl-base64" ,sbcl-cl-base64)
3684 ("sbcl-chunga" ,sbcl-chunga)
3685 ("sbcl-flexi-streams" ,sbcl-flexi-streams)
3686 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
3687 ("sbcl-chipz" ,sbcl-chipz)
3688 ("sbcl-usocket" ,sbcl-usocket)
3689 ("sbcl-cl+ssl" ,sbcl-cl+ssl)))
3690 (native-inputs
3691 `(("sbcl-fiveam" ,sbcl-fiveam)))
3692 (home-page "https://edicl.github.io/drakma/")
3693 (synopsis "HTTP client written in Common Lisp")
3694 (description
3695 "Drakma is a full-featured HTTP client implemented in Common Lisp. It
3696 knows how to handle HTTP/1.1 chunking, persistent connections, re-usable
3697 sockets, SSL, continuable uploads, file uploads, cookies, and more.")
3698 (license license:bsd-2)))
3699
3700 (define-public cl-drakma
3701 (sbcl-package->cl-source-package sbcl-drakma))
3702
3703 (define-public ecl-drakma
3704 (sbcl-package->ecl-package sbcl-drakma))
3705
3706 (define-public sbcl-hunchentoot
3707 (package
3708 (name "sbcl-hunchentoot")
3709 (version "1.2.38")
3710 (source
3711 (origin
3712 (method git-fetch)
3713 (uri (git-reference
3714 (url "https://github.com/edicl/hunchentoot.git")
3715 (commit (string-append "v" version))))
3716 (file-name (git-file-name "hunchentoot" version))
3717 (sha256
3718 (base32 "1anpcad7w045m4rsjs1f3xdhjwx5cppq1h0vlb3q7dz81fi3i6yq"))))
3719 (build-system asdf-build-system/sbcl)
3720 (native-inputs
3721 `(("sbcl-cl-who" ,sbcl-cl-who)
3722 ("sbcl-drakma" ,sbcl-drakma)))
3723 (inputs
3724 `(("sbcl-chunga" ,sbcl-chunga)
3725 ("sbcl-cl-base64" ,sbcl-cl-base64)
3726 ("sbcl-cl-fad" ,sbcl-cl-fad)
3727 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
3728 ("sbcl-flexi-streams" ,sbcl-flexi-streams)
3729 ("sbcl-cl+ssl" ,sbcl-cl+ssl)
3730 ("sbcl-md5" ,sbcl-md5)
3731 ("sbcl-rfc2388" ,sbcl-rfc2388)
3732 ("sbcl-trivial-backtrace" ,sbcl-trivial-backtrace)
3733 ("sbcl-usocket" ,sbcl-usocket)))
3734 (home-page "https://edicl.github.io/hunchentoot/")
3735 (synopsis "Web server written in Common Lisp")
3736 (description
3737 "Hunchentoot is a web server written in Common Lisp and at the same
3738 time a toolkit for building dynamic websites. As a stand-alone web server,
3739 Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent
3740 connections (keep-alive), and SSL.")
3741 (license license:bsd-2)))
3742
3743 (define-public cl-hunchentoot
3744 (sbcl-package->cl-source-package sbcl-hunchentoot))
3745
3746 (define-public sbcl-trivial-types
3747 (package
3748 (name "sbcl-trivial-types")
3749 (version "0.0.1")
3750 (source
3751 (origin
3752 (method git-fetch)
3753 (uri (git-reference
3754 (url "https://github.com/m2ym/trivial-types.git")
3755 (commit "ee869f2b7504d8aa9a74403641a5b42b16f47d88")))
3756 (file-name (git-file-name name version))
3757 (sha256
3758 (base32 "1s4cp9bdlbn8447q7w7f1wkgwrbvfzp20mgs307l5pxvdslin341"))))
3759 (build-system asdf-build-system/sbcl)
3760 (home-page "https://github.com/m2ym/trivial-types")
3761 (synopsis "Trivial type definitions for Common Lisp")
3762 (description
3763 "TRIVIAL-TYPES provides missing but important type definitions such as
3764 PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.")
3765 (license license:llgpl)))
3766
3767 (define-public cl-trivial-types
3768 (sbcl-package->cl-source-package sbcl-trivial-types))
3769
3770 (define-public sbcl-cl-syntax
3771 (package
3772 (name "sbcl-cl-syntax")
3773 (version "0.0.3")
3774 (source
3775 (origin
3776 (method git-fetch)
3777 (uri (git-reference
3778 (url "https://github.com/m2ym/cl-syntax.git")
3779 (commit "03f0c329bbd55b8622c37161e6278366525e2ccc")))
3780 (file-name (git-file-name "cl-syntax" version))
3781 (sha256
3782 (base32 "17ran8xp77asagl31xv8w819wafh6whwfc9p6dgx22ca537gyl4y"))))
3783 (build-system asdf-build-system/sbcl)
3784 (arguments
3785 '(#:asd-file "cl-syntax.asd"
3786 #:asd-system-name "cl-syntax"))
3787 (inputs `(("sbcl-trivial-types" ,sbcl-trivial-types)
3788 ("sbcl-named-readtables" ,sbcl-named-readtables)))
3789 (home-page "https://github.com/m2ym/cl-syntax")
3790 (synopsis "Reader Syntax Coventions for Common Lisp and SLIME")
3791 (description
3792 "CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and SLIME.")
3793 (license license:llgpl)))
3794
3795 (define-public cl-syntax
3796 (sbcl-package->cl-source-package sbcl-cl-syntax))
3797
3798 (define-public sbcl-cl-annot
3799 (let ((commit "c99e69c15d935eabc671b483349a406e0da9518d")
3800 (revision "1"))
3801 (package
3802 (name "sbcl-cl-annot")
3803 (version (git-version "0.0.0" revision commit))
3804 (source
3805 (origin
3806 (method git-fetch)
3807 (uri (git-reference
3808 (url "https://github.com/m2ym/cl-annot.git")
3809 (commit commit)))
3810 (file-name (git-file-name name version))
3811 (sha256
3812 (base32 "1wq1gs9jjd5m6iwrv06c2d7i5dvqsfjcljgbspfbc93cg5xahk4n"))))
3813 (build-system asdf-build-system/sbcl)
3814 (arguments
3815 '(#:asd-file "cl-annot.asd"
3816 #:asd-system-name "cl-annot"))
3817 (inputs
3818 `(("sbcl-alexandria" ,sbcl-alexandria)))
3819 (home-page "https://github.com/m2ym/cl-annot")
3820 (synopsis "Python-like Annotation Syntax for Common Lisp.")
3821 (description
3822 "@code{cl-annot} is an general annotation library for Common Lisp.")
3823 (license license:llgpl))))
3824
3825 (define-public cl-annot
3826 (sbcl-package->cl-source-package sbcl-cl-annot))
3827
3828 (define-public sbcl-cl-syntax-annot
3829 (package
3830 (name "sbcl-cl-syntax-annot")
3831 (version "0.0.3")
3832 (source
3833 (origin
3834 (method git-fetch)
3835 (uri (git-reference
3836 (url "https://github.com/m2ym/cl-syntax.git")
3837 (commit "03f0c329bbd55b8622c37161e6278366525e2ccc")))
3838 (file-name (git-file-name name version))
3839 (sha256
3840 (base32 "17ran8xp77asagl31xv8w819wafh6whwfc9p6dgx22ca537gyl4y"))))
3841 (build-system asdf-build-system/sbcl)
3842 (arguments
3843 '(#:asd-file "cl-syntax-annot.asd"
3844 #:asd-system-name "cl-syntax-annot"))
3845 (inputs
3846 `(("sbcl-cl-syntax" ,sbcl-cl-syntax)
3847 ("sbcl-cl-annot" ,sbcl-cl-annot)))
3848 (home-page "https://github.com/m2ym/cl-syntax")
3849 (synopsis "Reader Syntax Coventions for Common Lisp and SLIME")
3850 (description
3851 "CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and
3852 SLIME.")
3853 (license license:llgpl)))
3854
3855 (define-public cl-syntax-annot
3856 (sbcl-package->cl-source-package sbcl-cl-syntax-annot))
3857
3858 (define-public sbcl-cl-utilities
3859 (let ((commit "dce2d2f6387091ea90357a130fa6d13a6776884b")
3860 (revision "1"))
3861 (package
3862 (name "sbcl-cl-utilities")
3863 (version (git-version "0.0.0" revision commit))
3864 (source
3865 (origin
3866 (method url-fetch)
3867 (uri
3868 (string-append
3869 "https://gitlab.common-lisp.net/cl-utilities/cl-utilities/-/"
3870 "archive/" commit "/cl-utilities-" commit ".tar.gz"))
3871 (sha256
3872 (base32 "1r46v730yf96nk2vb24qmagv9x96xvd08abqwhf02ghgydv1a7z2"))))
3873 (build-system asdf-build-system/sbcl)
3874 (arguments
3875 '(#:asd-file "cl-utilities.asd"
3876 #:asd-system-name "cl-utilities"
3877 #:phases
3878 (modify-phases %standard-phases
3879 (add-after 'unpack 'fix-paths
3880 (lambda* (#:key inputs #:allow-other-keys)
3881 (substitute* "rotate-byte.lisp"
3882 (("in-package :cl-utilities)" all)
3883 "in-package :cl-utilities)\n\n#+sbcl\n(require :sb-rotate-byte)")))))))
3884 (home-page "http://common-lisp.net/project/cl-utilities")
3885 (synopsis "A collection of semi-standard utilities")
3886 (description
3887 "On Cliki.net <http://www.cliki.net/Common%20Lisp%20Utilities>, there
3888 is a collection of Common Lisp Utilities, things that everybody writes since
3889 they're not part of the official standard. There are some very useful things
3890 there; the only problems are that they aren't implemented as well as you'd
3891 like (some aren't implemented at all) and they aren't conveniently packaged
3892 and maintained. It takes quite a bit of work to carefully implement utilities
3893 for common use, commented and documented, with error checking placed
3894 everywhere some dumb user might make a mistake.")
3895 (license license:public-domain))))
3896
3897 (define-public cl-utilities
3898 (sbcl-package->cl-source-package sbcl-cl-utilities))
3899
3900 (define-public sbcl-map-set
3901 (let ((commit "7b4b545b68b8")
3902 (revision "1"))
3903 (package
3904 (name "sbcl-map-set")
3905 (version (git-version "0.0.0" revision commit))
3906 (source
3907 (origin
3908 (method url-fetch)
3909 (uri (string-append
3910 "https://bitbucket.org/tarballs_are_good/map-set/get/"
3911 commit ".tar.gz"))
3912 (sha256
3913 (base32 "1sx5j5qdsy5fklspfammwb16kjrhkggdavm922a9q86jm5l0b239"))))
3914 (build-system asdf-build-system/sbcl)
3915 (home-page "https://bitbucket.org/tarballs_are_good/map-set")
3916 (synopsis "Set-like data structure")
3917 (description
3918 "Implementation of a set-like data structure with constant time
3919 addition, removal, and random selection.")
3920 (license license:bsd-3))))
3921
3922 (define-public cl-map-set
3923 (sbcl-package->cl-source-package sbcl-map-set))
3924
3925 (define-public sbcl-quri
3926 (let ((commit "76b75103f21ead092c9f715512fa82441ef61185")
3927 (revision "1"))
3928 (package
3929 (name "sbcl-quri")
3930 (version (git-version "0.1.0" revision commit))
3931 (source
3932 (origin
3933 (method git-fetch)
3934 (uri (git-reference
3935 (url "https://github.com/fukamachi/quri.git")
3936 (commit commit)))
3937 (file-name (git-file-name name version))
3938 (sha256
3939 (base32 "1ccbxsgzdibmzq33mmbmmz9vwl6l03xh6nbpsh1hkdvdcl7q0a60"))))
3940 (build-system asdf-build-system/sbcl)
3941 (arguments
3942 ;; Tests fail with: Component QURI-ASD::QURI-TEST not found,
3943 ;; required by #<SYSTEM "quri">. Why?
3944 '(#:tests? #f))
3945 (native-inputs `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
3946 ("sbcl-prove" ,sbcl-prove)))
3947 (inputs `(("sbcl-babel" ,sbcl-babel)
3948 ("sbcl-split-sequence" ,sbcl-split-sequence)
3949 ("sbcl-cl-utilities" ,sbcl-cl-utilities)
3950 ("sbcl-alexandria" ,sbcl-alexandria)))
3951 (home-page "https://github.com/fukamachi/quri")
3952 (synopsis "Yet another URI library for Common Lisp")
3953 (description
3954 "QURI (pronounced \"Q-ree\") is yet another URI library for Common
3955 Lisp. It is intended to be a replacement of PURI.")
3956 (license license:bsd-3))))
3957
3958 (define-public cl-quri
3959 (sbcl-package->cl-source-package sbcl-quri))
3960
3961 (define-public sbcl-myway
3962 (let ((commit "286230082a11f879c18b93f17ca571c5f676bfb7")
3963 (revision "1"))
3964 (package
3965 (name "sbcl-myway")
3966 (version (git-version "0.1.0" revision commit))
3967 (source
3968 (origin
3969 (method git-fetch)
3970 (uri (git-reference
3971 (url "https://github.com/fukamachi/myway.git")
3972 (commit commit)))
3973 (file-name (git-file-name "myway" version))
3974 (sha256
3975 (base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90"))))
3976 (build-system asdf-build-system/sbcl)
3977 (arguments
3978 ;; Tests fail with: Component MYWAY-ASD::MYWAY-TEST not found, required
3979 ;; by #<SYSTEM "myway">. Why?
3980 '(#:tests? #f))
3981 (native-inputs
3982 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
3983 ("sbcl-prove" ,sbcl-prove)))
3984 (inputs
3985 `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
3986 ("sbcl-quri" ,sbcl-quri)
3987 ("sbcl-map-set" ,sbcl-map-set)))
3988 (home-page "https://github.com/fukamachi/myway")
3989 (synopsis "Sinatra-compatible URL routing library for Common Lisp")
3990 (description "My Way is a Sinatra-compatible URL routing library.")
3991 (license license:llgpl))))
3992
3993 (define-public cl-myway
3994 (sbcl-package->cl-source-package sbcl-myway))
3995
3996 (define-public sbcl-xsubseq
3997 (let ((commit "5ce430b3da5cda3a73b9cf5cee4df2843034422b")
3998 (revision "1"))
3999 (package
4000 (name "sbcl-xsubseq")
4001 (version (git-version "0.0.1" revision commit))
4002 (source
4003 (origin
4004 (method git-fetch)
4005 (uri (git-reference
4006 (url "https://github.com/fukamachi/xsubseq")
4007 (commit commit)))
4008 (file-name (git-file-name name version))
4009 (sha256
4010 (base32 "1xz79q0p2mclf3sqjiwf6izdpb6xrsr350bv4mlmdlm6rg5r99px"))))
4011 (build-system asdf-build-system/sbcl)
4012 (arguments
4013 ;; Tests fail with: Component XSUBSEQ-ASD::XSUBSEQ-TEST not found,
4014 ;; required by #<SYSTEM "xsubseq">. Why?
4015 '(#:tests? #f))
4016 (native-inputs
4017 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4018 ("sbcl-prove" ,sbcl-prove)))
4019 (home-page "https://github.com/fukamachi/xsubseq")
4020 (synopsis "Efficient way to use \"subseq\"s in Common Lisp")
4021 (description
4022 "XSubseq provides functions to be able to handle \"subseq\"s more
4023 effieiently.")
4024 (license license:bsd-2))))
4025
4026 (define-public cl-xsubseq
4027 (sbcl-package->cl-source-package sbcl-xsubseq))
4028
4029 (define-public sbcl-smart-buffer
4030 (let ((commit "09b9a9a0b3abaa37abe9a730f5aac2643dca4e62")
4031 (revision "1"))
4032 (package
4033 (name "sbcl-smart-buffer")
4034 (version (git-version "0.0.1" revision commit))
4035 (source
4036 (origin
4037 (method git-fetch)
4038 (uri (git-reference
4039 (url "https://github.com/fukamachi/smart-buffer")
4040 (commit commit)))
4041 (file-name (git-file-name name version))
4042 (sha256
4043 (base32 "0qz1zzxx0wm5ff7gpgsq550a59p0qj594zfmm2rglj97dahj54l7"))))
4044 (build-system asdf-build-system/sbcl)
4045 (arguments
4046 ;; Tests fail with: Component SMART-BUFFER-ASD::SMART-BUFFER-TEST not
4047 ;; found, required by #<SYSTEM "smart-buffer">. Why?
4048 `(#:tests? #f))
4049 (native-inputs
4050 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4051 ("sbcl-prove" ,sbcl-prove)))
4052 (inputs
4053 `(("sbcl-xsubseq" ,sbcl-xsubseq)
4054 ("sbcl-flexi-streams" ,sbcl-flexi-streams)))
4055 (home-page "https://github.com/fukamachi/smart-buffer")
4056 (synopsis "Smart octets buffer")
4057 (description
4058 "Smart-buffer provides an output buffer which changes the destination
4059 depending on content size.")
4060 (license license:bsd-3))))
4061
4062 (define-public cl-smart-buffer
4063 (sbcl-package->cl-source-package sbcl-smart-buffer))
4064
4065 (define-public sbcl-fast-http
4066 (let ((commit "f9e7597191bae380503e20724fd493a24d024935")
4067 (revision "1"))
4068 (package
4069 (name "sbcl-fast-http")
4070 (version (git-version "0.2.0" revision commit))
4071 (source
4072 (origin
4073 (method git-fetch)
4074 (uri (git-reference
4075 (url "https://github.com/fukamachi/fast-http")
4076 (commit commit)))
4077 (file-name (git-file-name name version))
4078 (sha256
4079 (base32 "0qdmwv2zm0sizxdb8nnclgwl0nfjcbjaimbakavikijw7lr9b4jp"))))
4080 (build-system asdf-build-system/sbcl)
4081 (arguments
4082 ;; Tests fail with: Component FAST-HTTP-ASD::FAST-HTTP-TEST not found,
4083 ;; required by #<SYSTEM "fast-http">. Why?
4084 `(#:tests? #f))
4085 (native-inputs
4086 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4087 ("sbcl-prove" ,sbcl-prove)))
4088 (inputs
4089 `(("sbcl-alexandria" ,sbcl-alexandria)
4090 ("sbcl-proc-parse" ,sbcl-proc-parse)
4091 ("sbcl-xsubseq" ,sbcl-xsubseq)
4092 ("sbcl-smart-buffer" ,sbcl-smart-buffer)
4093 ("sbcl-cl-utilities" ,sbcl-cl-utilities)))
4094 (home-page "https://github.com/fukamachi/fast-http")
4095 (synopsis "HTTP request/response parser for Common Lisp")
4096 (description
4097 "@code{fast-http} is a HTTP request/response protocol parser for Common
4098 Lisp.")
4099 ;; Author specified the MIT license
4100 (license license:expat))))
4101
4102 (define-public cl-fast-http
4103 (sbcl-package->cl-source-package sbcl-fast-http))
4104
4105 (define-public sbcl-static-vectors
4106 (package
4107 (name "sbcl-static-vectors")
4108 (version "1.8.4")
4109 (source
4110 (origin
4111 (method git-fetch)
4112 (uri (git-reference
4113 (url "https://github.com/sionescu/static-vectors.git")
4114 (commit (string-append "v" version))))
4115 (file-name (git-file-name name version))
4116 (sha256
4117 (base32 "0qvf9z6bhwhm8n45fjwkm7j8dcb58szfvndky65cyn4lpdval7m1"))))
4118 (native-inputs
4119 `(("sbcl-fiveam" ,sbcl-fiveam)))
4120 (inputs
4121 `(("sbcl-cffi-grovel" ,sbcl-cffi-grovel)
4122 ("sbcl-cffi" ,sbcl-cffi)))
4123 (build-system asdf-build-system/sbcl)
4124 (home-page "https://github.com/sionescu/static-vectors")
4125 (synopsis "Allocate SIMPLE-ARRAYs in static memory")
4126 (description
4127 "With @code{static-vectors}, you can create vectors allocated in static
4128 memory.")
4129 (license license:expat)))
4130
4131 (define-public cl-static-vectors
4132 (sbcl-package->cl-source-package sbcl-static-vectors))
4133
4134 (define-public ecl-static-vectors
4135 (sbcl-package->ecl-package sbcl-static-vectors))
4136
4137 (define-public sbcl-marshal
4138 (let ((commit "eff1b15f2b0af2f26f71ad6a4dd5c4beab9299ec")
4139 (revision "1"))
4140 (package
4141 (name "sbcl-marshal")
4142 (version (git-version "1.3.0" revision commit))
4143 (source
4144 (origin
4145 (method git-fetch)
4146 (uri (git-reference
4147 (url "https://github.com/wlbr/cl-marshal.git")
4148 (commit commit)))
4149 (file-name (git-file-name name version))
4150 (sha256
4151 (base32 "08qs6fhk38xpkkjkpcj92mxx0lgy4ygrbbzrmnivdx281syr0gwh"))))
4152 (build-system asdf-build-system/sbcl)
4153 (home-page "https://github.com/wlbr/cl-marshal")
4154 (synopsis "Simple (de)serialization of Lisp datastructures")
4155 (description
4156 "Simple and fast marshalling of Lisp datastructures. Convert any object
4157 into a string representation, put it on a stream an revive it from there.
4158 Only minimal changes required to make your CLOS objects serializable.")
4159 (license license:expat))))
4160
4161 (define-public cl-marshal
4162 (sbcl-package->cl-source-package sbcl-marshal))
4163
4164 (define-public sbcl-checkl
4165 (let ((commit "80328800d047fef9b6e32dfe6bdc98396aee3cc9")
4166 (revision "1"))
4167 (package
4168 (name "sbcl-checkl")
4169 (version (git-version "0.0.0" revision commit))
4170 (source
4171 (origin
4172 (method git-fetch)
4173 (uri (git-reference
4174 (url "https://github.com/rpav/CheckL.git")
4175 (commit commit)))
4176 (file-name (git-file-name name version))
4177 (sha256
4178 (base32 "0bpisihx1gay44xmyr1dmhlwh00j0zzi04rp9fy35i95l2r4xdlx"))))
4179 (build-system asdf-build-system/sbcl)
4180 (arguments
4181 ;; Error while trying to load definition for system checkl-test from
4182 ;; pathname [...]/checkl-test.asd: The function CHECKL:DEFINE-TEST-OP
4183 ;; is undefined.
4184 '(#:tests? #f))
4185 (native-inputs
4186 `(("sbcl-fiveam" ,sbcl-fiveam)))
4187 (inputs
4188 `(("sbcl-marshal" ,sbcl-marshal)))
4189 (home-page "https://github.com/rpav/CheckL/")
4190 (synopsis "Dynamic testing for Common Lisp")
4191 (description
4192 "CheckL lets you write tests dynamically, it checks resulting values
4193 against the last run.")
4194 ;; The author specifies both LLGPL and "BSD", but the "BSD" license
4195 ;; isn't specified anywhere, so I don't know which kind. LLGPL is the
4196 ;; stronger of the two and so I think only listing this should suffice.
4197 (license license:llgpl))))
4198
4199 (define-public cl-checkl
4200 (sbcl-package->cl-source-package sbcl-checkl))
4201
4202 (define-public sbcl-fast-io
4203 (let ((commit "dc3a71db7e9b756a88781ae9c342fe9d4bbab51c")
4204 (revision "1"))
4205 (package
4206 (name "sbcl-fast-io")
4207 (version (git-version "1.0.0" revision commit))
4208 (source
4209 (origin
4210 (method git-fetch)
4211 (uri (git-reference
4212 (url "https://github.com/rpav/fast-io.git")
4213 (commit commit)))
4214 (file-name (git-file-name name version))
4215 (sha256
4216 (base32 "1jsp6xvi26ln6fdy5j5zi05xvan8jsqdhisv552dy6xg6ws8i1yq"))))
4217 (build-system asdf-build-system/sbcl)
4218 (arguments
4219 ;; Error while trying to load definition for system fast-io-test from
4220 ;; pathname [...]/fast-io-test.asd: The function CHECKL:DEFINE-TEST-OP
4221 ;; is undefined.
4222 '(#:tests? #f))
4223 (native-inputs
4224 `(("sbcl-fiveam" ,sbcl-fiveam)
4225 ("sbcl-checkl" ,sbcl-checkl)))
4226 (inputs
4227 `(("sbcl-alexandria" ,sbcl-alexandria)
4228 ("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
4229 ("sbcl-static-vectors" ,sbcl-static-vectors)))
4230 (home-page "https://github.com/rpav/fast-io")
4231 (synopsis "Fast octet-vector/stream I/O for Common Lisp")
4232 (description
4233 "Fast-io is about improving performance to octet-vectors and octet
4234 streams (though primarily the former, while wrapping the latter).")
4235 ;; Author specifies this as NewBSD which is an alias
4236 (license license:bsd-3))))
4237
4238 (define-public cl-fast-io
4239 (sbcl-package->cl-source-package sbcl-fast-io))
4240
4241 (define-public sbcl-jonathan
4242 (let ((commit "1f448b4f7ac8265e56e1c02b32ce383e65316300")
4243 (revision "1"))
4244 (package
4245 (name "sbcl-jonathan")
4246 (version (git-version "0.1.0" revision commit))
4247 (source
4248 (origin
4249 (method git-fetch)
4250 (uri (git-reference
4251 (url "https://github.com/Rudolph-Miller/jonathan.git")
4252 (commit commit)))
4253 (file-name (git-file-name name version))
4254 (sha256
4255 (base32 "14x4iwz3mbag5jzzzr4sb6ai0m9r4q4kyypbq32jmsk2dx1hi807"))))
4256 (build-system asdf-build-system/sbcl)
4257 (arguments
4258 ;; Tests fail with: Component JONATHAN-ASD::JONATHAN-TEST not found,
4259 ;; required by #<SYSTEM "jonathan">. Why?
4260 `(#:tests? #f))
4261 (native-inputs
4262 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4263 ("sbcl-prove" ,sbcl-prove)))
4264 (inputs
4265 `(("sbcl-cl-syntax" ,sbcl-cl-syntax)
4266 ("sbcl-cl-syntax-annot" ,sbcl-cl-syntax-annot)
4267 ("sbcl-fast-io" ,sbcl-fast-io)
4268 ("sbcl-proc-parse" ,sbcl-proc-parse)
4269 ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)))
4270 (home-page "http://rudolph-miller.github.io/jonathan/overview.html")
4271 (synopsis "JSON encoder and decoder")
4272 (description
4273 "High performance JSON encoder and decoder. Currently support: SBCL,
4274 CCL.")
4275 ;; Author specifies the MIT license
4276 (license license:expat))))
4277
4278 (define-public cl-jonathan
4279 (sbcl-package->cl-source-package sbcl-jonathan))
4280
4281 (define-public sbcl-http-body
4282 (let ((commit "dd01dc4f5842e3d29728552e5163acce8386eb73")
4283 (revision "1"))
4284 (package
4285 (name "sbcl-http-body")
4286 (version (git-version "0.1.0" revision commit))
4287 (source
4288 (origin
4289 (method git-fetch)
4290 (uri (git-reference
4291 (url "https://github.com/fukamachi/http-body")
4292 (commit commit)))
4293 (file-name (git-file-name name version))
4294 (sha256
4295 (base32 "1jd06snjvxcprhapgfq8sx0y5lrldkvhf206ix6d5a23dd6zcmr0"))))
4296 (build-system asdf-build-system/sbcl)
4297 (arguments
4298 ;; Tests fail with: Component HTTP-BODY-ASD::HTTP-BODY-TEST not
4299 ;; found, required by #<SYSTEM "http-body">. Why?
4300 `(#:tests? #f))
4301 (native-inputs
4302 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4303 ("sbcl-prove" ,sbcl-prove)))
4304 (inputs
4305 `(("sbcl-fast-http" ,sbcl-fast-http)
4306 ("sbcl-jonathan" ,sbcl-jonathan)
4307 ("sbcl-quri" ,sbcl-quri)))
4308 (home-page "https://github.com/fukamachi/http-body")
4309 (synopsis "HTTP POST data parser")
4310 (description
4311 "HTTP-Body parses HTTP POST data and returns POST parameters. It
4312 supports application/x-www-form-urlencoded, application/json, and
4313 multipart/form-data.")
4314 (license license:bsd-2))))
4315
4316 (define-public cl-http-body
4317 (sbcl-package->cl-source-package sbcl-http-body))
4318
4319 (define-public sbcl-circular-streams
4320 (let ((commit "e770bade1919c5e8533dd2078c93c3d3bbeb38df")
4321 (revision "1"))
4322 (package
4323 (name "sbcl-circular-streams")
4324 (version (git-version "0.1.0" revision commit))
4325 (source
4326 (origin
4327 (method git-fetch)
4328 (uri (git-reference
4329 (url "https://github.com/fukamachi/circular-streams")
4330 (commit commit)))
4331 (file-name (git-file-name name version))
4332 (sha256
4333 (base32 "1wpw6d5cciyqcf92f7mvihak52pd5s47kk4qq6f0r2z2as68p5rs"))))
4334 (build-system asdf-build-system/sbcl)
4335 (arguments
4336 ;; The tests depend on cl-test-more which is now prove. Prove
4337 ;; tests aren't working for some reason.
4338 `(#:tests? #f))
4339 (inputs
4340 `(("sbcl-fast-io" ,sbcl-fast-io)
4341 ("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)))
4342 (home-page "https://github.com/fukamachi/circular-streams")
4343 (synopsis "Circularly readable streams for Common Lisp")
4344 (description
4345 "Circular-Streams allows you to read streams circularly by wrapping real
4346 streams. Once you reach end-of-file of a stream, it's file position will be
4347 reset to 0 and you're able to read it again.")
4348 (license license:llgpl))))
4349
4350 (define-public cl-circular-streams
4351 (sbcl-package->cl-source-package sbcl-circular-streams))
4352
4353 (define-public sbcl-lack-request
4354 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4355 (revision "1"))
4356 (package
4357 (name "sbcl-lack-request")
4358 (version (git-version "0.1.0" revision commit))
4359 (source
4360 (origin
4361 (method git-fetch)
4362 (uri (git-reference
4363 (url "https://github.com/fukamachi/lack.git")
4364 (commit commit)))
4365 (file-name (git-file-name "lack-request" version))
4366 (sha256
4367 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4368 (build-system asdf-build-system/sbcl)
4369 (arguments
4370 '(#:asd-file "lack-request.asd"
4371 #:asd-system-name "lack-request"
4372 #:test-asd-file "t-lack-request.asd"
4373 ;; XXX: Component :CLACK-TEST not found
4374 #:tests? #f))
4375 (native-inputs
4376 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4377 ("sbcl-prove" ,sbcl-prove)))
4378 (inputs
4379 `(("sbcl-quri" ,sbcl-quri)
4380 ("sbcl-http-body" ,sbcl-http-body)
4381 ("sbcl-circular-streams" ,sbcl-circular-streams)))
4382 (home-page "https://github.com/fukamachi/lack")
4383 (synopsis "Lack, the core of Clack")
4384 (description
4385 "Lack is a Common Lisp library which allows web applications to be
4386 constructed of modular components. It was originally a part of Clack, however
4387 it's going to be rewritten as an individual project since Clack v2 with
4388 performance and simplicity in mind.")
4389 (license license:llgpl))))
4390
4391 (define-public cl-lack-request
4392 (sbcl-package->cl-source-package sbcl-lack-request))
4393
4394 (define-public sbcl-local-time
4395 (let ((commit "beac054eef428552b63d4ae7820c32ffef9a3015")
4396 (revision "1"))
4397 (package
4398 (name "sbcl-local-time")
4399 (version (git-version "1.0.6" revision commit))
4400 (source
4401 (origin
4402 (method git-fetch)
4403 (uri (git-reference
4404 (url "https://github.com/dlowe-net/local-time.git")
4405 (commit commit)))
4406 (file-name (git-file-name name version))
4407 (sha256
4408 (base32 "0xhkmgxh41dg2wwlsp0h2l41jp144xn4gpxhh0lna6kh0560w2cc"))))
4409 (build-system asdf-build-system/sbcl)
4410 (arguments
4411 ;; TODO: Component :STEFIL not found, required by #<SYSTEM
4412 ;; "local-time/test">
4413 '(#:tests? #f))
4414 (native-inputs
4415 `(("stefil" ,sbcl-hu.dwim.stefil)))
4416 (inputs
4417 `(("sbcl-cl-fad" ,sbcl-cl-fad)))
4418 (home-page "https://common-lisp.net/project/local-time/")
4419 (synopsis "Time manipulation library for Common Lisp")
4420 (description
4421 "The LOCAL-TIME library is a Common Lisp library for the manipulation of
4422 dates and times. It is based almost entirely upon Erik Naggum's paper \"The
4423 Long Painful History of Time\".")
4424 (license license:expat))))
4425
4426 (define-public cl-local-time
4427 (sbcl-package->cl-source-package sbcl-local-time))
4428
4429 (define-public sbcl-lack-response
4430 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4431 (revision "1"))
4432 (package
4433 (name "sbcl-lack-response")
4434 (version (git-version "0.1.0" revision commit))
4435 (source
4436 (origin
4437 (method git-fetch)
4438 (uri (git-reference
4439 (url "https://github.com/fukamachi/lack.git")
4440 (commit commit)))
4441 (file-name (git-file-name name version))
4442 (sha256
4443 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4444 (build-system asdf-build-system/sbcl)
4445 (arguments
4446 '(#:asd-file "lack-response.asd"
4447 #:asd-system-name "lack-response"
4448 ;; XXX: no tests for lack-response.
4449 #:tests? #f))
4450 (native-inputs
4451 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4452 ("sbcl-prove" ,sbcl-prove)))
4453 (inputs
4454 `(("sbcl-quri" ,sbcl-quri)
4455 ("sbcl-http-body" ,sbcl-http-body)
4456 ("sbcl-circular-streams" ,sbcl-circular-streams)
4457 ("sbcl-local-time" ,sbcl-local-time)))
4458 (home-page "https://github.com/fukamachi/lack")
4459 (synopsis "Lack, the core of Clack")
4460 (description
4461 "Lack is a Common Lisp library which allows web applications to be
4462 constructed of modular components. It was originally a part of Clack, however
4463 it's going to be rewritten as an individual project since Clack v2 with
4464 performance and simplicity in mind.")
4465 (license license:llgpl))))
4466
4467 (define-public cl-lack-response
4468 (sbcl-package->cl-source-package sbcl-lack-response))
4469
4470 (define-public sbcl-lack-component
4471 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4472 (revision "1"))
4473 (package
4474 (name "sbcl-lack-component")
4475 (version (git-version "0.0.0" revision commit))
4476 (source
4477 (origin
4478 (method git-fetch)
4479 (uri (git-reference
4480 (url "https://github.com/fukamachi/lack.git")
4481 (commit commit)))
4482 (file-name (git-file-name "lack-component" version))
4483 (sha256
4484 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4485 (build-system asdf-build-system/sbcl)
4486 (arguments
4487 '(#:asd-file "lack-component.asd"
4488 #:asd-system-name "lack-component"
4489 #:test-asd-file "t-lack-component.asd"
4490 ;; XXX: Component :LACK-TEST not found
4491 #:tests? #f))
4492 (native-inputs
4493 `(("prove-asdf" ,sbcl-prove-asdf)))
4494 (home-page "https://github.com/fukamachi/lack")
4495 (synopsis "Lack, the core of Clack")
4496 (description
4497 "Lack is a Common Lisp library which allows web applications to be
4498 constructed of modular components. It was originally a part of Clack, however
4499 it's going to be rewritten as an individual project since Clack v2 with
4500 performance and simplicity in mind.")
4501 (license license:llgpl))))
4502
4503 (define-public cl-lack-component
4504 (sbcl-package->cl-source-package sbcl-lack-component))
4505
4506 (define-public sbcl-lack-util
4507 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4508 (revision "1"))
4509 (package
4510 (name "sbcl-lack-util")
4511 (version (git-version "0.1.0" revision commit))
4512 (source
4513 (origin
4514 (method git-fetch)
4515 (uri (git-reference
4516 (url "https://github.com/fukamachi/lack.git")
4517 (commit commit)))
4518 (file-name (git-file-name "lack-util" version))
4519 (sha256
4520 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4521 (build-system asdf-build-system/sbcl)
4522 (arguments
4523 '(#:asd-file "lack-util.asd"
4524 #:asd-system-name "lack-util"
4525 #:test-asd-file "t-lack-util.asd"
4526 ;; XXX: Component :LACK-TEST not found
4527 #:tests? #f))
4528 (native-inputs
4529 `(("prove-asdf" ,sbcl-prove-asdf)))
4530 (inputs
4531 `(("sbcl-ironclad" ,sbcl-ironclad)))
4532 (home-page "https://github.com/fukamachi/lack")
4533 (synopsis "Lack, the core of Clack")
4534 (description
4535 "Lack is a Common Lisp library which allows web applications to be
4536 constructed of modular components. It was originally a part of Clack, however
4537 it's going to be rewritten as an individual project since Clack v2 with
4538 performance and simplicity in mind.")
4539 (license license:llgpl))))
4540
4541 (define-public cl-lack-util
4542 (sbcl-package->cl-source-package sbcl-lack-util))
4543
4544 (define-public sbcl-lack-middleware-backtrace
4545 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4546 (revision "1"))
4547 (package
4548 (name "sbcl-lack-middleware-backtrace")
4549 (version (git-version "0.1.0" revision commit))
4550 (source
4551 (origin
4552 (method git-fetch)
4553 (uri (git-reference
4554 (url "https://github.com/fukamachi/lack.git")
4555 (commit commit)))
4556 (file-name (git-file-name "lack-middleware-backtrace" version))
4557 (sha256
4558 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4559 (build-system asdf-build-system/sbcl)
4560 (arguments
4561 '(#:asd-file "lack-middleware-backtrace.asd"
4562 #:asd-system-name "lack-middleware-backtrace"
4563 #:test-asd-file "t-lack-middleware-backtrace.asd"
4564 ;; XXX: Component :LACK not found
4565 #:tests? #f))
4566 (native-inputs
4567 `(("prove-asdf" ,sbcl-prove-asdf)))
4568 (home-page "https://github.com/fukamachi/lack")
4569 (synopsis "Lack, the core of Clack")
4570 (description
4571 "Lack is a Common Lisp library which allows web applications to be
4572 constructed of modular components. It was originally a part of Clack, however
4573 it's going to be rewritten as an individual project since Clack v2 with
4574 performance and simplicity in mind.")
4575 (license license:llgpl))))
4576
4577 (define-public cl-lack-middleware-backtrace
4578 (sbcl-package->cl-source-package sbcl-lack-middleware-backtrace))
4579
4580 (define-public sbcl-trivial-mimes
4581 (let ((commit "303f8ac0aa6ca0bc139aa3c34822e623c3723fab")
4582 (revision "1"))
4583 (package
4584 (name "sbcl-trivial-mimes")
4585 (version (git-version "1.1.0" revision commit))
4586 (source
4587 (origin
4588 (method git-fetch)
4589 (uri (git-reference
4590 (url "https://github.com/Shinmera/trivial-mimes.git")
4591 (commit commit)))
4592 (file-name (git-file-name name version))
4593 (sha256
4594 (base32 "17jxgl47r695bvsb7wi3n2ws5rp1zzgvw0zii8cy5ggw4b4ayv6m"))))
4595 (build-system asdf-build-system/sbcl)
4596 (arguments
4597 '(#:phases
4598 (modify-phases %standard-phases
4599 (add-after
4600 'unpack 'fix-paths
4601 (lambda* (#:key inputs #:allow-other-keys)
4602 (let ((anchor "#p\"/etc/mime.types\""))
4603 (substitute* "mime-types.lisp"
4604 ((anchor all)
4605 (string-append
4606 anchor "\n"
4607 "(asdf:system-relative-pathname :trivial-mimes "
4608 "\"../../share/common-lisp/" (%lisp-type)
4609 "-source/trivial-mimes/mime.types\")")))))))))
4610 (native-inputs
4611 `(("stefil" ,sbcl-hu.dwim.stefil)))
4612 (inputs
4613 `(("sbcl-cl-fad" ,sbcl-cl-fad)))
4614 (home-page "https://shinmera.github.io/trivial-mimes/")
4615 (synopsis "Tiny Common Lisp library to detect mime types in files")
4616 (description
4617 "This is a teensy library that provides some functions to determine the
4618 mime-type of a file.")
4619 (license license:artistic2.0))))
4620
4621 (define-public cl-trivial-mimes
4622 (sbcl-package->cl-source-package sbcl-trivial-mimes))
4623
4624 (define-public ecl-trivial-mimes
4625 (sbcl-package->ecl-package sbcl-trivial-mimes))
4626
4627 (define-public sbcl-lack-middleware-static
4628 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4629 (revision "1"))
4630 (package
4631 (name "sbcl-lack-middleware-static")
4632 (version (git-version "0.1.0" revision commit))
4633 (source
4634 (origin
4635 (method git-fetch)
4636 (uri (git-reference
4637 (url "https://github.com/fukamachi/lack.git")
4638 (commit commit)))
4639 (file-name (git-file-name "lack-middleware-static" version))
4640 (sha256
4641 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4642 (build-system asdf-build-system/sbcl)
4643 (arguments
4644 '(#:asd-file "lack-middleware-static.asd"
4645 #:asd-system-name "lack-middleware-static"
4646 #:test-asd-file "t-lack-middleware-static.asd"
4647 ;; XXX: Component :LACK not found
4648 #:tests? #f))
4649 (native-inputs
4650 `(("prove-asdf" ,sbcl-prove-asdf)))
4651 (inputs
4652 `(("sbcl-ironclad" ,sbcl-ironclad)
4653 ("sbcl-trivial-mimes" ,sbcl-trivial-mimes)
4654 ("sbcl-local-time" ,sbcl-local-time)))
4655 (home-page "https://github.com/fukamachi/lack")
4656 (synopsis "Lack, the core of Clack")
4657 (description
4658 "Lack is a Common Lisp library which allows web applications to be
4659 constructed of modular components. It was originally a part of Clack, however
4660 it's going to be rewritten as an individual project since Clack v2 with
4661 performance and simplicity in mind.")
4662 (license license:llgpl))))
4663
4664 (define-public cl-lack-middleware-static
4665 (sbcl-package->cl-source-package sbcl-lack-middleware-static))
4666
4667 (define-public sbcl-lack
4668 (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
4669 (revision "1"))
4670 (package
4671 (name "sbcl-lack")
4672 (version (git-version "0.1.0" revision commit))
4673 (source
4674 (origin
4675 (method git-fetch)
4676 (uri (git-reference
4677 (url "https://github.com/fukamachi/lack.git")
4678 (commit commit)))
4679 (file-name (git-file-name "lack" version))
4680 (sha256
4681 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
4682 (build-system asdf-build-system/sbcl)
4683 (arguments
4684 '(#:test-asd-file "t-lack.asd"
4685 ;; XXX: Component :CLACK not found
4686 #:tests? #f))
4687 (native-inputs
4688 `(("prove-asdf" ,sbcl-prove-asdf)))
4689 (inputs
4690 `(("sbcl-lack-component" ,sbcl-lack-component)
4691 ("sbcl-lack-util" ,sbcl-lack-util)))
4692 (home-page "https://github.com/fukamachi/lack")
4693 (synopsis "Lack, the core of Clack")
4694 (description
4695 "Lack is a Common Lisp library which allows web applications to be
4696 constructed of modular components. It was originally a part of Clack, however
4697 it's going to be rewritten as an individual project since Clack v2 with
4698 performance and simplicity in mind.")
4699 (license license:llgpl))))
4700
4701 (define-public cl-lack
4702 (sbcl-package->cl-source-package sbcl-lack))
4703
4704 (define-public sbcl-ningle
4705 (let ((commit "50bd4f09b5a03a7249bd4d78265d6451563b25ad")
4706 (revision "1"))
4707 (package
4708 (name "sbcl-ningle")
4709 (version (git-version "0.3.0" revision commit))
4710 (source
4711 (origin
4712 (method git-fetch)
4713 (uri (git-reference
4714 (url "https://github.com/fukamachi/ningle.git")
4715 (commit commit)))
4716 (file-name (git-file-name name version))
4717 (sha256
4718 (base32 "1bsl8cnxhacb8p92z9n89vhk1ikmij5zavk0m2zvmj7iqm79jzgw"))))
4719 (build-system asdf-build-system/sbcl)
4720 (arguments
4721 ;; TODO: pull in clack-test
4722 '(#:tests? #f
4723 #:phases
4724 (modify-phases %standard-phases
4725 (delete 'cleanup-files)
4726 (delete 'cleanup)
4727 (add-before 'cleanup 'combine-fasls
4728 (lambda* (#:key outputs #:allow-other-keys)
4729 (let* ((out (assoc-ref outputs "out"))
4730 (lib (string-append out "/lib/sbcl"))
4731 (ningle-path (string-append lib "/ningle"))
4732 (fasl-files (find-files out "\\.fasl$")))
4733 (mkdir-p ningle-path)
4734 (let ((fasl-path (lambda (name)
4735 (string-append ningle-path
4736 "/"
4737 (basename name)
4738 "--system.fasl"))))
4739 (for-each (lambda (file)
4740 (rename-file file
4741 (fasl-path
4742 (basename file ".fasl"))))
4743 fasl-files))
4744 fasl-files)
4745 #t)))))
4746 (native-inputs
4747 `(("sbcl-prove-asdf" ,sbcl-prove-asdf)
4748 ("sbcl-prove" ,sbcl-prove)))
4749 (inputs
4750 `(("sbcl-cl-syntax" ,sbcl-cl-syntax)
4751 ("sbcl-cl-syntax-annot" ,sbcl-cl-syntax-annot)
4752 ("sbcl-myway" ,sbcl-myway)
4753 ("sbcl-lack-request" ,sbcl-lack-request)
4754 ("sbcl-lack-response" ,sbcl-lack-response)
4755 ("sbcl-lack-component" ,sbcl-lack-component)
4756 ("sbcl-alexandria" ,sbcl-alexandria)
4757 ("sbcl-babel" ,sbcl-babel)))
4758 (home-page "https://8arrow.org/ningle/")
4759 (synopsis "Super micro framework for Common Lisp")
4760 (description
4761 "Ningle is a lightweight web application framework for Common Lisp.")
4762 (license license:llgpl))))
4763
4764 (define-public cl-ningle
4765 (sbcl-package->cl-source-package sbcl-ningle))
4766
4767 (define-public sbcl-clack
4768 (let ((commit "e3e032843bb1220ab96263c411aa7f2feb4746e0")
4769 (revision "1"))
4770 (package
4771 (name "sbcl-clack")
4772 (version (git-version "2.0.0" revision commit))
4773 (source
4774 (origin
4775 (method git-fetch)
4776 (uri (git-reference
4777 (url "https://github.com/fukamachi/clack.git")
4778 (commit commit)))
4779 (file-name (git-file-name name version))
4780 (sha256
4781 (base32 "1ymzs6qyrwhlj6cgqsnpyn6g5cbp7a3s1vgxwna20y2q7y4iacy0"))))
4782 (build-system asdf-build-system/sbcl)
4783 (inputs
4784 `(("sbcl-lack" ,sbcl-lack)
4785 ("sbcl-lack-middleware-backtrace" ,sbcl-lack-middleware-backtrace)
4786 ("sbcl-bordeaux-threads" ,sbcl-bordeaux-threads)))
4787 (home-page "https://github.com/fukamachi/clack")
4788 (synopsis "Web Application Environment for Common Lisp")
4789 (description
4790 "Clack is a web application environment for Common Lisp inspired by
4791 Python's WSGI and Ruby's Rack.")
4792 (license license:llgpl))))
4793
4794 (define-public cl-clack
4795 (sbcl-package->cl-source-package sbcl-clack))
4796
4797 (define-public sbcl-log4cl
4798 (let ((commit "611e094458504b938d49de904eab141285328c7c")
4799 (revision "1"))
4800 (package
4801 (name "sbcl-log4cl")
4802 (build-system asdf-build-system/sbcl)
4803 (version "1.1.2")
4804 (source
4805 (origin
4806 (method git-fetch)
4807 (uri (git-reference
4808 (url "https://github.com/sharplispers/log4cl")
4809 (commit commit)))
4810 (file-name (git-file-name name version))
4811 (sha256
4812 (base32
4813 "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc"))))
4814 ;; FIXME: tests require stefil, sbcl-hu.dwim.stefil wont work
4815 (arguments
4816 `(#:tests? #f))
4817 (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
4818 (synopsis "Common Lisp logging framework, modeled after Log4J")
4819 (home-page "https://github.com/7max/log4cl")
4820 (description "This is a Common Lisp logging framework that can log at
4821 various levels and mix text with expressions.")
4822 (license license:asl2.0))))
4823
4824 (define-public cl-log4cl
4825 (sbcl-package->cl-source-package sbcl-log4cl))
4826
4827 (define-public ecl-log4cl
4828 (sbcl-package->ecl-package sbcl-log4cl))
4829
4830 (define-public sbcl-find-port
4831 (let ((commit "00c96a25af93a0f8681d34ec548861f2d7485478")
4832 (revision "1"))
4833 (package
4834 (name "sbcl-find-port")
4835 (build-system asdf-build-system/sbcl)
4836 (version "0.1")
4837 (home-page "https://github.com/eudoxia0/find-port")
4838 (source
4839 (origin
4840 (method git-fetch)
4841 (uri (git-reference
4842 (url home-page)
4843 (commit commit)))
4844 (file-name (git-file-name name version))
4845 (sha256
4846 (base32
4847 "0d6dzbb45jh0rx90wgs6v020k2xa87mvzas3mvfzvivjvqqlpryq"))))
4848 (native-inputs
4849 `(("fiveam" ,sbcl-fiveam)))
4850 (inputs
4851 `(("sbcl-usocket" ,sbcl-usocket)))
4852 (synopsis "Find open ports programmatically in Common Lisp")
4853 (description "This is a small Common Lisp library that finds an open
4854 port within a range.")
4855 (license license:expat))))
4856
4857 (define-public cl-find-port
4858 (sbcl-package->cl-source-package sbcl-find-port))
4859
4860 (define-public ecl-find-port
4861 (sbcl-package->ecl-package sbcl-find-port))
4862
4863 (define-public sbcl-clunit
4864 (let ((commit "6f6d72873f0e1207f037470105969384f8380628")
4865 (revision "1"))
4866 (package
4867 (name "sbcl-clunit")
4868 (version (git-version "0.2.3" revision commit))
4869 (source
4870 (origin
4871 (method git-fetch)
4872 (uri (git-reference
4873 (url "https://github.com/tgutu/clunit.git")
4874 (commit commit)))
4875 (file-name (git-file-name name version))
4876 (sha256
4877 (base32
4878 "1idf2xnqzlhi8rbrqmzpmb3i1l6pbdzhhajkmhwbp6qjkmxa4h85"))))
4879 (build-system asdf-build-system/sbcl)
4880 (synopsis "CLUnit is a Common Lisp unit testing framework")
4881 (description
4882 "CLUnit is a Common Lisp unit testing framework. It is designed
4883 to be easy to use so that you can quickly start testing. CLUnit
4884 provides a rich set of features aimed at improving your unit testing
4885 experience.")
4886 (home-page "http://tgutu.github.io/clunit/")
4887 ;; MIT License
4888 (license license:expat))))
4889
4890 (define-public cl-clunit
4891 (sbcl-package->cl-source-package sbcl-clunit))
4892
4893 (define-public ecl-clunit
4894 (sbcl-package->ecl-package sbcl-clunit))
4895
4896 (define-public sbcl-py4cl
4897 (let ((commit "4c8a2b0814fd311f978964f825ce012290f60136")
4898 (revision "1"))
4899 (package
4900 (name "sbcl-py4cl")
4901 (version (git-version "0.0.0" revision commit))
4902 (source
4903 (origin
4904 (method git-fetch)
4905 (uri (git-reference
4906 (url "https://github.com/bendudson/py4cl.git")
4907 (commit commit)))
4908 (file-name (git-file-name name version))
4909 (sha256
4910 (base32
4911 "15mk7qdqjkj56gdnbyrdyz6r7m1h26ldvn6ch96pmvg5vmr1m45r"))
4912 (modules '((guix build utils)))))
4913 (build-system asdf-build-system/sbcl)
4914 (native-inputs
4915 `(("sbcl-clunit" ,sbcl-clunit)))
4916 (inputs
4917 `(("sbcl-trivial-garbage" ,sbcl-trivial-garbage)))
4918 (propagated-inputs
4919 ;; This package doesn't do anything without python available
4920 `(("python" ,python)
4921 ;; For multi-dimensional array support
4922 ("python-numpy" ,python-numpy)))
4923 (arguments
4924 '(#:phases
4925 (modify-phases %standard-phases
4926 (add-after 'unpack 'replace-*base-directory*-var
4927 (lambda* (#:key outputs #:allow-other-keys)
4928 ;; In the ASD, the author makes an attempt to
4929 ;; programatically determine the location of the
4930 ;; source-code so lisp can call into "py4cl.py". We can
4931 ;; hard-code this since we know where this file will
4932 ;; reside.
4933 (substitute* "src/callpython.lisp"
4934 (("py4cl/config:\\*base-directory\\*")
4935 (string-append
4936 "\""
4937 (assoc-ref outputs "out")
4938 "/share/common-lisp/sbcl-source/py4cl/"
4939 "\""))))))))
4940 (synopsis "Call python from Common Lisp")
4941 (description
4942 "Py4CL is a bridge between Common Lisp and Python, which enables Common
4943 Lisp to interact with Python code. It uses streams to communicate with a
4944 separate python process, the approach taken by cl4py. This is different to
4945 the CFFI approach used by burgled-batteries, but has the same goal.")
4946 (home-page "https://github.com/bendudson/py4cl")
4947 ;; MIT License
4948 (license license:expat))))
4949
4950 (define-public cl-py4cl
4951 (sbcl-package->cl-source-package sbcl-py4cl))
4952
4953 (define-public ecl-py4cl
4954 (sbcl-package->ecl-package sbcl-py4cl))
4955
4956 (define-public sbcl-parse-declarations
4957 (let ((commit "549aebbfb9403a7fe948654126b9c814f443f4f2")
4958 (revision "1"))
4959 (package
4960 (name "sbcl-parse-declarations")
4961 (version (git-version "1.0.0" revision commit))
4962 (source
4963 (origin
4964 (method git-fetch)
4965 (uri (git-reference
4966 (url (string-append
4967 "https://gitlab.common-lisp.net/parse-declarations/"
4968 "parse-declarations.git"))
4969 (commit commit)))
4970 (file-name (git-file-name name version))
4971 (sha256
4972 (base32 "03g5qks4c59nmxa48pbslxkfh77h8hn8566jddp6m9pl15dzzpxd"))))
4973 (build-system asdf-build-system/sbcl)
4974 (arguments
4975 `(#:asd-file "parse-declarations-1.0.asd"
4976 #:asd-system-name "parse-declarations-1.0"))
4977 (home-page "https://common-lisp.net/project/parse-declarations/")
4978 (synopsis "Parse, filter, and build declarations")
4979 (description
4980 "Parse-Declarations is a Common Lisp library to help writing
4981 macros which establish bindings. To be semantically correct, such
4982 macros must take user declarations into account, as these may affect
4983 the bindings they establish. Yet the ANSI standard of Common Lisp does
4984 not provide any operators to work with declarations in a convenient,
4985 high-level way. This library provides such operators.")
4986 ;; MIT License
4987 (license license:expat))))
4988
4989 (define-public cl-parse-declarations
4990 (sbcl-package->cl-source-package sbcl-parse-declarations))
4991
4992 (define-public ecl-parse-declarations
4993 (sbcl-package->ecl-package sbcl-parse-declarations))
4994
4995 (define-public sbcl-cl-quickcheck
4996 (let ((commit "807b2792a30c883a2fbecea8e7db355b50ba662f")
4997 (revision "1"))
4998 (package
4999 (name "sbcl-cl-quickcheck")
5000 (version (git-version "0.0.4" revision commit))
5001 (source
5002 (origin
5003 (method git-fetch)
5004 (uri (git-reference
5005 (url "https://github.com/mcandre/cl-quickcheck.git")
5006 (commit commit)))
5007 (file-name (git-file-name name version))
5008 (sha256
5009 (base32
5010 "165lhypq5xkcys6hvzb3jq7ywnmqvzaflda29qk2cbs3ggas4767"))))
5011 (build-system asdf-build-system/sbcl)
5012 (synopsis
5013 "Common Lisp port of the QuickCheck unit test framework")
5014 (description
5015 "Common Lisp port of the QuickCheck unit test framework")
5016 (home-page "https://github.com/mcandre/cl-quickcheck")
5017 ;; MIT
5018 (license license:expat))))
5019
5020 (define-public cl-cl-quickcheck
5021 (sbcl-package->cl-source-package sbcl-cl-quickcheck))
5022
5023 (define-public ecl-cl-quickcheck
5024 (sbcl-package->ecl-package sbcl-cl-quickcheck))
5025
5026 (define-public sbcl-burgled-batteries3
5027 (let ((commit "9c0f6667e1a71ddf77e21793a0bea524710fef6e")
5028 (revision "1"))
5029 (package
5030 (name "sbcl-burgled-batteries3")
5031 (version (git-version "0.0.0" revision commit))
5032 (source
5033 (origin
5034 (method git-fetch)
5035 (uri (git-reference
5036 (url "https://github.com/snmsts/burgled-batteries3.git")
5037 (commit commit)))
5038 (file-name (git-file-name name version))
5039 (sha256
5040 (base32
5041 "0b726kz2xxcg5l930gz035rsdvhxrzmp05iwfwympnb4z4ammicb"))))
5042 (build-system asdf-build-system/sbcl)
5043 (arguments
5044 '(#:tests? #f
5045 #:phases
5046 (modify-phases %standard-phases
5047 (add-after 'unpack 'set-*cpython-include-dir*-var
5048 (lambda* (#:key inputs #:allow-other-keys)
5049 (substitute* "grovel-include-dir.lisp"
5050 (("\\(defparameter \\*cpython-include-dir\\* \\(detect-python\\)\\)")
5051 (string-append
5052 "(defparameter *cpython-include-dir* \""
5053 (assoc-ref inputs "python")
5054 "/include/python3.7m"
5055 "\")")))
5056 (substitute* "ffi-interface.lisp"
5057 (("\\*cpython-lib\\*")
5058 (format #f "'(\"~a/lib/libpython3.so\")"
5059 (assoc-ref inputs "python"))))
5060 #t)))))
5061 (native-inputs
5062 `(("python" ,python)
5063 ("sbcl-cl-fad" ,sbcl-cl-fad)
5064 ("sbcl-lift" ,sbcl-lift)
5065 ("sbcl-cl-quickcheck" ,sbcl-cl-quickcheck)))
5066 (inputs
5067 `(("sbcl-cffi" ,sbcl-cffi)
5068 ("sbcl-cffi-grovel" ,sbcl-cffi-grovel)
5069 ("sbcl-alexandria" , sbcl-alexandria)
5070 ("sbcl-parse-declarations-1.0" ,sbcl-parse-declarations)
5071 ("sbcl-trivial-garbage" ,sbcl-trivial-garbage)))
5072 (synopsis "Bridge between Python and Lisp (FFI bindings, etc.)")
5073 (description
5074 "This package provides a shim between Python3 (specifically, the
5075 CPython implementation of Python) and Common Lisp.")
5076 (home-page "https://github.com/snmsts/burgled-batteries3")
5077 ;; MIT
5078 (license license:expat))))
5079
5080 (define-public cl-burgled-batteries3
5081 (sbcl-package->cl-source-package sbcl-burgled-batteries3))
5082
5083 (define-public ecl-burgled-batteries3
5084 (sbcl-package->ecl-package sbcl-burgled-batteries3))
5085
5086 (define-public sbcl-metabang-bind
5087 (let ((commit "c93b7f7e1c18c954c2283efd6a7fdab36746ab5e")
5088 (revision "1"))
5089 (package
5090 (name "sbcl-metabang-bind")
5091 (version (git-version "0.8.0" revision commit))
5092 (source
5093 (origin
5094 (method git-fetch)
5095 (uri (git-reference
5096 (url "https://github.com/gwkkwg/metabang-bind.git")
5097 (commit commit)))
5098 (file-name (git-file-name name version))
5099 (sha256
5100 (base32
5101 "0hd0kr91795v77akpbcyqiss9p0p7ypa9dznrllincnmgvsxlmf0"))))
5102 (build-system asdf-build-system/sbcl)
5103 (native-inputs
5104 `(("sbcl-lift" ,sbcl-lift)))
5105 (synopsis "Macro that generalizes @code{multiple-value-bind} etc.")
5106 (description
5107 "Bind extends the idea of of let and destructing to provide a uniform
5108 syntax for all your accessor needs. It combines @code{let},
5109 @code{destructuring-bind}, @code{with-slots}, @code{with-accessors}, structure
5110 editing, property or association-lists, and @code{multiple-value-bind} and a
5111 whole lot more into a single form.")
5112 (home-page "https://common-lisp.net/project/metabang-bind/")
5113 ;; MIT License
5114 (license license:expat))))
5115
5116 (define-public cl-metabang-bind
5117 (sbcl-package->cl-source-package sbcl-metabang-bind))
5118
5119 (define-public ecl-metabang-bind
5120 (sbcl-package->ecl-package sbcl-metabang-bind))
5121
5122 (define-public sbcl-fare-utils
5123 (let ((commit "66e9c6f1499140bc00ccc22febf2aa528cbb5724")
5124 (revision "1"))
5125 (package
5126 (name "sbcl-fare-utils")
5127 (version (git-version "1.0.0.5" revision commit))
5128 (source
5129 (origin
5130 (method git-fetch)
5131 (uri
5132 (git-reference
5133 (url
5134 "https://gitlab.common-lisp.net/frideau/fare-utils.git")
5135 (commit commit)))
5136 (file-name (git-file-name name version))
5137 (sha256
5138 (base32
5139 "01wsr1aap3jdzhn4hrqjbhsjx6qci9dbd3gh4gayv1p49rbg8aqr"))))
5140 (build-system asdf-build-system/sbcl)
5141 (arguments
5142 `(#:test-asd-file "test/fare-utils-test.asd"))
5143 (native-inputs
5144 `(("sbcl-hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
5145 (synopsis "Collection of utilities and data structures")
5146 (description
5147 "fare-utils is a small collection of utilities. It contains a lot of
5148 basic everyday functions and macros.")
5149 (home-page "https://gitlab.common-lisp.net/frideau/fare-utils")
5150 ;; MIT License
5151 (license license:expat))))
5152
5153 (define-public cl-fare-utils
5154 (sbcl-package->cl-source-package sbcl-fare-utils))
5155
5156 (define-public ecl-fare-utils
5157 (sbcl-package->ecl-package sbcl-fare-utils))
5158
5159 (define-public sbcl-trivial-utf-8
5160 (let ((commit "4d427cfbb1c452436a0efb71c3205c9da67f718f")
5161 (revision "1"))
5162 (package
5163 (name "sbcl-trivial-utf-8")
5164 (version (git-version "0.0.0" revision commit))
5165 (source
5166 (origin
5167 (method git-fetch)
5168 (uri
5169 (git-reference
5170 (url (string-append "https://gitlab.common-lisp.net/"
5171 "trivial-utf-8/trivial-utf-8.git"))
5172 (commit commit)))
5173 (file-name (git-file-name name version))
5174 (sha256
5175 (base32
5176 "1jz27gz8gvqdmvp3k9bxschs6d5b3qgk94qp2bj6nv1d0jc3m1l1"))))
5177 (arguments
5178 ;; Guix incorrectly assumes the "8" is part of the version
5179 ;; number and lobs it off.
5180 `(#:asd-file "trivial-utf-8.asd"
5181 #:asd-system-name "trivial-utf-8"))
5182 (build-system asdf-build-system/sbcl)
5183 (synopsis "UTF-8 input/output library")
5184 (description
5185 "The Babel library solves a similar problem while understanding more
5186 encodings. Trivial UTF-8 was written before Babel existed, but for new
5187 projects you might be better off going with Babel. The one plus that Trivial
5188 UTF-8 has is that it doesn't depend on any other libraries.")
5189 (home-page "https://common-lisp.net/project/trivial-utf-8/")
5190 (license license:bsd-3))))
5191
5192 (define-public cl-trivial-utf-8
5193 (sbcl-package->cl-source-package sbcl-trivial-utf-8))
5194
5195 (define-public ecl-trivial-utf-8
5196 (sbcl-package->ecl-package sbcl-trivial-utf-8))
5197
5198 (define-public sbcl-idna
5199 (package
5200 (name "sbcl-idna")
5201 (build-system asdf-build-system/sbcl)
5202 (version "0.2.2")
5203 (home-page "https://github.com/antifuchs/idna")
5204 (source
5205 (origin
5206 (method git-fetch)
5207 (uri (git-reference
5208 (url home-page)
5209 (commit version)))
5210 (file-name (git-file-name name version))
5211 (sha256
5212 (base32
5213 "00nbr3mffxhlq14gg9d16pa6691s4qh35inyw76v906s77khm5a2"))))
5214 (inputs
5215 `(("split-sequence" ,sbcl-split-sequence)))
5216 (synopsis "IDNA string encoding and decoding routines for Common Lisp")
5217 (description "This Common Lisp library provides string encoding and
5218 decoding routines for IDNA, the International Domain Names in Applications.")
5219 (license license:expat)))
5220
5221 (define-public cl-idna
5222 (sbcl-package->cl-source-package sbcl-idna))
5223
5224 (define-public ecl-idna
5225 (sbcl-package->ecl-package sbcl-idna))
5226
5227 (define-public sbcl-swap-bytes
5228 (package
5229 (name "sbcl-swap-bytes")
5230 (build-system asdf-build-system/sbcl)
5231 (version "1.2")
5232 (home-page "https://github.com/sionescu/swap-bytes")
5233 (source
5234 (origin
5235 (method git-fetch)
5236 (uri (git-reference
5237 (url home-page)
5238 (commit (string-append "v" version))))
5239 (file-name (git-file-name name version))
5240 (sha256
5241 (base32
5242 "1hw1v1lw26rifyznpnj1csphha9jgzwpiic16ni3pvs6hcsni9rz"))))
5243 (inputs
5244 `(("trivial-features" ,sbcl-trivial-features)))
5245 (native-inputs
5246 `(("fiveam" ,sbcl-fiveam)))
5247 (synopsis "Efficient endianness conversion for Common Lisp")
5248 (description "This Common Lisp library provides optimized byte-swapping
5249 primitives. The library can change endianness of unsigned integers of length
5250 1/2/4/8. Very useful in implementing various network protocols and file
5251 formats.")
5252 (license license:expat)))
5253
5254 (define-public cl-swap-bytes
5255 (sbcl-package->cl-source-package sbcl-swap-bytes))
5256
5257 (define-public ecl-swap-bytes
5258 (sbcl-package->ecl-package sbcl-swap-bytes))
5259
5260 (define-public sbcl-iolib.asdf
5261 ;; Latest release is from June 2017.
5262 (let ((commit "81e20614c0d27f9605bf9766214e236fd31b99b4")
5263 (revision "1"))
5264 (package
5265 (name "sbcl-iolib.asdf")
5266 (build-system asdf-build-system/sbcl)
5267 (version "0.8.3")
5268 (home-page "https://github.com/sionescu/iolib")
5269 (source
5270 (origin
5271 (method git-fetch)
5272 (uri (git-reference
5273 (url home-page)
5274 (commit commit)))
5275 (file-name (git-file-name name version))
5276 (sha256
5277 (base32
5278 "1j81r0wm7nfbwl991f26s4npcy7kybzybd3m47rbxy31h0cfcmdm"))))
5279 (inputs
5280 `(("alexandria" ,sbcl-alexandria)))
5281 (arguments
5282 '(#:asd-file "iolib.asdf.asd"))
5283 (synopsis "ASDF component classes for IOLib, a Common Lisp I/O library")
5284 (description "IOlib is to be a better and more modern I/O library than
5285 the standard Common Lisp library. It contains a socket library, a DNS
5286 resolver, an I/O multiplexer(which supports @code{select(2)}, @code{epoll(4)}
5287 and @code{kqueue(2)}), a pathname library and file-system utilities.")
5288 (license license:expat))))
5289
5290 (define-public sbcl-iolib.conf
5291 (package
5292 (inherit sbcl-iolib.asdf)
5293 (name "sbcl-iolib.conf")
5294 (inputs
5295 `(("iolib.asdf" ,sbcl-iolib.asdf)))
5296 (arguments
5297 '(#:asd-file "iolib.conf.asd"))
5298 (synopsis "Compile-time configuration for IOLib, a Common Lisp I/O library")))
5299
5300 (define-public sbcl-iolib.common-lisp
5301 (package
5302 (inherit sbcl-iolib.asdf)
5303 (name "sbcl-iolib.common-lisp")
5304 (inputs
5305 `(("iolib.asdf" ,sbcl-iolib.asdf)
5306 ("iolib.conf" ,sbcl-iolib.conf)))
5307 (arguments
5308 '(#:asd-file "iolib.common-lisp.asd"))
5309 (synopsis "Slightly modified Common Lisp for IOLib, a Common Lisp I/O library")))
5310
5311 (define-public sbcl-iolib.base
5312 (package
5313 (inherit sbcl-iolib.asdf)
5314 (name "sbcl-iolib.base")
5315 (inputs
5316 `(("iolib.asdf" ,sbcl-iolib.asdf)
5317 ("iolib.conf" ,sbcl-iolib.conf)
5318 ("iolib.common-lisp" ,sbcl-iolib.common-lisp)
5319 ("split-sequence" ,sbcl-split-sequence)))
5320 (arguments
5321 '(#:asd-file "iolib.base.asd"))
5322 (synopsis "Base package for IOLib, a Common Lisp I/O library")))
5323
5324 (define-public sbcl-iolib.grovel
5325 (package
5326 (inherit sbcl-iolib.asdf)
5327 (name "sbcl-iolib.grovel")
5328 (inputs
5329 `(("iolib.asdf" ,sbcl-iolib.asdf)
5330 ("iolib.conf" ,sbcl-iolib.conf)
5331 ("iolib.base", sbcl-iolib.base)
5332 ("cffi", sbcl-cffi)))
5333 (arguments
5334 '(#:asd-file "iolib.grovel.asd"
5335 #:phases
5336 (modify-phases %standard-phases
5337 (add-after 'install 'install-header
5338 (lambda* (#:key outputs #:allow-other-keys)
5339 ;; This header is required by sbcl-iolib.
5340 (install-file "src/grovel/grovel-common.h"
5341 (string-append (assoc-ref outputs "out")
5342 "/lib/sbcl"))
5343 #t)))))
5344 (synopsis "CFFI Groveller for IOLib, a Common Lisp I/O library")))
5345
5346 (define-public sbcl-iolib
5347 (package
5348 (inherit sbcl-iolib.asdf)
5349 (name "sbcl-iolib")
5350 (inputs
5351 `(("iolib.asdf" ,sbcl-iolib.asdf)
5352 ("iolib.conf" ,sbcl-iolib.conf)
5353 ("iolib.grovel" ,sbcl-iolib.grovel)
5354 ("iolib.base" ,sbcl-iolib.base)
5355 ("bordeaux-threads" ,sbcl-bordeaux-threads)
5356 ("idna" ,sbcl-idna)
5357 ("swap-bytes" ,sbcl-swap-bytes)
5358 ("libfixposix" ,libfixposix)
5359 ("cffi" ,sbcl-cffi)))
5360 (native-inputs
5361 `(("fiveam" ,sbcl-fiveam)))
5362 (arguments
5363 '(#:asd-file "iolib.asd"
5364 #:asd-system-name "iolib"
5365 #:test-asd-file "iolib.tests.asd"
5366 #:phases
5367 (modify-phases %standard-phases
5368 (add-after 'unpack 'fix-paths
5369 (lambda* (#:key inputs #:allow-other-keys)
5370 (substitute* "src/syscalls/ffi-functions-unix.lisp"
5371 (("\\(:default \"libfixposix\"\\)")
5372 (string-append
5373 "(:default \""
5374 (assoc-ref inputs "libfixposix") "/lib/libfixposix\")")))
5375 ;; Socket tests need Internet access, disable them.
5376 (substitute* "iolib.tests.asd"
5377 (("\\(:file \"sockets\" :depends-on \\(\"pkgdcl\" \"defsuites\"\\)\\)")
5378 "")))))))
5379 (synopsis "Common Lisp I/O library")))
5380
5381 (define-public cl-iolib
5382 (sbcl-package->cl-source-package sbcl-iolib))
5383
5384 (define sbcl-iolib+multiplex
5385 (package
5386 (inherit sbcl-iolib)
5387 (name "sbcl-iolib+multiplex")
5388 (arguments
5389 (substitute-keyword-arguments (package-arguments sbcl-iolib)
5390 ((#:asd-system-name _) "iolib/multiplex")))))
5391
5392 (define sbcl-iolib+syscalls
5393 (package
5394 (inherit sbcl-iolib)
5395 (name "sbcl-iolib+syscalls")
5396 (arguments
5397 (substitute-keyword-arguments (package-arguments sbcl-iolib)
5398 ((#:asd-system-name _) "iolib/syscalls")))))
5399
5400 (define sbcl-iolib+streams
5401 (package
5402 (inherit sbcl-iolib)
5403 (name "sbcl-iolib+streams")
5404 (arguments
5405 (substitute-keyword-arguments (package-arguments sbcl-iolib)
5406 ((#:asd-system-name _) "iolib/streams")))))
5407
5408 (define sbcl-iolib+sockets
5409 (package
5410 (inherit sbcl-iolib)
5411 (name "sbcl-iolib+sockets")
5412 (arguments
5413 (substitute-keyword-arguments (package-arguments sbcl-iolib)
5414 ((#:asd-system-name _) "iolib/sockets")))))
5415
5416 (define-public sbcl-ieee-floats
5417 (let ((commit "566b51a005e81ff618554b9b2f0b795d3b29398d")
5418 (revision "1"))
5419 (package
5420 (name "sbcl-ieee-floats")
5421 (build-system asdf-build-system/sbcl)
5422 (version (git-version "20170924" revision commit))
5423 (home-page "https://github.com/marijnh/ieee-floats/")
5424 (source
5425 (origin
5426 (method git-fetch)
5427 (uri (git-reference
5428 (url home-page)
5429 (commit commit)))
5430 (file-name (git-file-name name version))
5431 (sha256
5432 (base32
5433 "1xyj49j9x3lc84cv3dhbf9ja34ywjk1c46dklx425fxw9mkwm83m"))))
5434 (native-inputs
5435 `(("fiveam" ,sbcl-fiveam)))
5436 (synopsis "IEEE 754 binary representation for floats in Common Lisp")
5437 (description "This is a Common Lisp library that allows to convert
5438 floating point values to IEEE 754 binary representation.")
5439 (license license:bsd-3))))
5440
5441 (define-public cl-ieee-floats
5442 (sbcl-package->cl-source-package sbcl-ieee-floats))
5443
5444 (define sbcl-closure-common
5445 (let ((commit "e3c5f5f454b72b01b89115e581c3c52a7e201e5c")
5446 (revision "1"))
5447 (package
5448 (name "sbcl-closure-common")
5449 (build-system asdf-build-system/sbcl)
5450 (version (git-version "20101006" revision commit))
5451 (home-page "https://common-lisp.net/project/cxml/")
5452 (source
5453 (origin
5454 (method git-fetch)
5455 (uri (git-reference
5456 (url "https://github.com/sharplispers/closure-common")
5457 (commit commit)))
5458 (file-name (git-file-name name version))
5459 (sha256
5460 (base32
5461 "0k5r2qxn122pxi301ijir3nayi9sg4d7yiy276l36qmzwhp4mg5n"))))
5462 (inputs
5463 `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
5464 ("babel" ,sbcl-babel)))
5465 (synopsis "Support Common Lisp library for CXML")
5466 (description "Closure-common is an internal helper library. The name
5467 Closure is a reference to the web browser it was originally written for.")
5468 ;; TODO: License?
5469 (license #f))))
5470
5471 (define-public sbcl-cxml+xml
5472 (let ((commit "00b22bf4c4cf11c993d5866fae284f95ab18e6bf")
5473 (revision "1"))
5474 (package
5475 (name "sbcl-cxml+xml")
5476 (build-system asdf-build-system/sbcl)
5477 (version (git-version "0.0.0" revision commit))
5478 (home-page "https://common-lisp.net/project/cxml/")
5479 (source
5480 (origin
5481 (method git-fetch)
5482 (uri (git-reference
5483 (url "https://github.com/sharplispers/cxml")
5484 (commit commit)))
5485 (file-name (git-file-name name version))
5486 (sha256
5487 (base32
5488 "13kif7rf3gqdycsk9zq0d7y0g9y81krkl0z87k0p2fkbjfgrph37"))))
5489 (inputs
5490 `(("closure-common" ,sbcl-closure-common)
5491 ("puri" ,sbcl-puri)
5492 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
5493 (arguments
5494 `(#:asd-file "cxml.asd"
5495 #:asd-system-name "cxml/xml"))
5496 (synopsis "Common Lisp XML parser")
5497 (description "CXML implements a namespace-aware, validating XML 1.0
5498 parser as well as the DOM Level 2 Core interfaces. Two parser interfaces are
5499 offered, one SAX-like, the other similar to StAX.")
5500 (license license:llgpl))))
5501
5502 (define sbcl-cxml+dom
5503 (package
5504 (inherit sbcl-cxml+xml)
5505 (name "sbcl-cxml+dom")
5506 (inputs
5507 `(("closure-common" ,sbcl-closure-common)
5508 ("puri" ,sbcl-puri)
5509 ("cxml+xml" ,sbcl-cxml+xml)))
5510 (arguments
5511 `(#:asd-file "cxml.asd"
5512 #:asd-system-name "cxml/dom"))))
5513
5514 (define sbcl-cxml+klacks
5515 (package
5516 (inherit sbcl-cxml+xml)
5517 (name "sbcl-cxml+klacks")
5518 (inputs
5519 `(("closure-common" ,sbcl-closure-common)
5520 ("puri" ,sbcl-puri)
5521 ("cxml+xml" ,sbcl-cxml+xml)))
5522 (arguments
5523 `(#:asd-file "cxml.asd"
5524 #:asd-system-name "cxml/klacks"))))
5525
5526 (define sbcl-cxml+test
5527 (package
5528 (inherit sbcl-cxml+xml)
5529 (name "sbcl-cxml+test")
5530 (inputs
5531 `(("closure-common" ,sbcl-closure-common)
5532 ("puri" ,sbcl-puri)
5533 ("cxml+xml" ,sbcl-cxml+xml)))
5534 (arguments
5535 `(#:asd-file "cxml.asd"
5536 #:asd-system-name "cxml/test"))))
5537
5538 (define-public sbcl-cxml
5539 (package
5540 (inherit sbcl-cxml+xml)
5541 (name "sbcl-cxml")
5542 (inputs
5543 `(("closure-common" ,sbcl-closure-common)
5544 ("puri" ,sbcl-puri)
5545 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
5546 ("cxml+dom" ,sbcl-cxml+dom)
5547 ("cxml+klacks" ,sbcl-cxml+klacks)
5548 ("cxml+test" ,sbcl-cxml+test)))
5549 (arguments
5550 `(#:asd-file "cxml.asd"
5551 #:asd-system-name "cxml"
5552 #:phases
5553 (modify-phases %standard-phases
5554 (add-after 'build 'install-dtd
5555 (lambda* (#:key outputs #:allow-other-keys)
5556 (install-file "catalog.dtd"
5557 (string-append
5558 (assoc-ref outputs "out")
5559 "/lib/" (%lisp-type)))))
5560 (add-after 'create-asd 'remove-component
5561 ;; XXX: The original .asd has no components, but our build system
5562 ;; creates an entry nonetheless. We need to remove it for the
5563 ;; generated .asd to load properly. See trivia.trivial for a
5564 ;; similar problem.
5565 (lambda* (#:key outputs #:allow-other-keys)
5566 (let* ((out (assoc-ref outputs "out"))
5567 (asd (string-append out "/lib/sbcl/cxml.asd")))
5568 (substitute* asd
5569 ((" :components
5570 ")
5571 ""))
5572 (substitute* asd
5573 ((" *\\(\\(:compiled-file \"cxml--system\"\\)\\)")
5574 ""))))))))))
5575
5576 (define-public cl-cxml
5577 (sbcl-package->cl-source-package sbcl-cxml))
5578
5579 (define-public sbcl-cl-reexport
5580 (let ((commit "312f3661bbe187b5f28536cd7ec2956e91366c3b")
5581 (revision "1"))
5582 (package
5583 (name "sbcl-cl-reexport")
5584 (build-system asdf-build-system/sbcl)
5585 (version (git-version "0.1" revision commit))
5586 (home-page "https://github.com/takagi/cl-reexport")
5587 (source
5588 (origin
5589 (method git-fetch)
5590 (uri (git-reference
5591 (url home-page)
5592 (commit commit)))
5593 (file-name (git-file-name name version))
5594 (sha256
5595 (base32
5596 "1cwpn1m3wrl0fl9plznn7p464db646gnfc8zkyk97dyxski2aq0x"))))
5597 (inputs
5598 `(("alexandria" ,sbcl-alexandria)))
5599 (arguments
5600 ;; TODO: Tests fail because cl-test-more is missing, but I can't find it online.
5601 `(#:tests? #f))
5602 (synopsis "HTTP cookie manager for Common Lisp")
5603 (description "cl-cookie is a Common Lisp library featuring parsing of
5604 cookie headers, cookie creation, cookie jar creation and more.")
5605 (license license:llgpl))))
5606
5607 (define-public cl-reexport
5608 (sbcl-package->cl-source-package sbcl-cl-reexport))
5609
5610 (define-public sbcl-cl-cookie
5611 (let ((commit "cea55aed8b9ad25fafd13defbcb9fe8f41b29546")
5612 (revision "1"))
5613 (package
5614 (name "sbcl-cl-cookie")
5615 (build-system asdf-build-system/sbcl)
5616 (version (git-version "0.9.10" revision commit))
5617 (home-page "https://github.com/fukamachi/cl-cookie")
5618 (source
5619 (origin
5620 (method git-fetch)
5621 (uri (git-reference
5622 (url home-page)
5623 (commit commit)))
5624 (file-name (git-file-name name version))
5625 (sha256
5626 (base32
5627 "090g7z75h98zvc1ldx0vh4jn4086dhjm2w30jcwkq553qmyxwl8h"))))
5628 (inputs
5629 `(("proc-parse" ,sbcl-proc-parse)
5630 ("alexandria" ,sbcl-alexandria)
5631 ("quri" ,sbcl-quri)
5632 ("cl-ppcre" ,sbcl-cl-ppcre)
5633 ("local-time" ,sbcl-local-time)))
5634 (native-inputs
5635 `(("prove-asdf" ,sbcl-prove-asdf)
5636 ("prove" ,sbcl-prove)))
5637 (arguments
5638 ;; TODO: Tests fail because cl-cookie depends on cl-cookie-test.
5639 `(#:tests? #f))
5640 (synopsis "HTTP cookie manager for Common Lisp")
5641 (description "cl-cookie is a Common Lisp library featuring parsing of
5642 cookie headers, cookie creation, cookie jar creation and more.")
5643 (license license:bsd-2))))
5644
5645 (define-public cl-cookie
5646 (sbcl-package->cl-source-package sbcl-cl-cookie))
5647
5648 (define-public sbcl-dexador
5649 (let ((commit "a2714d126cc94bc7a9a6e1e3c08de455b3a66378")
5650 (revision "1"))
5651 (package
5652 (name "sbcl-dexador")
5653 (build-system asdf-build-system/sbcl)
5654 (version (git-version "0.9.10" revision commit))
5655 (home-page "https://github.com/fukamachi/dexador")
5656 (source
5657 (origin
5658 (method git-fetch)
5659 (uri (git-reference
5660 (url home-page)
5661 (commit commit)))
5662 (file-name (git-file-name name version))
5663 (sha256
5664 (base32
5665 "0nbqgn4v3l2z6m1k1bdxfnqpfrk84nxdmz7csz11zzcfs4flkv79"))))
5666 (inputs
5667 `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
5668 ("babel" ,sbcl-babel)
5669 ("usocket" ,sbcl-usocket)
5670 ("fast-http" ,sbcl-fast-http)
5671 ("quri" ,sbcl-quri)
5672 ("fast-io" ,sbcl-fast-io)
5673 ("chunga" ,sbcl-chunga)
5674 ("cl-ppcre" ,sbcl-cl-ppcre)
5675 ("cl-cookie" ,sbcl-cl-cookie)
5676 ("trivial-mimes" ,sbcl-trivial-mimes)
5677 ("chipz" ,sbcl-chipz)
5678 ("cl-base64" ,sbcl-cl-base64)
5679 ("cl-reexport" ,sbcl-cl-reexport)
5680 ("cl+ssl" ,sbcl-cl+ssl)
5681 ("bordeaux-threads" ,sbcl-bordeaux-threads)
5682 ("alexandria" ,sbcl-alexandria)))
5683 (native-inputs
5684 `(("prove" ,sbcl-prove)
5685 ("prove-asdf" ,sbcl-prove-asdf)
5686 ("lack-request" ,sbcl-lack-request)
5687 ("clack" ,sbcl-clack)
5688 ("babel" ,sbcl-babel)
5689 ("alexandria" ,sbcl-alexandria)
5690 ("cl-ppcre" ,sbcl-cl-ppcre)
5691 ("local-time" ,sbcl-local-time)))
5692 (arguments
5693 ;; TODO: Circular dependency: tests depend on clack-test which depends on dexador.
5694 `(#:tests? #f
5695 #:phases
5696 (modify-phases %standard-phases
5697 (add-after 'unpack 'fix-permissions
5698 (lambda _ (make-file-writable "t/data/test.gz") #t)))))
5699 (synopsis "Yet another HTTP client for Common Lisp")
5700 (description "Dexador is yet another HTTP client for Common Lisp with
5701 neat APIs and connection-pooling. It is meant to supersede Drakma.")
5702 (license license:expat))))
5703
5704 (define-public cl-dexador
5705 (package
5706 (inherit (sbcl-package->cl-source-package sbcl-dexador))
5707 (arguments
5708 `(#:phases
5709 ;; asdf-build-system/source has its own phases and does not inherit
5710 ;; from asdf-build-system/sbcl phases.
5711 (modify-phases %standard-phases/source
5712 (add-after 'unpack 'fix-permissions
5713 (lambda _ (make-file-writable "t/data/test.gz") #t)))))))
5714
5715 (define-public ecl-dexador
5716 (sbcl-package->ecl-package sbcl-dexador))
5717
5718 (define-public sbcl-lisp-namespace
5719 (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0")
5720 (revision "1"))
5721 (package
5722 (name "sbcl-lisp-namespace")
5723 (build-system asdf-build-system/sbcl)
5724 (version (git-version "0.1" revision commit))
5725 (home-page "https://github.com/guicho271828/lisp-namespace")
5726 (source
5727 (origin
5728 (method git-fetch)
5729 (uri (git-reference
5730 (url home-page)
5731 (commit commit)))
5732 (file-name (git-file-name name version))
5733 (sha256
5734 (base32
5735 "1jw2wykp06z2afb9nm1lgfzll5cjlj36pnknjx614057zkkxq4iy"))))
5736 (inputs
5737 `(("alexandria" ,sbcl-alexandria)))
5738 (native-inputs
5739 `(("fiveam" ,sbcl-fiveam)))
5740 (arguments
5741 `(#:test-asd-file "lisp-namespace.test.asd"
5742 ;; XXX: Component LISP-NAMESPACE-ASD::LISP-NAMESPACE.TEST not found
5743 #:tests? #f))
5744 (synopsis "LISP-N, or extensible namespaces in Common Lisp")
5745 (description "Common Lisp already has major 2 namespaces, function
5746 namespace and value namespace (or variable namespace), but there are actually
5747 more — e.g., class namespace.
5748 This library offers macros to deal with symbols from any namespace.")
5749 (license license:llgpl))))
5750
5751 (define-public cl-lisp-namespace
5752 (sbcl-package->cl-source-package sbcl-lisp-namespace))
5753
5754 (define-public sbcl-trivial-cltl2
5755 (let ((commit "8eec8407df833e8f27df8a388bc10913f16d9e83")
5756 (revision "1"))
5757 (package
5758 (name "sbcl-trivial-cltl2")
5759 (build-system asdf-build-system/sbcl)
5760 (version (git-version "0.1.1" revision commit))
5761 (home-page "https://github.com/Zulu-Inuoe/trivial-cltl2")
5762 (source
5763 (origin
5764 (method git-fetch)
5765 (uri (git-reference
5766 (url home-page)
5767 (commit commit)))
5768 (file-name (git-file-name name version))
5769 (sha256
5770 (base32
5771 "1dyyxz17vqv8hlfwq287gl8xxbvcnq798ajb7p5jdjz91wqf4bgk"))))
5772 (synopsis "Simple CLtL2 compatibility layer for Common Lisp")
5773 (description "This library is a portable compatibility layer around
5774 \"Common Lisp the Language, 2nd
5775 Edition\" (@url{https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node102.html})
5776 and it exports symbols from implementation-specific packages.")
5777 (license license:llgpl))))
5778
5779 (define-public cl-trivial-cltl2
5780 (sbcl-package->cl-source-package sbcl-trivial-cltl2))
5781
5782 (define-public sbcl-introspect-environment
5783 (let ((commit "fff42f8f8fd0d99db5ad6c5812e53de7d660020b")
5784 (revision "1"))
5785 (package
5786 (name "sbcl-introspect-environment")
5787 (build-system asdf-build-system/sbcl)
5788 (version (git-version "0.1" revision commit))
5789 (home-page "https://github.com/Bike/introspect-environment")
5790 (source
5791 (origin
5792 (method git-fetch)
5793 (uri (git-reference
5794 (url home-page)
5795 (commit commit)))
5796 (file-name (git-file-name name version))
5797 (sha256
5798 (base32
5799 "1i305n0wfmpac63ni4i3vixnnkl8daw5ncxy0k3dv92krgx6qzhp"))))
5800 (native-inputs
5801 `(("fiveam" ,sbcl-fiveam)))
5802 (synopsis "Common Lisp environment introspection portability layer")
5803 (description "This library is a small interface to portable but
5804 nonstandard introspection of Common Lisp environments. It is intended to
5805 allow a bit more compile-time introspection of environments in Common Lisp.
5806
5807 Quite a bit of information is available at the time a macro or compiler-macro
5808 runs; inlining info, type declarations, that sort of thing. This information
5809 is all standard - any Common Lisp program can @code{(declare (integer x))} and
5810 such.
5811
5812 This info ought to be accessible through the standard @code{&environment}
5813 parameters, but it is not. Several implementations keep the information for
5814 their own purposes but do not make it available to user programs, because
5815 there is no standard mechanism to do so.
5816
5817 This library uses implementation-specific hooks to make information available
5818 to users. This is currently supported on SBCL, CCL, and CMUCL. Other
5819 implementations have implementations of the functions that do as much as they
5820 can and/or provide reasonable defaults.")
5821 (license license:wtfpl2))))
5822
5823 (define-public cl-introspect-environment
5824 (sbcl-package->cl-source-package sbcl-introspect-environment))
5825
5826 (define-public sbcl-type-i
5827 (let ((commit "dea233f45f94064105ec09f0767de338f67dcbe2")
5828 (revision "1"))
5829 (package
5830 (name "sbcl-type-i")
5831 (build-system asdf-build-system/sbcl)
5832 (version (git-version "0.1" revision commit))
5833 (home-page "https://github.com/guicho271828/type-i")
5834 (source
5835 (origin
5836 (method git-fetch)
5837 (uri (git-reference
5838 (url home-page)
5839 (commit commit)))
5840 (file-name (git-file-name name version))
5841 (sha256
5842 (base32
5843 "039g5pbrhh65s0bhr9314gmd2nwc2y5lp2377c5qrc2lxky89qs3"))))
5844 (inputs
5845 `(("alexandria" ,sbcl-alexandria)
5846 ("introspect-environment" ,sbcl-introspect-environment)
5847 ("trivia.trivial" ,sbcl-trivia.trivial)))
5848 (native-inputs
5849 `(("fiveam" ,sbcl-fiveam)))
5850 (arguments
5851 `(#:test-asd-file "type-i.test.asd"))
5852 (synopsis "Type inference utility on unary predicates for Common Lisp")
5853 (description "This library tries to provide a way to detect what kind of
5854 type the given predicate is trying to check. This is different from inferring
5855 the return type of a function.")
5856 (license license:llgpl))))
5857
5858 (define-public cl-type-i
5859 (sbcl-package->cl-source-package sbcl-type-i))
5860
5861 (define-public sbcl-optima
5862 (let ((commit "373b245b928c1a5cce91a6cb5bfe5dd77eb36195")
5863 (revision "1"))
5864 (package
5865 (name "sbcl-optima")
5866 (build-system asdf-build-system/sbcl)
5867 (version (git-version "1.0" revision commit))
5868 (home-page "https://github.com/m2ym/optima")
5869 (source
5870 (origin
5871 (method git-fetch)
5872 (uri (git-reference
5873 (url home-page)
5874 (commit commit)))
5875 (file-name (git-file-name name version))
5876 (sha256
5877 (base32
5878 "1yw4ymq7ms89342kkvb3aqxgv0w38m9kd8ikdqxxzyybnkjhndal"))))
5879 (inputs
5880 `(("alexandria" ,sbcl-alexandria)
5881 ("closer-mop" ,sbcl-closer-mop)))
5882 (native-inputs
5883 `(("eos" ,sbcl-eos)))
5884 (arguments
5885 ;; XXX: Circular dependencies: tests depend on optima.ppcre which depends on optima.
5886 `(#:tests? #f
5887 #:test-asd-file "optima.test.asd"))
5888 (synopsis "Optimized pattern matching library for Common Lisp")
5889 (description "Optima is a fast pattern matching library which uses
5890 optimizing techniques widely used in the functional programming world.")
5891 (license license:expat))))
5892
5893 (define-public cl-optima
5894 (sbcl-package->cl-source-package sbcl-optima))
5895
5896 (define-public sbcl-fare-quasiquote
5897 (let ((commit "640d39a0451094071b3e093c97667b3947f43639")
5898 (revision "1"))
5899 (package
5900 (name "sbcl-fare-quasiquote")
5901 (build-system asdf-build-system/sbcl)
5902 (version (git-version "1.0.1" revision commit))
5903 (home-page "https://gitlab.common-lisp.net/frideau/fare-quasiquote")
5904 (source
5905 (origin
5906 (method git-fetch)
5907 (uri (git-reference
5908 (url (string-append "https://gitlab.common-lisp.net/frideau/"
5909 "fare-quasiquote.git"))
5910 (commit commit)))
5911 (file-name (git-file-name name version))
5912 (sha256
5913 (base32 "1g6q11l50kgija9f55lzqpcwvaq0ljiw8v1j265hnyg6nahjwjvg"))))
5914 (inputs
5915 `(("fare-utils" ,sbcl-fare-utils)))
5916 (arguments
5917 ;; XXX: Circular dependencies: Tests depend on subsystems,
5918 ;; which depend on the main systems.
5919 `(#:tests? #f
5920 #:phases
5921 (modify-phases %standard-phases
5922 ;; XXX: Require 1.0.0 version of fare-utils, and we package some
5923 ;; commits after 1.0.0.5, but ASDF fails to read the
5924 ;; "-REVISION-COMMIT" part generated by Guix.
5925 (add-after 'unpack 'patch-requirement
5926 (lambda _
5927 (substitute* "fare-quasiquote.asd"
5928 (("\\(:version \"fare-utils\" \"1.0.0\"\\)")
5929 "\"fare-utils\"")))))))
5930 (synopsis "Pattern-matching friendly implementation of quasiquote")
5931 (description "The main purpose of this n+2nd reimplementation of
5932 quasiquote is enable matching of quasiquoted patterns, using Optima or
5933 Trivia.")
5934 (license license:expat))))
5935
5936 (define-public cl-fare-quasiquote
5937 (sbcl-package->cl-source-package sbcl-fare-quasiquote))
5938
5939 (define-public sbcl-fare-quasiquote-optima
5940 (package
5941 (inherit sbcl-fare-quasiquote)
5942 (name "sbcl-fare-quasiquote-optima")
5943 (inputs
5944 `(("optima" ,sbcl-optima)
5945 ("fare-quasiquote" ,sbcl-fare-quasiquote)))
5946 (arguments
5947 '(#:phases
5948 (modify-phases %standard-phases
5949 (add-after 'unpack 'patch-requirement
5950 (lambda _
5951 (substitute* "fare-quasiquote-optima.asd"
5952 (("\\(:version \"optima\" \"1\\.0\"\\)")
5953 "\"optima\""))
5954 #t)))))))
5955
5956 (define-public cl-fare-quasiquote-optima
5957 (sbcl-package->cl-source-package sbcl-fare-quasiquote-optima))
5958
5959 (define-public sbcl-fare-quasiquote-readtable
5960 (package
5961 (inherit sbcl-fare-quasiquote)
5962 (name "sbcl-fare-quasiquote-readtable")
5963 (inputs
5964 `(("fare-quasiquote" ,sbcl-fare-quasiquote)
5965 ("named-readtables" ,sbcl-named-readtables)))
5966 (description "The main purpose of this n+2nd reimplementation of
5967 quasiquote is enable matching of quasiquoted patterns, using Optima or
5968 Trivia.
5969
5970 This package uses fare-quasiquote with named-readtable.")))
5971
5972 (define-public cl-fare-quasiquote-readtable
5973 (sbcl-package->cl-source-package sbcl-fare-quasiquote-readtable))
5974
5975 ;; TODO: Add support for component-less system in asdf-build-system/sbcl.
5976 (define-public sbcl-fare-quasiquote-extras
5977 (package
5978 (inherit sbcl-fare-quasiquote)
5979 (name "sbcl-fare-quasiquote-extras")
5980 (build-system asdf-build-system/sbcl)
5981 (inputs
5982 `(("fare-quasiquote-optima" ,sbcl-fare-quasiquote-optima)
5983 ("fare-quasiquote-readtable" ,sbcl-fare-quasiquote-readtable)))
5984 (arguments
5985 `(#:phases
5986 (modify-phases %standard-phases
5987 (replace 'build
5988 (lambda* (#:key outputs #:allow-other-keys)
5989 (let* ((out (assoc-ref outputs "out"))
5990 (lib (string-append out "/lib/" (%lisp-type))))
5991 (mkdir-p lib)
5992 (install-file "fare-quasiquote-extras.asd" lib)
5993 (make-file-writable
5994 (string-append lib "/fare-quasiquote-extras.asd"))
5995 #t)))
5996 (add-after 'create-asd-file 'fix-asd-file
5997 (lambda* (#:key outputs #:allow-other-keys)
5998 (let* ((out (assoc-ref outputs "out"))
5999 (lib (string-append out "/lib/" (%lisp-type)))
6000 (asd (string-append lib "/fare-quasiquote-extras.asd")))
6001 (substitute* asd
6002 ((":class")
6003 "")
6004 (("asdf/bundle:prebuilt-system")
6005 "")
6006 ((":components")
6007 "")
6008 (("\\(\\(:compiled-file \"fare-quasiquote-extras--system\"\\)\\)")
6009 "")))
6010 #t)))))
6011 (description "This library combines @code{fare-quasiquote-readtable} and
6012 @code{fare-quasiquote-optima}.")))
6013
6014 (define-public cl-fare-quasiquote-extras
6015 (package
6016 (inherit cl-fare-quasiquote)
6017 (name "cl-fare-quasiquote-extras")
6018 (build-system asdf-build-system/source)
6019 (propagated-inputs
6020 `(("fare-quasiquote" ,cl-fare-quasiquote)
6021 ("fare-quasiquote-optima" ,cl-fare-quasiquote-optima)
6022 ("fare-quasiquote-readtable" ,cl-fare-quasiquote-readtable)))
6023 (description "This library combines @code{fare-quasiquote-readtable} and
6024 @code{fare-quasiquote-optima}.")))
6025
6026 (define-public sbcl-trivia.level0
6027 (let ((commit "574901ac376ae54c9d37169fd5efab9b3b8fcc63")
6028 (revision "1"))
6029 (package
6030 (name "sbcl-trivia.level0")
6031 (build-system asdf-build-system/sbcl)
6032 (version (git-version "0.0.0" revision commit))
6033 (home-page "https://github.com/guicho271828/trivia")
6034 (source
6035 (origin
6036 (method git-fetch)
6037 (uri (git-reference
6038 (url home-page)
6039 (commit commit)))
6040 (file-name (git-file-name name version))
6041 (sha256
6042 (base32
6043 "0hf53n71xzr9sjwrxis5fivx3drclf4s39h5ck8vh21ndqj9zvdk"))))
6044 (inputs
6045 `(("alexandria" ,sbcl-alexandria)))
6046 (synopsis "Pattern matching in Common Lisp")
6047 (description "Trivia is a pattern matching compiler that is compatible
6048 with Optima, another pattern matching library for Common Lisp. It is meant to
6049 be faster and more extensible than Optima.")
6050 (license license:llgpl))))
6051
6052 (define-public sbcl-trivia.level1
6053 (package
6054 (inherit sbcl-trivia.level0)
6055 (name "sbcl-trivia.level1")
6056 (inputs
6057 `(("trivia.level0" ,sbcl-trivia.level0)))
6058 (description "Trivia is a pattern matching compiler that is compatible
6059 with Optima, another pattern matching library for Common Lisp. It is meant to
6060 be faster and more extensible than Optima.
6061
6062 This system contains the core patterns of Trivia.")))
6063
6064 (define-public sbcl-trivia.level2
6065 (package
6066 (inherit sbcl-trivia.level0)
6067 (name "sbcl-trivia.level2")
6068 (inputs
6069 `(("trivia.level1" ,sbcl-trivia.level1)
6070 ("lisp-namespace" ,sbcl-lisp-namespace)
6071 ("trivial-cltl2" ,sbcl-trivial-cltl2)
6072 ("closer-mop" ,sbcl-closer-mop)))
6073 (description "Trivia is a pattern matching compiler that is compatible
6074 with Optima, another pattern matching library for Common Lisp. It is meant to
6075 be faster and more extensible than Optima.
6076
6077 This system contains a non-optimized pattern matcher compatible with Optima,
6078 with extensible optimizer interface.")))
6079
6080 (define-public sbcl-trivia.trivial
6081 (package
6082 (inherit sbcl-trivia.level0)
6083 (name "sbcl-trivia.trivial")
6084 (inputs
6085 `(("trivia.level2" ,sbcl-trivia.level2)))
6086 (arguments
6087 `(#:phases
6088 (modify-phases %standard-phases
6089 (replace 'create-asd-file
6090 (lambda* (#:key outputs inputs #:allow-other-keys)
6091 (let* ((out (assoc-ref outputs "out"))
6092 (lib (string-append out "/lib/" (%lisp-type)))
6093 (level2 (assoc-ref inputs "trivia.level2")))
6094 (mkdir-p lib)
6095 (install-file "trivia.trivial.asd" lib)
6096 ;; XXX: This .asd does not have any component and the build
6097 ;; system fails to work in this case. We should update the
6098 ;; build system to handle component-less .asd.
6099 ;; TODO: How do we append to file in Guile? It seems that
6100 ;; (open-file ... "a") gets a "Permission denied".
6101 (substitute* (string-append lib "/trivia.trivial.asd")
6102 (("\"\\)")
6103 (string-append "\")
6104
6105 (progn (asdf/source-registry:ensure-source-registry)
6106 (setf (gethash
6107 \"trivia.level2\"
6108 asdf/source-registry:*source-registry*)
6109 #p\""
6110 level2
6111 "/share/common-lisp/sbcl-bundle-systems/trivia.level2.asd\"))")))))))))
6112 (description "Trivia is a pattern matching compiler that is compatible
6113 with Optima, another pattern matching library for Common Lisp. It is meant to
6114 be faster and more extensible than Optima.
6115
6116 This system contains the base level system of Trivia with a trivial optimizer.")))
6117
6118 (define-public sbcl-trivia.balland2006
6119 (package
6120 (inherit sbcl-trivia.level0)
6121 (name "sbcl-trivia.balland2006")
6122 (inputs
6123 `(("trivia.trivial" ,sbcl-trivia.trivial)
6124 ("iterate" ,sbcl-iterate)
6125 ("type-i" ,sbcl-type-i)
6126 ("alexandria" ,sbcl-alexandria)))
6127 (arguments
6128 ;; Tests are done in trivia itself.
6129 `(#:tests? #f))
6130 (description "Trivia is a pattern matching compiler that is compatible
6131 with Optima, another pattern matching library for Common Lisp. It is meant to
6132 be faster and more extensible than Optima.
6133
6134 This system contains the base level system of Trivia with a trivial optimizer.")))
6135
6136 (define-public sbcl-trivia.ppcre
6137 (package
6138 (inherit sbcl-trivia.level0)
6139 (name "sbcl-trivia.ppcre")
6140 (inputs
6141 `(("trivia.trivial" ,sbcl-trivia.trivial)
6142 ("cl-ppcre" ,sbcl-cl-ppcre)))
6143 (description "Trivia is a pattern matching compiler that is compatible
6144 with Optima, another pattern matching library for Common Lisp. It is meant to
6145 be faster and more extensible than Optima.
6146
6147 This system contains the PPCRE extension.")))
6148
6149 (define-public sbcl-trivia.quasiquote
6150 (package
6151 (inherit sbcl-trivia.level0)
6152 (name "sbcl-trivia.quasiquote")
6153 (inputs
6154 `(("trivia.trivial" ,sbcl-trivia.trivial)
6155 ("fare-quasiquote" ,sbcl-fare-quasiquote)
6156 ("fare-quasiquote-readtable" ,sbcl-fare-quasiquote-readtable)))
6157 (description "Trivia is a pattern matching compiler that is compatible
6158 with Optima, another pattern matching library for Common Lisp. It is meant to
6159 be faster and more extensible than Optima.
6160
6161 This system contains the fare-quasiquote extension.")))
6162
6163 (define-public sbcl-trivia.cffi
6164 (package
6165 (inherit sbcl-trivia.level0)
6166 (name "sbcl-trivia.cffi")
6167 (inputs
6168 `(("cffi" ,sbcl-cffi)
6169 ("trivia.trivial" ,sbcl-trivia.trivial)))
6170 (description "Trivia is a pattern matching compiler that is compatible
6171 with Optima, another pattern matching library for Common Lisp. It is meant to
6172 be faster and more extensible than Optima.
6173
6174 This system contains the CFFI foreign slot access extension.")))
6175
6176 (define-public sbcl-trivia
6177 (package
6178 (inherit sbcl-trivia.level0)
6179 (name "sbcl-trivia")
6180 (inputs
6181 `(("trivia.balland2006" ,sbcl-trivia.balland2006)))
6182 (native-inputs
6183 `(("fiveam" ,sbcl-fiveam)
6184 ("trivia.ppcre" ,sbcl-trivia.ppcre)
6185 ("trivia.quasiquote" ,sbcl-trivia.quasiquote)
6186 ("trivia.cffi" ,sbcl-trivia.cffi)
6187 ("optima" ,sbcl-optima)))
6188 (arguments
6189 `(#:test-asd-file "trivia.test.asd"
6190 #:phases
6191 (modify-phases %standard-phases
6192 (add-after 'create-asd 'remove-component
6193 ;; XXX: The original .asd has no components, but our build system
6194 ;; creates an entry nonetheless. We need to remove it for the
6195 ;; generated .asd to load properly. See trivia.trivial for a
6196 ;; similar problem.
6197 (lambda* (#:key outputs #:allow-other-keys)
6198 (let* ((out (assoc-ref outputs "out"))
6199 (asd (string-append out "/lib/" (%lisp-type) "/trivia.asd")))
6200 (substitute* asd
6201 ((" :components
6202 ")
6203 ""))
6204 (substitute* asd
6205 ((" *\\(\\(:compiled-file \"trivia--system\"\\)\\)")
6206 ""))))))))
6207 (description "Trivia is a pattern matching compiler that is compatible
6208 with Optima, another pattern matching library for Common Lisp. It is meant to
6209 be faster and more extensible than Optima.")))
6210
6211 (define-public cl-trivia
6212 (sbcl-package->cl-source-package sbcl-trivia))
6213
6214 (define-public sbcl-mk-string-metrics
6215 (package
6216 (name "sbcl-mk-string-metrics")
6217 (version "0.1.2")
6218 (home-page "https://github.com/cbaggers/mk-string-metrics/")
6219 (source (origin
6220 (method git-fetch)
6221 (uri (git-reference
6222 (url home-page)
6223 (commit version)))
6224 (sha256
6225 (base32 "0bg0bv2mfd4k0g3x72x563hvmrx18xavaffr6xk5rh4if5j7kcf6"))
6226 (file-name (git-file-name name version))))
6227 (build-system asdf-build-system/sbcl)
6228 (synopsis "Calculate various string metrics efficiently in Common Lisp")
6229 (description "This library implements efficient algorithms that calculate
6230 various string metrics in Common Lisp:
6231
6232 @itemize
6233 @item Damerau-Levenshtein distance
6234 @item Hamming distance
6235 @item Jaccard similarity coefficient
6236 @item Jaro distance
6237 @item Jaro-Winkler distance
6238 @item Levenshtein distance
6239 @item Normalized Damerau-Levenshtein distance
6240 @item Normalized Levenshtein distance
6241 @item Overlap coefficient
6242 @end itemize\n")
6243 (license license:x11)))
6244
6245 (define-public cl-mk-string-metrics
6246 (sbcl-package->cl-source-package sbcl-mk-string-metrics))
6247
6248 (define-public sbcl-cl-str
6249 (let ((commit "3d5ec86e3a0199e5973aacde951086dfd754b5e5"))
6250 (package
6251 (name "sbcl-cl-str")
6252 (version (git-version "0.8" "1" commit))
6253 (home-page "https://github.com/vindarel/cl-str")
6254 (source (origin
6255 (method git-fetch)
6256 (uri (git-reference
6257 (url home-page)
6258 (commit commit)))
6259 (sha256
6260 (base32 "0szzzbygw9h985yxz909vvqrp69pmpcpahn7hn350lnyjislk9ga"))
6261 (file-name (git-file-name name version))))
6262 (build-system asdf-build-system/sbcl)
6263 (inputs
6264 `(("cl-ppcre" ,sbcl-cl-ppcre)
6265 ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)))
6266 (native-inputs
6267 `(("prove" ,sbcl-prove)
6268 ("prove-asdf" ,sbcl-prove-asdf)))
6269 (arguments
6270 `(#:asd-file "str.asd"
6271 #:asd-system-name "str"
6272 #:test-asd-file "str.test.asd"))
6273 (synopsis "Modern, consistent and terse Common Lisp string manipulation library")
6274 (description "A modern and consistent Common Lisp string manipulation
6275 library that focuses on modernity, simplicity and discoverability:
6276 @code{(str:trim s)} instead of @code{(string-trim '(#\\Space ...) s)}), or
6277 @code{str:concat strings} instead of an unusual format construct; one
6278 discoverable library instead of many; consistency and composability, where
6279 @code{s} is always the last argument, which makes it easier to feed pipes and
6280 arrows.")
6281 (license license:expat))))
6282
6283 (define-public cl-str
6284 (sbcl-package->cl-source-package sbcl-cl-str))
6285
6286 (define-public sbcl-cl-xmlspam
6287 (let ((commit "ea06abcca2a73a9779bcfb09081e56665f94e22a"))
6288 (package
6289 (name "sbcl-cl-xmlspam")
6290 (build-system asdf-build-system/sbcl)
6291 (version (git-version "0.0.0" "1" commit))
6292 (home-page "https://github.com/rogpeppe/cl-xmlspam")
6293 (source
6294 (origin
6295 (method git-fetch)
6296 (uri (git-reference
6297 (url home-page)
6298 (commit commit)))
6299 (file-name (string-append name "-" version))
6300 (sha256
6301 (base32
6302 "0w4rqvrgdgk3fwfq3kx4r7wwdr2bv3b6n3bdqwsiriw9psqzpz2s"))))
6303 (inputs
6304 `(("cxml" ,sbcl-cxml)
6305 ("cl-ppcre" ,sbcl-cl-ppcre)))
6306 (synopsis "Concise, regexp-like pattern matching on streaming XML for Common Lisp")
6307 (description "CXML does an excellent job at parsing XML elements, but what
6308 do you do when you have a XML file that's larger than you want to fit in
6309 memory, and you want to extract some information from it? Writing code to deal
6310 with SAX events, or even using Klacks, quickly becomes tedious.
6311 @code{cl-xmlspam} (for XML Stream PAttern Matcher) is designed to make it easy
6312 to write code that mirrors the structure of the XML that it's parsing. It
6313 also makes it easy to shift paradigms when necessary - the usual Lisp control
6314 constructs can be used interchangeably with pattern matching, and the full
6315 power of CXML is available when necessary.")
6316 (license license:bsd-3))))
6317
6318 ;; TODO: dbus uses ASDF's package-inferred-system which is not supported by
6319 ;; asdf-build-system/sbcl as of 2019-08-02. We should fix
6320 ;; asdf-build-system/sbcl.
6321 (define-public cl-dbus
6322 (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
6323 (revision "1"))
6324 (package
6325 (name "cl-dbus")
6326 (build-system asdf-build-system/source)
6327 (version (git-version "20190408" revision commit))
6328 (home-page "https://github.com/death/dbus")
6329 (source
6330 (origin
6331 (method git-fetch)
6332 (uri (git-reference
6333 (url home-page)
6334 (commit commit)))
6335 (file-name (git-file-name name version))
6336 (sha256
6337 (base32
6338 "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
6339 ;; Inputs must be propagated or else packages depending on this won't have the necessary packages.
6340 (propagated-inputs
6341 `(("alexandria" ,sbcl-alexandria)
6342 ("trivial-garbage" ,sbcl-trivial-garbage)
6343 ("babel" ,sbcl-babel)
6344 ("iolib" ,sbcl-iolib)
6345 ("iolib+multiplex" ,(@@ (gnu packages lisp-xyz) sbcl-iolib+multiplex))
6346 ("iolib+syscalls" ,(@@ (gnu packages lisp-xyz) sbcl-iolib+syscalls))
6347 ("iolib+streams" ,(@@ (gnu packages lisp-xyz) sbcl-iolib+streams))
6348 ("iolib+sockets" ,(@@ (gnu packages lisp-xyz) sbcl-iolib+sockets))
6349 ("ieee-floats" ,sbcl-ieee-floats)
6350 ("flexi-streams" ,sbcl-flexi-streams)
6351 ("cl-xmlspam" ,sbcl-cl-xmlspam)
6352 ("ironclad" ,sbcl-ironclad)))
6353 (synopsis "D-Bus client library for Common Lisp")
6354 (description "This is a Common Lisp library that allows to publish D-Bus
6355 objects as well as send and notify other objects connected to a bus.")
6356 (license license:bsd-2))))
6357
6358 (define-public sbcl-cl-hooks
6359 (let ((commit "5b638083f3b4f1221a52631d9c8a0a265565cac7")
6360 (revision "1"))
6361 (package
6362 (name "sbcl-cl-hooks")
6363 (build-system asdf-build-system/sbcl)
6364 (version (git-version "0.2.1" revision commit))
6365 (home-page "https://github.com/scymtym/architecture.hooks")
6366 (source
6367 (origin
6368 (method git-fetch)
6369 (uri (git-reference
6370 (url home-page)
6371 (commit commit)))
6372 (file-name (git-file-name name version))
6373 (sha256
6374 (base32
6375 "0bg3l0a28lw5gqqjp6p6b5nhwqk46sgkb7184w5qbfngw1hk8x9y"))))
6376 (inputs
6377 `(("alexandria" ,sbcl-alexandria)
6378 ("let-plus" ,sbcl-let-plus)
6379 ("trivial-garbage" ,sbcl-trivial-garbage)
6380 ("closer-mop" ,sbcl-closer-mop)))
6381 (native-inputs
6382 `(("fiveam" ,sbcl-fiveam)))
6383 (synopsis "Hooks extension point mechanism (as in Emacs) for Common Lisp")
6384 (description "A hook, in the present context, is a certain kind of
6385 extension point in a program that allows interleaving the execution of
6386 arbitrary code with the execution of a the program without introducing any
6387 coupling between the two. Hooks are used extensively in the extensible editor
6388 Emacs.
6389
6390 In the Common LISP Object System (CLOS), a similar kind of extensibility is
6391 possible using the flexible multi-method dispatch mechanism. It may even seem
6392 that the concept of hooks does not provide any benefits over the possibilities
6393 of CLOS. However, there are some differences:
6394
6395 @itemize
6396
6397 @item There can be only one method for each combination of specializers and
6398 qualifiers. As a result this kind of extension point cannot be used by
6399 multiple extensions independently.
6400 @item Removing code previously attached via a @code{:before}, @code{:after} or
6401 @code{:around} method can be cumbersome.
6402 @item There could be other or even multiple extension points besides @code{:before}
6403 and @code{:after} in a single method.
6404 @item Attaching codes to individual objects using eql specializers can be
6405 cumbersome.
6406 @item Introspection of code attached a particular extension point is
6407 cumbersome since this requires enumerating and inspecting the methods of a
6408 generic function.
6409 @end itemize
6410
6411 This library tries to complement some of these weaknesses of method-based
6412 extension-points via the concept of hooks.")
6413 (license license:llgpl))))
6414
6415 (define-public cl-hooks
6416 (sbcl-package->cl-source-package sbcl-cl-hooks))
6417
6418 (define-public ecl-cl-hooks
6419 (sbcl-package->ecl-package sbcl-cl-hooks))
6420
6421 (define-public sbcl-s-sysdeps
6422 (let ((commit "d28246b5dffef9e73a0e0e6cfbc4e878006fe34d")
6423 (revision "1"))
6424 (package
6425 (name "sbcl-s-sysdeps")
6426 (build-system asdf-build-system/sbcl)
6427 (version (git-version "1" revision commit))
6428 (home-page "https://github.com/svenvc/s-sysdeps")
6429 (source
6430 (origin
6431 (method git-fetch)
6432 (uri (git-reference
6433 (url home-page)
6434 (commit commit)))
6435 (file-name (git-file-name name version))
6436 (sha256
6437 (base32
6438 "14b69b81yrxmjlvmm3lfxk04x5v7hqz4fql121334wh72czznfh9"))))
6439 (synopsis "Common Lisp abstraction layer over platform dependent functionality")
6440 (description "@code{s-sysdeps} is an abstraction layer over platform
6441 dependent functionality. This simple package is used as a building block in a
6442 number of other open source projects.
6443
6444 @code{s-sysdeps} abstracts:
6445
6446 @itemize
6447 @item managing processes,
6448 @item implementing a standard TCP/IP server,
6449 @item opening a client TCP/IP socket stream,
6450 @item working with process locks.
6451 @end itemize\n")
6452 (license license:llgpl))))
6453
6454 (define-public cl-s-sysdeps
6455 (sbcl-package->cl-source-package sbcl-s-sysdeps))
6456
6457 (define-public ecl-s-sysdeps
6458 (sbcl-package->ecl-package sbcl-s-sysdeps))
6459
6460 (define-public sbcl-cl-prevalence
6461 (let ((commit "c163c227ed85d430b82cb1e3502f72d4f88e3cfa")
6462 (revision "1"))
6463 (package
6464 (name "sbcl-cl-prevalence")
6465 (build-system asdf-build-system/sbcl)
6466 (version (git-version "5" revision commit))
6467 (home-page "https://github.com/40ants/cl-prevalence")
6468 (source
6469 (origin
6470 (method git-fetch)
6471 (uri (git-reference
6472 (url home-page)
6473 (commit commit)))
6474 (file-name (git-file-name name version))
6475 (sha256
6476 (base32
6477 "1i9zj1q2ahgwch56an21yzbgkynz0kab9fyxkq9mg8p3xrv38jjn"))))
6478 (inputs
6479 `(("s-sysdeps" ,sbcl-s-sysdeps)
6480 ("s-xml" ,sbcl-s-xml)))
6481 (synopsis "Implementation of object prevalence for Common Lisp")
6482 (description "This Common Lisp library implements object prevalence (see
6483 @url{https://en.wikipedia.org/wiki/System_prevalence}). It allows
6484 for (de)serializing to and from s-exps as well as XML. Serialization of arbitrary
6485 classes and cyclic data structures are supported.")
6486 (license license:llgpl))))
6487
6488 (define-public cl-prevalence
6489 (sbcl-package->cl-source-package sbcl-cl-prevalence))
6490
6491 (define-public ecl-cl-prevalence
6492 (sbcl-package->ecl-package sbcl-cl-prevalence))
6493
6494 (define-public sbcl-series
6495 (let ((commit "da9061b336119d1e5214aff9117171d494d5a58a")
6496 (revision "1"))
6497 (package
6498 (name "sbcl-series")
6499 (version (git-version "2.2.11" revision commit))
6500 (source
6501 (origin
6502 (method git-fetch)
6503 (uri (git-reference
6504 (url "git://git.code.sf.net/p/series/series")
6505 (commit commit)))
6506 (file-name (git-file-name name version))
6507 (sha256
6508 (base32
6509 "07hk2lhfx42zk018pxqvn4gs77vd4n4g8m4xxbqaxgca76mifwfw"))))
6510 (build-system asdf-build-system/sbcl)
6511 (arguments
6512 ;; Disable the tests, they are apparently buggy and I didn't find
6513 ;; a simple way to make them run and pass.
6514 '(#:tests? #f))
6515 (synopsis "Series data structure for Common Lisp")
6516 (description
6517 "This Common Lisp library provides a series data structure much like
6518 a sequence, with similar kinds of operations. The difference is that in many
6519 situations, operations on series may be composed functionally and yet execute
6520 iteratively, without the need to construct intermediate series values
6521 explicitly. In this manner, series provide both the clarity of a functional
6522 programming style and the efficiency of an iterative programming style.")
6523 (home-page "http://series.sourceforge.net/")
6524 (license license:expat))))
6525
6526 (define-public cl-series
6527 (sbcl-package->cl-source-package sbcl-series))
6528
6529 (define-public ecl-series
6530 (sbcl-package->ecl-package sbcl-series))
6531
6532 (define-public sbcl-periods
6533 (let ((commit "983d4a57325db3c8def942f163133cec5391ec28")
6534 (revision "1"))
6535 (package
6536 (name "sbcl-periods")
6537 (version (git-version "0.0.2" revision commit))
6538 (source
6539 (origin
6540 (method git-fetch)
6541 (uri (git-reference
6542 (url "https://github.com/jwiegley/periods.git")
6543 (commit commit)))
6544 (file-name (git-file-name name version))
6545 (sha256
6546 (base32
6547 "0z30jr3lxz3cmi019fsl4lgcgwf0yqpn95v9zkkkwgymdrkd4lga"))))
6548 (build-system asdf-build-system/sbcl)
6549 (inputs
6550 `(("local-time" ,sbcl-local-time)))
6551 (synopsis "Common Lisp library for manipulating date/time objects")
6552 (description
6553 "Periods is a Common Lisp library providing a set of utilities for
6554 manipulating times, distances between times, and both contiguous and
6555 discontiguous ranges of time.")
6556 (home-page "https://github.com/jwiegley/periods")
6557 (license license:bsd-3))))
6558
6559 (define-public cl-periods
6560 (sbcl-package->cl-source-package sbcl-periods))
6561
6562 (define-public ecl-periods
6563 (sbcl-package->ecl-package sbcl-periods))
6564
6565 (define-public sbcl-periods-series
6566 (package
6567 (inherit sbcl-periods)
6568 (name "sbcl-periods-series")
6569 (inputs
6570 `(("periods" ,sbcl-periods)
6571 ("series" ,sbcl-series)))
6572 (arguments
6573 '(#:asd-file "periods-series.asd"
6574 #:asd-system-name "periods-series"))
6575 (description
6576 "Periods-series is an extension of the periods Common Lisp library
6577 providing functions compatible with the series Common Lisp library.")))
6578
6579 (define-public cl-periods-series
6580 (sbcl-package->cl-source-package sbcl-periods-series))
6581
6582 (define-public ecl-periods-series
6583 (sbcl-package->ecl-package sbcl-periods-series))
6584
6585 (define-public sbcl-metatilities-base
6586 (let ((commit "6eaa9e3ff0939a93a92109dd0fcd218de85417d5")
6587 (revision "1"))
6588 (package
6589 (name "sbcl-metatilities-base")
6590 (version (git-version "0.6.6" revision commit))
6591 (source
6592 (origin
6593 (method git-fetch)
6594 (uri (git-reference
6595 (url "https://github.com/gwkkwg/metatilities-base.git")
6596 (commit commit)))
6597 (file-name (git-file-name name version))
6598 (sha256
6599 (base32
6600 "0xpa86pdzlnf4v5g64j3ifaplx71sx2ha8b7vvakswi652679ma0"))))
6601 (build-system asdf-build-system/sbcl)
6602 (native-inputs
6603 `(("lift" ,sbcl-lift)))
6604 (synopsis "Core of the metatilities Common Lisp library")
6605 (description
6606 "Metatilities-base is the core of the metatilities Common Lisp library
6607 which implements a set of utilities.")
6608 (home-page "https://common-lisp.net/project/metatilities-base/")
6609 (license license:expat))))
6610
6611 (define-public cl-metatilities-base
6612 (sbcl-package->cl-source-package sbcl-metatilities-base))
6613
6614 (define-public ecl-metatilities-base
6615 (sbcl-package->ecl-package sbcl-metatilities-base))
6616
6617 (define-public sbcl-cl-containers
6618 (let ((commit "810927e19d933bcf38ffeb7a23ce521efc432d45")
6619 (revision "1"))
6620 (package
6621 (name "sbcl-cl-containers")
6622 (version (git-version "0.12.1" revision commit))
6623 (source
6624 (origin
6625 (method git-fetch)
6626 (uri (git-reference
6627 (url "https://github.com/gwkkwg/cl-containers.git")
6628 (commit commit)))
6629 (file-name (git-file-name name version))
6630 (sha256
6631 (base32
6632 "1s9faxw7svhbjpkhfrz2qxgjm3cvyjb8wpyb4m8dx4i5g7vvprkv"))))
6633 (build-system asdf-build-system/sbcl)
6634 (native-inputs
6635 `(("lift" ,sbcl-lift)))
6636 (inputs
6637 `(("metatilities-base" ,sbcl-metatilities-base)))
6638 (arguments
6639 '(#:phases
6640 (modify-phases %standard-phases
6641 (add-after 'unpack 'relax-version-checks
6642 (lambda _
6643 (substitute* "cl-containers.asd"
6644 (("\\(:version \"metatilities-base\" \"0\\.6\\.6\"\\)")
6645 "\"metatilities-base\""))
6646 (substitute* "cl-containers-test.asd"
6647 (("\\(:version \"lift\" \"1\\.7\\.0\"\\)")
6648 "\"lift\""))
6649 #t)))))
6650 (synopsis "Container library for Common Lisp")
6651 (description
6652 "Common Lisp ships with a set of powerful built in data structures
6653 including the venerable list, full featured arrays, and hash-tables.
6654 CL-containers enhances and builds on these structures by adding containers
6655 that are not available in native Lisp (for example: binary search trees,
6656 red-black trees, sparse arrays and so on), and by providing a standard
6657 interface so that they are simpler to use and so that changing design
6658 decisions becomes significantly easier.")
6659 (home-page "https://common-lisp.net/project/cl-containers/")
6660 (license license:expat))))
6661
6662 (define-public cl-containers
6663 (sbcl-package->cl-source-package sbcl-cl-containers))
6664
6665 (define-public ecl-cl-containers
6666 (sbcl-package->ecl-package sbcl-cl-containers))
6667
6668 (define-public sbcl-xlunit
6669 (let ((commit "3805d34b1d8dc77f7e0ee527a2490194292dd0fc")
6670 (revision "1"))
6671 (package
6672 (name "sbcl-xlunit")
6673 (version (git-version "0.6.3" revision commit))
6674 (source
6675 (origin
6676 (method git-fetch)
6677 (uri (git-reference
6678 (url "http://git.kpe.io/xlunit.git")
6679 (commit commit)))
6680 (file-name (git-file-name name version))
6681 (sha256
6682 (base32
6683 "0argfmp9nghs4sihyj3f8ch9qfib2b7ll07v5m9ziajgzsfl5xw3"))))
6684 (build-system asdf-build-system/sbcl)
6685 (arguments
6686 '(#:phases
6687 (modify-phases %standard-phases
6688 (add-after 'unpack 'fix-tests
6689 (lambda _
6690 (substitute* "xlunit.asd"
6691 ((" :force t") ""))
6692 #t)))))
6693 (synopsis "Unit testing package for Common Lisp")
6694 (description
6695 "The XLUnit package is a toolkit for building test suites. It is based
6696 on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck.")
6697 (home-page "http://quickdocs.org/xlunit/")
6698 (license license:bsd-3))))
6699
6700 (define-public cl-xlunit
6701 (sbcl-package->cl-source-package sbcl-xlunit))
6702
6703 (define-public ecl-xlunit
6704 (sbcl-package->ecl-package sbcl-xlunit))
6705
6706 (define-public sbcl-fprog
6707 (let ((commit "7016d1a98215f82605d1c158e7a16504ca1f4636")
6708 (revision "1"))
6709 (package
6710 (name "sbcl-fprog")
6711 (version (git-version "1.0.0" revision commit))
6712 (source
6713 (origin
6714 (method git-fetch)
6715 (uri (git-reference
6716 (url "https://github.com/jwiegley/cambl.git")
6717 (commit commit)))
6718 (file-name (git-file-name name version))
6719 (sha256
6720 (base32
6721 "103mry04j2k9vznsxm7wcvccgxkil92cdrv52miwcmxl8daa4jiz"))))
6722 (build-system asdf-build-system/sbcl)
6723 (synopsis "Functional programming utilities for Common Lisp")
6724 (description
6725 "@code{fprog} is a Common Lisp library allowing iteration over
6726 immutable lists sharing identical sublists.")
6727 (home-page "https://github.com/jwiegley/cambl")
6728 (license license:bsd-3))))
6729
6730 (define-public cl-fprog
6731 (sbcl-package->cl-source-package sbcl-fprog))
6732
6733 (define-public ecl-fprog
6734 (sbcl-package->ecl-package sbcl-fprog))
6735
6736 (define-public sbcl-cambl
6737 (let ((commit "7016d1a98215f82605d1c158e7a16504ca1f4636")
6738 (revision "1"))
6739 (package
6740 (inherit sbcl-fprog)
6741 (name "sbcl-cambl")
6742 (version (git-version "4.0.0" revision commit))
6743 (native-inputs
6744 `(("xlunit" ,sbcl-xlunit)))
6745 (inputs
6746 `(("alexandria" ,sbcl-alexandria)
6747 ("cl-containers" ,sbcl-cl-containers)
6748 ("local-time" ,sbcl-local-time)
6749 ("periods" ,sbcl-periods)
6750 ("fprog" ,sbcl-fprog)))
6751 (synopsis "Commoditized amounts and balances for Common Lisp")
6752 (description
6753 "CAMBL is a Common Lisp library providing a convenient facility for
6754 working with commoditized values. It does not allow compound units (and so is
6755 not suited for scientific operations) but does work rather nicely for the
6756 purpose of financial calculations."))))
6757
6758 (define-public cl-cambl
6759 (sbcl-package->cl-source-package sbcl-cambl))
6760
6761 (define-public ecl-cambl
6762 (sbcl-package->ecl-package sbcl-cambl))
6763
6764 (define-public sbcl-cl-ledger
6765 (let ((commit "08e0be41795e804cd36142e51756ad0b1caa377b")
6766 (revision "1"))
6767 (package
6768 (name "sbcl-cl-ledger")
6769 (version (git-version "4.0.0" revision commit))
6770 (source
6771 (origin
6772 (method git-fetch)
6773 (uri (git-reference
6774 (url "https://github.com/ledger/cl-ledger.git")
6775 (commit commit)))
6776 (file-name (git-file-name name version))
6777 (sha256
6778 (base32
6779 "1via0qf6wjcyxnfbmfxjvms0ik9j8rqbifgpmnhrzvkhrq9pv8h1"))))
6780 (build-system asdf-build-system/sbcl)
6781 (inputs
6782 `(("cambl" ,sbcl-cambl)
6783 ("cl-ppcre" ,sbcl-cl-ppcre)
6784 ("local-time" ,sbcl-local-time)
6785 ("periods-series" ,sbcl-periods-series)))
6786 (arguments
6787 '(#:phases
6788 (modify-phases %standard-phases
6789 (add-after 'unpack 'fix-system-definition
6790 (lambda _
6791 (substitute* "cl-ledger.asd"
6792 ((" :build-operation program-op") "")
6793 ((" :build-pathname \"cl-ledger\"") "")
6794 ((" :entry-point \"ledger::main\"") ""))
6795 #t)))))
6796 (synopsis "Common Lisp port of the Ledger accounting system")
6797 (description
6798 "CL-Ledger is a Common Lisp port of the Ledger double-entry accounting
6799 system.")
6800 (home-page "https://github.com/ledger/cl-ledger")
6801 (license license:bsd-3))))
6802
6803 (define-public cl-ledger
6804 (sbcl-package->cl-source-package sbcl-cl-ledger))
6805
6806 (define-public ecl-cl-ledger
6807 (sbcl-package->ecl-package sbcl-cl-ledger))
6808
6809 (define-public sbcl-bst
6810 (let ((commit "34f9c7e8e0a9f2c952fe310ab36cb630d5d9c15a")
6811 (revision "1"))
6812 (package
6813 (name "sbcl-bst")
6814 (version (git-version "1.1" revision commit))
6815 (source
6816 (origin
6817 (method git-fetch)
6818 (uri (git-reference
6819 (url "https://github.com/glv2/bst.git")
6820 (commit commit)))
6821 (file-name (git-file-name name version))
6822 (sha256
6823 (base32
6824 "1amxns7hvvh4arwbh8ciwfzplg127vh37dnbamv1m1kmmnmihfc8"))))
6825 (build-system asdf-build-system/sbcl)
6826 (native-inputs
6827 `(("alexandria" ,sbcl-alexandria)
6828 ("fiveam" ,sbcl-fiveam)))
6829 (synopsis "Binary search tree for Common Lisp")
6830 (description
6831 "BST is a Common Lisp library for working with binary search trees that
6832 can contain any kind of values.")
6833 (home-page "https://github.com/glv2/bst")
6834 (license license:gpl3))))
6835
6836 (define-public cl-bst
6837 (sbcl-package->cl-source-package sbcl-bst))
6838
6839 (define-public ecl-bst
6840 (sbcl-package->ecl-package sbcl-bst))
6841
6842 (define-public sbcl-cl-octet-streams
6843 (package
6844 (name "sbcl-cl-octet-streams")
6845 (version "1.0")
6846 (source
6847 (origin
6848 (method git-fetch)
6849 (uri (git-reference
6850 (url "https://github.com/glv2/cl-octet-streams.git")
6851 (commit (string-append "v" version))))
6852 (file-name (git-file-name name version))
6853 (sha256
6854 (base32
6855 "1d7mn6ydv0j2x4r7clpc9ijjwrnfpxmvhifv8n5j7jh7s744sf8d"))))
6856 (build-system asdf-build-system/sbcl)
6857 (native-inputs
6858 `(("fiveam" ,sbcl-fiveam)))
6859 (inputs
6860 `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
6861 (synopsis "In-memory octet streams for Common Lisp")
6862 (description
6863 "CL-octet-streams is a library implementing in-memory octet
6864 streams for Common Lisp. It was inspired by the trivial-octet-streams and
6865 cl-plumbing libraries.")
6866 (home-page "https://github.com/glv2/cl-octet-streams")
6867 (license license:gpl3+)))
6868
6869 (define-public cl-octet-streams
6870 (sbcl-package->cl-source-package sbcl-cl-octet-streams))
6871
6872 (define-public ecl-cl-octet-streams
6873 (sbcl-package->ecl-package sbcl-cl-octet-streams))
6874
6875 (define-public sbcl-lzlib
6876 (let ((commit "0de1db7129fef9a58a059d35a2fa2ecfc5b47b47")
6877 (revision "1"))
6878 (package
6879 (name "sbcl-lzlib")
6880 (version (git-version "1.0" revision commit))
6881 (source
6882 (origin
6883 (method git-fetch)
6884 (uri (git-reference
6885 (url "https://github.com/glv2/cl-lzlib.git")
6886 (commit commit)))
6887 (file-name (git-file-name name version))
6888 (sha256
6889 (base32
6890 "12ny7vj52fgnd8hb8fc8mry92vq4c1x72x2350191m4476j95clz"))))
6891 (build-system asdf-build-system/sbcl)
6892 (native-inputs
6893 `(("fiveam" ,sbcl-fiveam)))
6894 (inputs
6895 `(("cffi" ,sbcl-cffi)
6896 ("cl-octet-streams" ,sbcl-cl-octet-streams)
6897 ("lzlib" ,lzlib)))
6898 (arguments
6899 '(#:phases
6900 (modify-phases %standard-phases
6901 (add-after 'unpack 'fix-paths
6902 (lambda* (#:key inputs #:allow-other-keys)
6903 (substitute* "src/lzlib.lisp"
6904 (("liblz\\.so")
6905 (string-append (assoc-ref inputs "lzlib") "/lib/liblz.so")))
6906 #t)))))
6907 (synopsis "Common Lisp library for lzip (de)compression")
6908 (description
6909 "This Common Lisp library provides functions for lzip (LZMA)
6910 compression/decompression using bindings to the lzlib C library.")
6911 (home-page "https://github.com/glv2/cl-lzlib")
6912 (license license:gpl3+))))
6913
6914 (define-public cl-lzlib
6915 (sbcl-package->cl-source-package sbcl-lzlib))
6916
6917 (define-public ecl-lzlib
6918 (sbcl-package->ecl-package sbcl-lzlib))
6919
6920 (define-public sbcl-chanl
6921 (let ((commit "56e90a126c78b39bb621a01585e8d3b985238e8c")
6922 (revision "1"))
6923 (package
6924 (name "sbcl-chanl")
6925 (version (git-version "0.4.1" revision commit))
6926 (source
6927 (origin
6928 (method git-fetch)
6929 (uri (git-reference
6930 (url "https://github.com/zkat/chanl.git")
6931 (commit commit)))
6932 (file-name (git-file-name name version))
6933 (sha256
6934 (base32
6935 "0b1cf6c12qx5cy1fw2z42jgh566rp3l8nv5qf0qqc569s7bgmrh4"))))
6936 (build-system asdf-build-system/sbcl)
6937 (native-inputs
6938 `(("fiveam" ,sbcl-fiveam)))
6939 (inputs
6940 `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
6941 (synopsis "Portable channel-based concurrency for Common Lisp")
6942 (description "Common Lisp library for channel-based concurrency. In
6943 a nutshell, you create various threads sequentially executing tasks you need
6944 done, and use channel objects to communicate and synchronize the state of these
6945 threads.")
6946 (home-page "https://github.com/zkat/chanl")
6947 (license (list license:expat license:bsd-3)))))
6948
6949 (define-public cl-chanl
6950 (sbcl-package->cl-source-package sbcl-chanl))
6951
6952 (define-public ecl-chanl
6953 (sbcl-package->ecl-package sbcl-chanl))
6954
6955 (define-public sbcl-cl-store
6956 (let ((commit "c787337a16ea8cf8a06227f35933a4ec774746b3")
6957 (revision "1"))
6958 (package
6959 (name "sbcl-cl-store")
6960 (version (git-version "0.8.11" revision commit))
6961 (source
6962 (origin
6963 (method git-fetch)
6964 (uri (git-reference
6965 (url "https://github.com/skypher/cl-store.git")
6966 (commit commit)))
6967 (file-name (git-file-name name version))
6968 (sha256
6969 (base32
6970 "194srkg8nrym19c6i7zbnkzshc1qhqa82m53qnkirz9fw928bqxr"))))
6971 (build-system asdf-build-system/sbcl)
6972 (native-inputs
6973 `(("rt" ,sbcl-rt)))
6974 (synopsis "Common Lisp library to serialize data")
6975 (description
6976 "CL-STORE is a portable serialization package which should give you the
6977 ability to store all Common Lisp data types into streams.")
6978 (home-page "https://www.common-lisp.net/project/cl-store/")
6979 (license license:expat))))
6980
6981 (define-public cl-store
6982 (sbcl-package->cl-source-package sbcl-cl-store))
6983
6984 (define-public ecl-cl-store
6985 (sbcl-package->ecl-package sbcl-cl-store))
6986
6987 (define-public sbcl-cl-gobject-introspection
6988 (let ((commit "7b703e2384945ea0ac39d9b766de434a08d81560")
6989 (revision "0"))
6990 (package
6991 (name "sbcl-cl-gobject-introspection")
6992 (version (git-version "0.3" revision commit))
6993 (home-page "https://github.com/andy128k/cl-gobject-introspection")
6994 (source
6995 (origin
6996 (method git-fetch)
6997 (uri (git-reference
6998 (url home-page)
6999 (commit commit)))
7000 (file-name (git-file-name name version))
7001 (sha256
7002 (base32
7003 "1zcqd2qj14f6b38vys8gr89s6cijsp9r8j43xa8lynilwva7bwyh"))))
7004 (build-system asdf-build-system/sbcl)
7005 (inputs
7006 `(("alexandria" ,sbcl-alexandria)
7007 ("cffi" ,sbcl-cffi)
7008 ("iterate" ,sbcl-iterate)
7009 ("trivial-garbage" ,sbcl-trivial-garbage)
7010 ("glib" ,glib)
7011 ("gobject-introspection" ,gobject-introspection)))
7012 (native-inputs
7013 `(("fiveam" ,sbcl-fiveam)))
7014 (arguments
7015 ;; TODO: Tests fail, see
7016 ;; https://github.com/andy128k/cl-gobject-introspection/issues/70.
7017 '(#:tests? #f
7018 #:phases
7019 (modify-phases %standard-phases
7020 (add-after (quote unpack) (quote fix-paths)
7021 (lambda* (#:key inputs #:allow-other-keys)
7022 (substitute* "src/init.lisp"
7023 (("libgobject-2\\.0\\.so")
7024 (string-append (assoc-ref inputs "glib") "/lib/libgobject-2.0.so"))
7025 (("libgirepository-1\\.0\\.so")
7026 (string-append (assoc-ref inputs "gobject-introspection")
7027 "/lib/libgirepository-1.0.so")))
7028 #t)))))
7029 (synopsis "Common Lisp bindings to GObject Introspection")
7030 (description
7031 "This library is a bridge between Common Lisp and GObject
7032 Introspection, which enables Common Lisp programs to access the full interface
7033 of C+GObject libraries without the need of writing dedicated bindings.")
7034 (license (list license:bsd-3
7035 ;; Tests are under a different license.
7036 license:llgpl)))))
7037
7038 (define-public cl-gobject-introspection
7039 (sbcl-package->cl-source-package sbcl-cl-gobject-introspection))
7040
7041 (define-public sbcl-string-case
7042 (let ((commit "718c761e33749e297cd2809c7ba3ade1985c49f7")
7043 (revision "0"))
7044 (package
7045 (name "sbcl-string-case")
7046 (version (git-version "0.0.2" revision commit))
7047 (home-page "https://github.com/pkhuong/string-case")
7048 (source
7049 (origin
7050 (method git-fetch)
7051 (uri (git-reference
7052 (url home-page)
7053 (commit commit)))
7054 (file-name (git-file-name name version))
7055 (sha256
7056 (base32
7057 "1n5i3yh0h5s636rcnwn7jwqy3rjflikra04lymimhpcshhjsk0md"))))
7058 (build-system asdf-build-system/sbcl)
7059 (synopsis "Efficient string= case in Common Lisp")
7060 (description
7061 "@code{string-case} is a Common Lisp macro that generates specialised decision
7062 trees to dispatch on string equality.")
7063 (license license:bsd-3))))
7064
7065 (define-public cl-string-case
7066 (sbcl-package->cl-source-package sbcl-string-case))
7067
7068 (define-public ecl-string-case
7069 (sbcl-package->ecl-package sbcl-string-case))
7070
7071 (define-public sbcl-global-vars
7072 (let ((commit "c749f32c9b606a1457daa47d59630708ac0c266e")
7073 (revision "0"))
7074 (package
7075 (name "sbcl-global-vars")
7076 (version (git-version "1.0.0" revision commit))
7077 (home-page "https://github.com/lmj/global-vars")
7078 (source
7079 (origin
7080 (method git-fetch)
7081 (uri (git-reference
7082 (url home-page)
7083 (commit commit)))
7084 (file-name (git-file-name name version))
7085 (sha256
7086 (base32
7087 "06m3xc8l3pgsapl8fvsi9wf6y46zs75cp9zn7zh6dc65v4s5wz3d"))))
7088 (build-system asdf-build-system/sbcl)
7089 (synopsis "Efficient global variables in Common Lisp")
7090 (description
7091 "In Common Lisp, a special variable that is never dynamically bound
7092 typically serves as a stand-in for a global variable. The @code{global-vars}
7093 library provides true global variables that are implemented by some compilers.
7094 An attempt to rebind a global variable properly results in a compiler error.
7095 That is, a global variable cannot be dynamically bound.
7096
7097 Global variables therefore allow us to communicate an intended usage that
7098 differs from special variables. Global variables are also more efficient than
7099 special variables, especially in the presence of threads.")
7100 (license license:expat))))
7101
7102 (define-public cl-global-vars
7103 (sbcl-package->cl-source-package sbcl-global-vars))
7104
7105 (define-public ecl-global-vars
7106 (sbcl-package->ecl-package sbcl-global-vars))
7107
7108 (define-public sbcl-trivial-file-size
7109 (let ((commit "1c1d672a01a446ba0391dbb4ffc40be3b0476f23")
7110 (revision "0"))
7111 (package
7112 (name "sbcl-trivial-file-size")
7113 (version (git-version "0.0.0" revision commit))
7114 (home-page "https://github.com/ruricolist/trivial-file-size")
7115 (source
7116 (origin
7117 (method git-fetch)
7118 (uri (git-reference
7119 (url home-page)
7120 (commit commit)))
7121 (file-name (git-file-name name version))
7122 (sha256
7123 (base32
7124 "17pp86c9zs4y7i1sh7q9gbfw9iqv6655k7fz8qbj9ly1ypgxp4qs"))))
7125 (build-system asdf-build-system/sbcl)
7126 (native-inputs
7127 `(("fiveam" ,sbcl-fiveam)))
7128 (synopsis "Size of a file in bytes in Common Lisp")
7129 (description
7130 "The canonical way to determine the size of a file in bytes, using Common Lisp,
7131 is to open the file with an element type of (unsigned-byte 8) and then
7132 calculate the length of the stream. This is less than ideal. In most cases
7133 it is better to get the size of the file from its metadata, using a system
7134 call.
7135
7136 This library exports a single function, file-size-in-octets. It returns the
7137 size of a file in bytes, using system calls when possible.")
7138 (license license:expat))))
7139
7140 (define-public cl-trivial-file-size
7141 (sbcl-package->cl-source-package sbcl-trivial-file-size))
7142
7143 (define-public ecl-trivial-file-size
7144 (sbcl-package->ecl-package sbcl-trivial-file-size))
7145
7146 (define-public sbcl-trivial-macroexpand-all
7147 (let ((commit "933270ac7107477de1bc92c1fd641fe646a7a8a9")
7148 (revision "0"))
7149 (package
7150 (name "sbcl-trivial-macroexpand-all")
7151 (version (git-version "0.0.0" revision commit))
7152 (home-page "https://github.com/cbaggers/trivial-macroexpand-all")
7153 (source
7154 (origin
7155 (method git-fetch)
7156 (uri (git-reference
7157 (url home-page)
7158 (commit commit)))
7159 (file-name (git-file-name name version))
7160 (sha256
7161 (base32
7162 "191hnn4b5j4i3crydmlzbm231kj0h7l8zj6mzj69r1npbzkas4bd"))))
7163 (build-system asdf-build-system/sbcl)
7164 (native-inputs
7165 `(("fiveam" ,sbcl-fiveam)))
7166 (synopsis "Portable macroexpand-all for Common Lisp")
7167 (description
7168 "This library provides a macroexpand-all function that calls the
7169 implementation specific equivalent.")
7170 (license license:unlicense))))
7171
7172 (define-public cl-trivial-macroexpand-all
7173 (sbcl-package->cl-source-package sbcl-trivial-macroexpand-all))
7174
7175 (define-public ecl-trivial-macroexpand-all
7176 (sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
7177
7178 (define-public sbcl-serapeum
7179 (let ((commit "65837f8a0d65b36369ec8d000fff5c29a395b5fe")
7180 (revision "0"))
7181 (package
7182 (name "sbcl-serapeum")
7183 (version (git-version "0.0.0" revision commit))
7184 (home-page "https://github.com/ruricolist/serapeum")
7185 (source
7186 (origin
7187 (method git-fetch)
7188 (uri (git-reference
7189 (url home-page)
7190 (commit commit)))
7191 (file-name (git-file-name name version))
7192 (sha256
7193 (base32
7194 "0clwf81r2lvk1rbfvk91s9zmbkas9imf57ilqclw12mxaxlfsnbw"))))
7195 (build-system asdf-build-system/sbcl)
7196 (inputs
7197 `(("alexandria" ,sbcl-alexandria)
7198 ("trivia" ,sbcl-trivia)
7199 ("trivia.quasiquote" ,sbcl-trivia.quasiquote)
7200 ("split-sequence" ,sbcl-split-sequence)
7201 ("string-case" ,sbcl-string-case)
7202 ("parse-number" ,sbcl-parse-number)
7203 ("trivial-garbage" ,sbcl-trivial-garbage)
7204 ("bordeaux-threads" ,sbcl-bordeaux-threads)
7205 ("named-readtables" ,sbcl-named-readtables)
7206 ("fare-quasiquote-extras" ,sbcl-fare-quasiquote-extras)
7207 ("parse-declarations-1.0" ,sbcl-parse-declarations)
7208 ("global-vars" ,sbcl-global-vars)
7209 ("trivial-file-size" ,sbcl-trivial-file-size)
7210 ("trivial-macroexpand-all" ,sbcl-trivial-macroexpand-all)))
7211 (native-inputs
7212 `(("fiveam" ,sbcl-fiveam)
7213 ("local-time" ,sbcl-local-time)))
7214 (arguments
7215 '(#:phases
7216 (modify-phases %standard-phases
7217 (add-after 'unpack 'disable-failing-tests
7218 (lambda* (#:key inputs #:allow-other-keys)
7219 (substitute* "serapeum.asd"
7220 ;; Guix does not have Quicklisp, and probably never will.
7221 (("\\(:file \"quicklisp\"\\)") ""))
7222 #t)))))
7223 (synopsis "Common Lisp utility library beyond Alexandria")
7224 (description
7225 "Serapeum is a conservative library of Common Lisp utilities. It is a
7226 supplement, not a competitor, to Alexandria.")
7227 (license license:expat))))
7228
7229 (define-public cl-serapeum
7230 (sbcl-package->cl-source-package sbcl-serapeum))
7231
7232 (define-public sbcl-arrows
7233 (let ((commit "df7cf0067e0132d9697ac8b1a4f1b9c88d4f5382")
7234 (revision "0"))
7235 (package
7236 (name "sbcl-arrows")
7237 (version (git-version "0.2.0" revision commit))
7238 (source
7239 (origin
7240 (method git-fetch)
7241 (uri (git-reference
7242 (url "https://gitlab.com/Harleqin/arrows.git")
7243 (commit commit)))
7244 (file-name (git-file-name name version))
7245 (sha256
7246 (base32
7247 "042k9vkssrqx9nhp14wdzm942zgdxvp35mba0p2syz98i75im2yy"))))
7248 (build-system asdf-build-system/sbcl)
7249 (native-inputs
7250 `(("hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
7251 (synopsis "Clojure-like arrow macros for Common Lisp")
7252 (description
7253 "This library implements the @code{->} and @code{->>} macros from
7254 Clojure, as well as several expansions on the idea.")
7255 (home-page "https://gitlab.com/Harleqin/arrows")
7256 (license license:public-domain))))
7257
7258 (define-public cl-arrows
7259 (sbcl-package->cl-source-package sbcl-arrows))
7260
7261 (define-public ecl-arrows
7262 (sbcl-package->ecl-package sbcl-arrows))
7263
7264 (define-public sbcl-simple-parallel-tasks
7265 (let ((commit "db460f7a3f7bbfe2d3a2223ed21e162068d04dda")
7266 (revision "0"))
7267 (package
7268 (name "sbcl-simple-parallel-tasks")
7269 (version (git-version "1.0" revision commit))
7270 (source
7271 (origin
7272 (method git-fetch)
7273 (uri (git-reference
7274 (url "https://github.com/glv2/simple-parallel-tasks.git")
7275 (commit commit)))
7276 (file-name (git-file-name name version))
7277 (sha256
7278 (base32
7279 "0amw3qk23wnlyrsgzszs6rs7y4zvxv8dr03rnqhc60mnm8ds4dd5"))))
7280 (build-system asdf-build-system/sbcl)
7281 (native-inputs
7282 `(("fiveam" ,sbcl-fiveam)))
7283 (inputs
7284 `(("chanl" ,sbcl-chanl)))
7285 (synopsis "Common Lisp library to evaluate some forms in parallel")
7286 (description "This is a simple Common Lisp library to evaluate some
7287 forms in parallel.")
7288 (home-page "https://github.com/glv2/simple-parallel-tasks")
7289 (license license:gpl3))))
7290
7291 (define-public cl-simple-parallel-tasks
7292 (sbcl-package->cl-source-package sbcl-simple-parallel-tasks))
7293
7294 (define-public ecl-simple-parallel-tasks
7295 (sbcl-package->ecl-package sbcl-simple-parallel-tasks))
7296
7297 (define-public sbcl-cl-heap
7298 (package
7299 (name "sbcl-cl-heap")
7300 (version "0.1.6")
7301 (source
7302 (origin
7303 (method url-fetch)
7304 (uri (string-append "https://common-lisp.net/project/cl-heap/releases/"
7305 "cl-heap_" version ".tar.gz"))
7306 (sha256
7307 (base32
7308 "163hb07p2nxz126rpq3cj5dyala24n0by5i5786n2qcr1w0bak4i"))))
7309 (build-system asdf-build-system/sbcl)
7310 (native-inputs
7311 `(("xlunit" ,sbcl-xlunit)))
7312 (arguments
7313 `(#:test-asd-file "cl-heap-tests.asd"))
7314 (synopsis "Heap and priority queue data structures for Common Lisp")
7315 (description
7316 "CL-HEAP provides various implementations of heap data structures (a
7317 binary heap and a Fibonacci heap) as well as an efficient priority queue.")
7318 (home-page "https://common-lisp.net/project/cl-heap/")
7319 (license license:gpl3+)))
7320
7321 (define-public cl-heap
7322 (sbcl-package->cl-source-package sbcl-cl-heap))
7323
7324 (define-public ecl-cl-heap
7325 (sbcl-package->ecl-package sbcl-cl-heap))
7326
7327 (define-public sbcl-curry-compose-reader-macros
7328 (let ((commit "beaa92dedf392726c042184bfd6149fa8d9e6ac2")
7329 (revision "0"))
7330 (package
7331 (name "sbcl-curry-compose-reader-macros")
7332 (version (git-version "1.0.0" revision commit))
7333 (source
7334 (origin
7335 (method git-fetch)
7336 (uri
7337 (git-reference
7338 (url "https://github.com/eschulte/curry-compose-reader-macros.git")
7339 (commit commit)))
7340 (file-name (git-file-name name version))
7341 (sha256
7342 (base32
7343 "0rv9bl8xrad5wfcg5zs1dazvnpmvqz6297lbn8bywsrcfnlf7h98"))))
7344 (build-system asdf-build-system/sbcl)
7345 (inputs
7346 `(("alexandria" ,sbcl-alexandria)
7347 ("named-readtables" ,sbcl-named-readtables)))
7348 (synopsis "Reader macros for partial application and composition")
7349 (description
7350 "This Common Lisp library provides reader macros for concise expression
7351 of function partial application and composition.")
7352 (home-page "https://eschulte.github.io/curry-compose-reader-macros/")
7353 (license license:public-domain))))
7354
7355 (define-public cl-curry-compose-reader-macros
7356 (sbcl-package->cl-source-package sbcl-curry-compose-reader-macros))
7357
7358 (define-public ecl-curry-compose-reader-macros
7359 (sbcl-package->ecl-package sbcl-curry-compose-reader-macros))
7360
7361 (define-public sbcl-yason
7362 (package
7363 (name "sbcl-yason")
7364 (version "0.7.7")
7365 (source
7366 (origin
7367 (method git-fetch)
7368 (uri (git-reference
7369 (url "https://github.com/phmarek/yason.git")
7370 (commit (string-append "v" version))))
7371 (file-name (git-file-name name version))
7372 (sha256
7373 (base32
7374 "0479rbjgbj80jpk5bby18inlv1kfp771a82rlcq5psrz65qqa9bj"))))
7375 (build-system asdf-build-system/sbcl)
7376 (inputs
7377 `(("alexandria" ,sbcl-alexandria)
7378 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
7379 (synopsis "Common Lisp JSON parser/encoder")
7380 (description
7381 "YASON is a Common Lisp library for encoding and decoding data in the
7382 JSON interchange format.")
7383 (home-page "https://github.com/phmarek/yason")
7384 (license license:bsd-3)))
7385
7386 (define-public cl-yason
7387 (sbcl-package->cl-source-package sbcl-yason))
7388
7389 (define-public ecl-yason
7390 (sbcl-package->ecl-package sbcl-yason))
7391
7392 (define-public sbcl-stefil
7393 (let ((commit "0398548ec95dceb50fc2c2c03e5fb0ce49b86c7a")
7394 (revision "0"))
7395 (package
7396 (name "sbcl-stefil")
7397 (version (git-version "0.1" revision commit))
7398 (source
7399 (origin
7400 (method git-fetch)
7401 (uri (git-reference
7402 (url "https://gitlab.common-lisp.net/stefil/stefil.git")
7403 (commit commit)))
7404 (file-name (git-file-name name version))
7405 (sha256
7406 (base32
7407 "0bqz64q2szzhf91zyqyssmvrz7da6442rs01808pf3wrdq28bclh"))))
7408 (build-system asdf-build-system/sbcl)
7409 (inputs
7410 `(("alexandria" ,sbcl-alexandria)
7411 ("iterate" ,sbcl-iterate)
7412 ("metabang-bind" ,sbcl-metabang-bind)))
7413 (propagated-inputs
7414 ;; Swank doesn't have a pre-compiled package, therefore we must
7415 ;; propagate its sources.
7416 `(("swank" ,cl-slime-swank)))
7417 (arguments
7418 '(#:phases
7419 (modify-phases %standard-phases
7420 (add-after 'unpack 'drop-unnecessary-dependency
7421 (lambda _
7422 (substitute* "package.lisp"
7423 ((":stefil-system") ""))
7424 #t)))))
7425 (home-page "https://common-lisp.net/project/stefil/index-old.shtml")
7426 (synopsis "Simple test framework")
7427 (description
7428 "Stefil is a simple test framework for Common Lisp, with a focus on
7429 interactive development.")
7430 (license license:public-domain))))
7431
7432 (define-public cl-stefil
7433 (sbcl-package->cl-source-package sbcl-stefil))
7434
7435 (define-public sbcl-graph
7436 (let ((commit "78bf9ec930d8eae4f0861b5be76765fb1e45e24f")
7437 (revision "0"))
7438 (package
7439 (name "sbcl-graph")
7440 (version (git-version "0.0.0" revision commit))
7441 (source
7442 (origin
7443 (method git-fetch)
7444 (uri
7445 (git-reference
7446 (url "https://github.com/eschulte/graph.git")
7447 (commit commit)))
7448 (file-name (git-file-name name version))
7449 (sha256
7450 (base32
7451 "1qpij4xh8bqwc2myahpilcbh916v7vg0acz2fij14d3y0jm02h0g"))
7452 (patches (search-patches "sbcl-graph-asdf-definitions.patch"))))
7453 (build-system asdf-build-system/sbcl)
7454 (native-inputs
7455 `(("stefil" ,sbcl-stefil)))
7456 (inputs
7457 `(("alexandria" ,sbcl-alexandria)
7458 ("cl-heap" ,sbcl-cl-heap)
7459 ("curry-compose-reader-macros" ,sbcl-curry-compose-reader-macros)
7460 ("metabang-bind" ,sbcl-metabang-bind)
7461 ("named-readtables" ,sbcl-named-readtables)))
7462 (arguments
7463 '(#:test-asd-file "graph-test.asd"))
7464 (synopsis "Graph data structure and algorithms for Common Lisp")
7465 (description
7466 "The GRAPH Common Lisp library provides a data structures to represent
7467 graphs, as well as some graph manipulation and analysis algorithms (shortest
7468 path, maximum flow, minimum spanning tree, etc.).")
7469 (home-page "https://eschulte.github.io/graph/")
7470 (license license:gpl3+))))
7471
7472 (define-public cl-graph
7473 (sbcl-package->cl-source-package sbcl-graph))
7474
7475 (define-public sbcl-graph-dot
7476 (package
7477 (inherit sbcl-graph)
7478 (name "sbcl-graph-dot")
7479 (inputs
7480 `(("alexandria" ,sbcl-alexandria)
7481 ("cl-ppcre" ,sbcl-cl-ppcre)
7482 ("curry-compose-reader-macros" ,sbcl-curry-compose-reader-macros)
7483 ("graph" ,sbcl-graph)
7484 ("metabang-bind" ,sbcl-metabang-bind)
7485 ("named-readtables" ,sbcl-named-readtables)))
7486 (arguments
7487 (substitute-keyword-arguments (package-arguments sbcl-graph)
7488 ((#:asd-file _ "") "graph-dot.asd")
7489 ((#:asd-system-name _ #f) "graph-dot")))
7490 (synopsis "Serialize graphs to and from DOT format")))
7491
7492 (define-public sbcl-graph-json
7493 (package
7494 (inherit sbcl-graph)
7495 (name "sbcl-graph-json")
7496 (inputs
7497 `(("alexandria" ,sbcl-alexandria)
7498 ("curry-compose-reader-macros" ,sbcl-curry-compose-reader-macros)
7499 ("graph" ,sbcl-graph)
7500 ("metabang-bind" ,sbcl-metabang-bind)
7501 ("named-readtables" ,sbcl-named-readtables)
7502 ("yason" ,sbcl-yason)))
7503 (arguments
7504 (substitute-keyword-arguments (package-arguments sbcl-graph)
7505 ((#:asd-file _ "") "graph-json.asd")
7506 ((#:asd-system-name _ #f) "graph-json")))
7507 (synopsis "Serialize graphs to and from JSON format")))
7508
7509 (define-public sbcl-trivial-indent
7510 (let ((commit "2d016941751647c6cc5bd471751c2cf68861c94a")
7511 (revision "0"))
7512 (package
7513 (name "sbcl-trivial-indent")
7514 (version (git-version "1.0.0" revision commit))
7515 (source
7516 (origin
7517 (method git-fetch)
7518 (uri
7519 (git-reference
7520 (url "https://github.com/Shinmera/trivial-indent")
7521 (commit commit)))
7522 (file-name (git-file-name name version))
7523 (sha256
7524 (base32
7525 "1sj90nqz17w4jq0ixz00gb9g5g6d2s7l8r17zdby27gxxh51w266"))))
7526 (build-system asdf-build-system/sbcl)
7527 (synopsis "Simple Common Lisp library to allow indentation hints for SWANK")
7528 (description
7529 "This library allows you to define custom indentation hints for your
7530 macros if the one recognised by SLIME automatically produces unwanted
7531 results.")
7532 (home-page "https://shinmera.github.io/trivial-indent/")
7533 (license license:zlib))))
7534
7535 (define-public cl-trivial-indent
7536 (sbcl-package->cl-source-package sbcl-trivial-indent))
7537
7538 (define-public sbcl-documentation-utils
7539 (let ((commit "98630dd5f7e36ae057fa09da3523f42ccb5d1f55")
7540 (revision "0"))
7541 (package
7542 (name "sbcl-documentation-utils")
7543 (version (git-version "1.2.0" revision commit))
7544 (source
7545 (origin
7546 (method git-fetch)
7547 (uri
7548 (git-reference
7549 (url "https://github.com/Shinmera/documentation-utils.git")
7550 (commit commit)))
7551 (file-name (git-file-name name version))
7552 (sha256
7553 (base32
7554 "098qhkqskmmrh4wix34mawf7p5c87yql28r51r75yjxj577k5idq"))))
7555 (build-system asdf-build-system/sbcl)
7556 (inputs
7557 `(("trivial-indent" ,sbcl-trivial-indent)))
7558 (synopsis "Few simple tools to document Common Lisp libraries")
7559 (description
7560 "This is a small library to help you with managing the Common Lisp
7561 docstrings for your library.")
7562 (home-page "https://shinmera.github.io/documentation-utils/")
7563 (license license:zlib))))
7564
7565 (define-public cl-documentation-utils
7566 (sbcl-package->cl-source-package sbcl-documentation-utils))
7567
7568 (define-public ecl-documentation-utils
7569 (sbcl-package->ecl-package sbcl-documentation-utils))
7570
7571 (define-public sbcl-form-fiddle
7572 (let ((commit "e0c23599dbb8cff3e83e012f3d86d0764188ad18")
7573 (revision "0"))
7574 (package
7575 (name "sbcl-form-fiddle")
7576 (version (git-version "1.1.0" revision commit))
7577 (source
7578 (origin
7579 (method git-fetch)
7580 (uri
7581 (git-reference
7582 (url "https://github.com/Shinmera/form-fiddle")
7583 (commit commit)))
7584 (file-name (git-file-name name version))
7585 (sha256
7586 (base32
7587 "041iznc9mpfyrl0sv5893ys9pbb2pvbn9g3clarqi7gsfj483jln"))))
7588 (build-system asdf-build-system/sbcl)
7589 (inputs
7590 `(("documentation-utils" ,sbcl-documentation-utils)))
7591 (synopsis "Utilities to destructure Common Lisp lambda forms")
7592 (description
7593 "Often times we need to destructure a form definition in a Common Lisp
7594 macro. This library provides a set of simple utilities to help with that.")
7595 (home-page "https://shinmera.github.io/form-fiddle/")
7596 (license license:zlib))))
7597
7598 (define-public cl-form-fiddle
7599 (sbcl-package->cl-source-package sbcl-form-fiddle))
7600
7601 (define-public sbcl-parachute
7602 (let ((commit "ca04dd8e43010a6dfffa26dbe1d62af86008d666")
7603 (revision "0"))
7604 (package
7605 (name "sbcl-parachute")
7606 (version (git-version "1.1.1" revision commit))
7607 (source
7608 (origin
7609 (method git-fetch)
7610 (uri
7611 (git-reference
7612 (url "https://github.com/Shinmera/parachute")
7613 (commit commit)))
7614 (file-name (git-file-name name version))
7615 (sha256
7616 (base32
7617 "1mvsm3r0r6a2bg75nw0q7n9vlby3ch45qjl7hnb5k1z2n5x5lh60"))))
7618 (build-system asdf-build-system/sbcl)
7619 (inputs
7620 `(("documentation-utils" ,sbcl-documentation-utils)
7621 ("form-fiddle" ,sbcl-form-fiddle)))
7622 (synopsis "Extensible and cross-compatible testing framework for Common Lisp")
7623 (description
7624 "Parachute is a simple-to-use and extensible testing framework.
7625 In Parachute, things are organised as a bunch of named tests within a package.
7626 Each test can contain a bunch of test forms that make up its body.")
7627 (home-page "https://shinmera.github.io/parachute/")
7628 (license license:zlib))))
7629
7630 (define-public cl-parachute
7631 (sbcl-package->cl-source-package sbcl-parachute))
7632
7633 (define-public sbcl-array-utils
7634 (let ((commit "f90eb9070d0b2205af51126a35033574725e5c56")
7635 (revision "0"))
7636 (package
7637 (name "sbcl-array-utils")
7638 (version (git-version "1.1.1" revision commit))
7639 (source
7640 (origin
7641 (method git-fetch)
7642 (uri
7643 (git-reference
7644 (url "https://github.com/Shinmera/array-utils")
7645 (commit commit)))
7646 (file-name (git-file-name name version))
7647 (sha256
7648 (base32
7649 "0zhwfbpr53vs1ii4sx75dz2k9yhh1xpwdqqpg8nmfndxkmhpbi3x"))))
7650 (build-system asdf-build-system/sbcl)
7651 (native-inputs
7652 `(("parachute" ,sbcl-parachute)))
7653 (inputs
7654 `(("documentation-utils" ,sbcl-documentation-utils)))
7655 (synopsis "Tiny collection of array and vector utilities for Common Lisp")
7656 (description
7657 "A miniature toolkit that contains some useful shifting/popping/pushing
7658 functions for arrays and vectors. Originally from Plump.")
7659 (home-page "https://shinmera.github.io/array-utils/")
7660 (license license:zlib))))
7661
7662 (define-public cl-array-utils
7663 (sbcl-package->cl-source-package sbcl-array-utils))
7664
7665 (define-public sbcl-plump
7666 (let ((commit "16f1231bf706cfbc54d9e55a853ca945e4452a08")
7667 (revision "0"))
7668 (package
7669 (name "sbcl-plump")
7670 (version (git-version "2.0.0" revision commit))
7671 (source
7672 (origin
7673 (method git-fetch)
7674 (uri
7675 (git-reference
7676 (url "https://github.com/Shinmera/plump")
7677 (commit commit)))
7678 (file-name (git-file-name name version))
7679 (sha256
7680 (base32
7681 "0705k8pbip51v74rccgwscwph439f2pma9f915qf1h4bhjx999ip"))))
7682 (build-system asdf-build-system/sbcl)
7683 (inputs
7684 `(("array-utils" ,sbcl-array-utils)
7685 ("documentation-utils" ,sbcl-documentation-utils)))
7686 (synopsis "Lenient XML / XHTML / HTML parser for Common Lisp")
7687 (description
7688 "Plump is a parser for HTML/XML-like documents, focusing on being
7689 lenient towards invalid markup. It can handle things like invalid attributes,
7690 bad closing tag order, unencoded entities, inexistent tag types, self-closing
7691 tags and so on. It parses documents to a class representation and offers a
7692 small set of DOM functions to manipulate it. It can be extended to parse to
7693 your own classes.")
7694 (home-page "https://shinmera.github.io/plump/")
7695 (license license:zlib))))
7696
7697 (define-public cl-plump
7698 (sbcl-package->cl-source-package sbcl-plump))
7699
7700 (define-public sbcl-antik-base
7701 (let ((commit "e4711a69b3d6bf37b5727af05c3cfd03e8428ba3")
7702 (revision "1"))
7703 (package
7704 (name "sbcl-antik-base")
7705 (version (git-version "0.0.0" revision commit))
7706 (source
7707 (origin
7708 (method git-fetch)
7709 (uri (git-reference
7710 (url "https://gitlab.common-lisp.net/antik/antik.git")
7711 (commit commit)))
7712 (file-name (git-file-name name version))
7713 (sha256
7714 (base32
7715 "047ga2c38par2xbgg4qx6hwv06qhf1c1f67as8xvir6s80lip1km"))))
7716 (build-system asdf-build-system/sbcl)
7717 (inputs
7718 `(("alexandria" ,sbcl-alexandria)
7719 ("cl-ppcre" ,sbcl-cl-ppcre)
7720 ("iterate" ,sbcl-iterate)
7721 ("metabang-bind" ,sbcl-metabang-bind)
7722 ("named-readtables" ,sbcl-named-readtables)
7723 ("split-sequence" ,sbcl-split-sequence)))
7724 (native-inputs
7725 `(("lisp-unit" ,sbcl-lisp-unit)))
7726 (synopsis "Scientific and engineering computation in Common Lisp")
7727 (description
7728 "Antik provides a foundation for scientific and engineering
7729 computation in Common Lisp. It is designed not only to facilitate
7730 numerical computations, but to permit the use of numerical computation
7731 libraries and the interchange of data and procedures, whether
7732 foreign (non-Lisp) or Lisp libraries. It is named after the
7733 Antikythera mechanism, one of the oldest examples of a scientific
7734 computer known.")
7735 (home-page "https://common-lisp.net/project/antik/")
7736 (license license:gpl3))))
7737
7738 (define-public cl-antik-base
7739 (sbcl-package->cl-source-package sbcl-antik-base))
7740
7741 (define-public ecl-antik-base
7742 (sbcl-package->ecl-package sbcl-antik-base))
7743
7744 (define-public sbcl-foreign-array
7745 (package
7746 (inherit sbcl-antik-base)
7747 (name "sbcl-foreign-array")
7748 (arguments
7749 (substitute-keyword-arguments (package-arguments sbcl-antik-base)
7750 ((#:asd-file _ "") "foreign-array.asd")
7751 ((#:asd-system-name _ #f) "foreign-array")))
7752 (inputs
7753 `(("antik-base" ,sbcl-antik-base)
7754 ("cffi" ,sbcl-cffi)
7755 ("trivial-garbage" ,sbcl-trivial-garbage)
7756 ("static-vectors" ,sbcl-static-vectors)))
7757 (synopsis "Common Lisp library providing access to foreign arrays")))
7758
7759 (define-public cl-foreign-array
7760 (sbcl-package->cl-source-package sbcl-foreign-array))
7761
7762 (define-public ecl-foreign-array
7763 (sbcl-package->ecl-package sbcl-foreign-array))
7764
7765 (define-public sbcl-physical-dimension
7766 (package
7767 (inherit sbcl-antik-base)
7768 (name "sbcl-physical-dimension")
7769 (inputs
7770 `(("fare-utils" ,sbcl-fare-utils)
7771 ("foreign-array" ,sbcl-foreign-array)
7772 ("trivial-utf-8" ,sbcl-trivial-utf-8)))
7773 (arguments
7774 (substitute-keyword-arguments (package-arguments sbcl-antik-base)
7775 ((#:asd-file _ "") "physical-dimension.asd")
7776 ((#:asd-system-name _ #f) "physical-dimension")))
7777 (synopsis
7778 "Common Lisp library providing computations with physical units")))
7779
7780 (define-public cl-physical-dimension
7781 (sbcl-package->cl-source-package sbcl-physical-dimension))
7782
7783 (define-public sbcl-science-data
7784 (package
7785 (inherit sbcl-antik-base)
7786 (name "sbcl-science-data")
7787 (inputs
7788 `(("physical-dimension" ,sbcl-physical-dimension)
7789 ("drakma" ,sbcl-drakma)))
7790 (arguments
7791 (substitute-keyword-arguments (package-arguments sbcl-antik-base)
7792 ((#:asd-file _ "") "science-data.asd")
7793 ((#:asd-system-name _ #f) "science-data")))
7794 (synopsis
7795 "Common Lisp library for scientific and engineering numerical data")))
7796
7797 (define-public cl-science-data
7798 (sbcl-package->cl-source-package sbcl-science-data))
7799
7800 (define-public sbcl-gsll
7801 (let ((commit "1a8ada22f9cf5ed7372d352b2317f4ccdb6ab308")
7802 (revision "1"))
7803 (package
7804 (name "sbcl-gsll")
7805 (version (git-version "0.0.0" revision commit))
7806 (source
7807 (origin
7808 (method git-fetch)
7809 (uri (git-reference
7810 (url "https://gitlab.common-lisp.net/antik/gsll.git")
7811 (commit commit)))
7812 (file-name (git-file-name name version))
7813 (sha256
7814 (base32
7815 "0z5nypfk26hxihb08p085644afawicrgb4xvadh3lmrn46qbjfn4"))))
7816 (build-system asdf-build-system/sbcl)
7817 (native-inputs
7818 `(("lisp-unit" ,sbcl-lisp-unit)))
7819 (inputs
7820 `(("alexandria" ,sbcl-alexandria)
7821 ("cffi-grovel" ,sbcl-cffi-grovel)
7822 ("cffi-libffi" ,sbcl-cffi-libffi)
7823 ("foreign-array" ,sbcl-foreign-array)
7824 ("gsl" ,gsl)
7825 ("metabang-bind" ,sbcl-metabang-bind)
7826 ("trivial-features" ,sbcl-trivial-features)
7827 ("trivial-garbage" ,sbcl-trivial-garbage)))
7828 (arguments
7829 `(#:tests? #f
7830 #:phases
7831 (modify-phases %standard-phases
7832 (add-after 'unpack 'fix-cffi-paths
7833 (lambda* (#:key inputs #:allow-other-keys)
7834 (substitute* "gsll.asd"
7835 ((":depends-on \\(#:foreign-array")
7836 ":depends-on (#:foreign-array #:cffi-libffi"))
7837 (substitute* "init/init.lisp"
7838 (("libgslcblas.so" all)
7839 (string-append
7840 (assoc-ref inputs "gsl") "/lib/" all)))
7841 (substitute* "init/init.lisp"
7842 (("libgsl.so" all)
7843 (string-append
7844 (assoc-ref inputs "gsl") "/lib/" all))))))))
7845 (synopsis "GNU Scientific Library for Lisp")
7846 (description
7847 "The GNU Scientific Library for Lisp (GSLL) allows the use of the
7848 GNU Scientific Library (GSL) from Common Lisp. This library provides a
7849 full range of common mathematical operations useful to scientific and
7850 engineering applications. The design of the GSLL interface is such
7851 that access to most of the GSL library is possible in a Lisp-natural
7852 way; the intent is that the user not be hampered by the restrictions
7853 of the C language in which GSL has been written. GSLL thus provides
7854 interactive use of GSL for getting quick answers, even for someone not
7855 intending to program in Lisp.")
7856 (home-page "https://common-lisp.net/project/gsll/")
7857 (license license:gpl3))))
7858
7859 (define-public cl-gsll
7860 (sbcl-package->cl-source-package sbcl-gsll))
7861
7862 (define-public sbcl-antik
7863 (package
7864 (inherit sbcl-antik-base)
7865 (name "sbcl-antik")
7866 (inputs
7867 `(("gsll" ,sbcl-gsll)
7868 ("physical-dimension" ,sbcl-physical-dimension)))
7869 (arguments
7870 (substitute-keyword-arguments (package-arguments sbcl-antik-base)
7871 ((#:asd-file _ "") "antik.asd")
7872 ((#:asd-system-name _ #f) "antik")))))
7873
7874 (define-public cl-antik
7875 (sbcl-package->cl-source-package sbcl-antik))
7876
7877 (define-public sbcl-cl-interpol
7878 (let ((commit "1fd288d861db85bc4677cff3cdd6af75fda1afb4")
7879 (revision "1"))
7880 (package
7881 (name "sbcl-cl-interpol")
7882 (version (git-version "0.2.6" revision commit))
7883 (source
7884 (origin
7885 (method git-fetch)
7886 (uri (git-reference
7887 (url "https://github.com/edicl/cl-interpol.git")
7888 (commit commit)))
7889 (file-name (git-file-name name version))
7890 (sha256
7891 (base32
7892 "1hnikak52hmcq1r5f616m6qq1108qnkw80pja950nv1fq5p0ppjn"))))
7893 (build-system asdf-build-system/sbcl)
7894 (inputs
7895 `(("cl-unicode" ,sbcl-cl-unicode)
7896 ("named-readtables" ,sbcl-named-readtables)))
7897 (native-inputs
7898 `(("flexi-streams" ,sbcl-flexi-streams)))
7899 (synopsis "String interpolation for Common Lisp")
7900 (description
7901 "CL-INTERPOL is a library for Common Lisp which modifies the
7902 reader so that you can have interpolation within strings similar to
7903 Perl or Unix Shell scripts. It also provides various ways to insert
7904 arbitrary characters into literal strings even if your editor/IDE
7905 doesn't support them.")
7906 (home-page "https://edicl.github.io/cl-interpol/")
7907 (license license:bsd-3))))
7908
7909 (define-public cl-interpol
7910 (sbcl-package->cl-source-package sbcl-cl-interpol))
7911
7912 (define-public ecl-cl-interpol
7913 (sbcl-package->ecl-package sbcl-cl-interpol))
7914
7915 (define sbcl-symbol-munger-boot0
7916 ;; There is a cyclical dependency between symbol-munger and lisp-unit2.
7917 ;; See https://github.com/AccelerationNet/symbol-munger/issues/4
7918 (let ((commit "cc2bb4b7acd454d756484aec81ba487648385fc3")
7919 (revision "1"))
7920 (package
7921 (name "sbcl-symbol-munger-boot0")
7922 (version (git-version "0.0.1" revision commit))
7923 (source
7924 (origin
7925 (method git-fetch)
7926 (uri (git-reference
7927 (url "https://github.com/AccelerationNet/symbol-munger.git")
7928 (commit commit)))
7929 (file-name (git-file-name name version))
7930 (sha256
7931 (base32
7932 "0diav5ricqsybqvbp4bkxyj3bn3v9n7xb2pqqc4vg1algsw2pyjl"))))
7933 (build-system asdf-build-system/sbcl)
7934 (arguments
7935 `(#:asd-file "symbol-munger.asd"
7936 #:asd-system-name "symbol-munger"))
7937 (inputs
7938 `(("iterate" ,sbcl-iterate)
7939 ("alexandria" ,sbcl-alexandria)))
7940 (native-inputs
7941 `(("lisp-unit" ,sbcl-lisp-unit)))
7942 (synopsis
7943 "Capitalization and spacing conversion functions for Common Lisp")
7944 (description
7945 "This is a Common Lisp library to change the capitalization and spacing
7946 of a string or a symbol. It can convert to and from Lisp, english, underscore
7947 and camel-case rules.")
7948 (home-page "https://github.com/AccelerationNet/symbol-munger")
7949 ;; The package declares a BSD license, but all of the license
7950 ;; text is MIT.
7951 ;; See https://github.com/AccelerationNet/symbol-munger/issues/5
7952 (license license:expat))))
7953
7954 (define sbcl-lisp-unit2-boot0
7955 ;; There is a cyclical dependency between symbol-munger and lisp-unit2.
7956 ;; See https://github.com/AccelerationNet/symbol-munger/issues/4
7957 (let ((commit "fb9721524d1e4e73abb223ee036d74ce14a5505c")
7958 (revision "1"))
7959 (package
7960 (name "sbcl-lisp-unit2-boot0")
7961 (version (git-version "0.2.0" revision commit))
7962 (source
7963 (origin
7964 (method git-fetch)
7965 (uri (git-reference
7966 (url "https://github.com/AccelerationNet/lisp-unit2.git")
7967 (commit commit)))
7968 (file-name (git-file-name name version))
7969 (sha256
7970 (base32
7971 "1rsqy8y0jqll6xn9a593848f5wvd5ribv4csry1ly0hmdhfnqzlp"))))
7972 (build-system asdf-build-system/sbcl)
7973 (arguments
7974 `(#:asd-file "lisp-unit2.asd"
7975 #:asd-system-name "lisp-unit2"))
7976 (inputs
7977 `(("alexandria" ,sbcl-alexandria)
7978 ("cl-interpol" ,sbcl-cl-interpol)
7979 ("iterate" ,sbcl-iterate)
7980 ("symbol-munger-boot0" ,sbcl-symbol-munger-boot0)))
7981 (synopsis "Test Framework for Common Lisp")
7982 (description
7983 "LISP-UNIT2 is a Common Lisp library that supports unit testing in the
7984 style of JUnit for Java. It is a new version of the lisp-unit library written
7985 by Chris Riesbeck.")
7986 (home-page "https://github.com/AccelerationNet/lisp-unit2")
7987 (license license:expat))))
7988
7989 (define-public sbcl-symbol-munger
7990 (let ((commit "97598d4c3c53fd5da72ab78908fbd5d8c7a13416")
7991 (revision "1"))
7992 (package
7993 (name "sbcl-symbol-munger")
7994 (version (git-version "0.0.1" revision commit))
7995 (source
7996 (origin
7997 (method git-fetch)
7998 (uri (git-reference
7999 (url "https://github.com/AccelerationNet/symbol-munger.git")
8000 (commit commit)))
8001 (file-name (git-file-name name version))
8002 (sha256
8003 (base32
8004 "0y8jywjy0ldyhp7bxf16fdvdd2qgqnd7nlhlqfpfnzxcqk4xy1km"))))
8005 (build-system asdf-build-system/sbcl)
8006 (inputs
8007 `(("alexandria" ,sbcl-alexandria)
8008 ("iterate" ,sbcl-iterate)))
8009 (native-inputs
8010 `(("lisp-unit2-boot0" ,sbcl-lisp-unit2-boot0)))
8011 (synopsis
8012 "Capitalization and spacing conversion functions for Common Lisp")
8013 (description
8014 "This is a Common Lisp library to change the capitalization and spacing
8015 of a string or a symbol. It can convert to and from Lisp, english, underscore
8016 and camel-case rules.")
8017 (home-page "https://github.com/AccelerationNet/symbol-munger")
8018 ;; The package declares a BSD license, but all of the license
8019 ;; text is MIT.
8020 ;; See https://github.com/AccelerationNet/symbol-munger/issues/5
8021 (license license:expat))))
8022
8023 (define-public cl-symbol-munger
8024 (sbcl-package->cl-source-package sbcl-symbol-munger))
8025
8026 (define-public ecl-symbol-munger
8027 (sbcl-package->ecl-package sbcl-symbol-munger))
8028
8029 (define-public sbcl-lisp-unit2
8030 (package
8031 (inherit sbcl-lisp-unit2-boot0)
8032 (name "sbcl-lisp-unit2")
8033 (inputs
8034 `(("alexandria" ,sbcl-alexandria)
8035 ("cl-interpol" ,sbcl-cl-interpol)
8036 ("iterate" ,sbcl-iterate)
8037 ("symbol-munger" ,sbcl-symbol-munger)))))
8038
8039 (define-public cl-lisp-unit2
8040 (sbcl-package->cl-source-package sbcl-lisp-unit2))
8041
8042 (define-public ecl-lisp-unit2
8043 (sbcl-package->ecl-package sbcl-lisp-unit2))
8044
8045 (define-public sbcl-cl-csv
8046 (let ((commit "3eba29c8364b033fbe0d189c2500559278b6a362")
8047 (revision "1"))
8048 (package
8049 (name "sbcl-cl-csv")
8050 (version (git-version "1.0.6" revision commit))
8051 (source
8052 (origin
8053 (method git-fetch)
8054 (uri (git-reference
8055 (url "https://github.com/AccelerationNet/cl-csv.git")
8056 (commit commit)))
8057 (file-name (git-file-name name version))
8058 (sha256
8059 (base32
8060 "07h4ni89jzx93clx453hlnnb5g53hhlcmz5hghqv6ysam48lc8g6"))))
8061 (build-system asdf-build-system/sbcl)
8062 (arguments
8063 ;; See: https://github.com/AccelerationNet/cl-csv/pull/34
8064 `(#:tests? #f))
8065 (inputs
8066 `(("alexandria" ,sbcl-alexandria)
8067 ("cl-interpol" ,sbcl-cl-interpol)
8068 ("iterate" ,sbcl-iterate)))
8069 (native-inputs
8070 `(("lisp-unit2" ,sbcl-lisp-unit2)))
8071 (synopsis "Common lisp library for comma-separated values")
8072 (description
8073 "This is a Common Lisp library providing functions to read/write CSV
8074 from/to strings, streams and files.")
8075 (home-page "https://github.com/AccelerationNet/cl-csv")
8076 (license license:bsd-3))))
8077
8078 (define-public cl-csv
8079 (sbcl-package->cl-source-package sbcl-cl-csv))
8080
8081 (define-public ecl-cl-csv
8082 (sbcl-package->ecl-package sbcl-cl-csv))
8083
8084 (define-public sbcl-external-program
8085 (let ((commit "5888b8f1fd3953feeeacecbba4384ddda584a749")
8086 (revision "1"))
8087 (package
8088 (name "sbcl-external-program")
8089 (version (git-version "0.0.6" revision commit))
8090 (source
8091 (origin
8092 (method git-fetch)
8093 (uri (git-reference
8094 (url "https://github.com/sellout/external-program.git")
8095 (commit commit)))
8096 (file-name (git-file-name name version))
8097 (sha256
8098 (base32
8099 "0vww1x3yilb3bjwg6k184vaj4vxyxw4vralhnlm6lk4xac67kc9z"))))
8100 (build-system asdf-build-system/sbcl)
8101 (inputs
8102 `(("trivial-features" ,sbcl-trivial-features)))
8103 (native-inputs
8104 `(("fiveam" ,sbcl-fiveam)))
8105 (synopsis "Common Lisp library for running external programs")
8106 (description
8107 "EXTERNAL-PROGRAM enables running programs outside the Lisp
8108 process. It is an attempt to make the RUN-PROGRAM functionality in
8109 implementations like SBCL and CCL as portable as possible without
8110 sacrificing much in the way of power.")
8111 (home-page "https://github.com/sellout/external-program")
8112 (license license:llgpl))))
8113
8114 (define-public cl-external-program
8115 (sbcl-package->cl-source-package sbcl-external-program))
8116
8117 (define-public ecl-external-program
8118 (sbcl-package->ecl-package sbcl-external-program))
8119
8120 (define sbcl-cl-ana-boot0
8121 (let ((commit "fa7cee4c50aa1c859652813049ba0da7c18a0df9")
8122 (revision "1"))
8123 (package
8124 (name "sbcl-cl-ana-boot0")
8125 (version (git-version "0.0.0" revision commit))
8126 (source
8127 (origin
8128 (method git-fetch)
8129 (uri (git-reference
8130 (url "https://github.com/ghollisjr/cl-ana.git")
8131 (commit commit)))
8132 (file-name (git-file-name name version))
8133 (sha256
8134 (base32
8135 "0mr47l57m276dbpap7irr4fcnk5fgknhf6mgv4043s8h73amk5qh"))))
8136 (build-system asdf-build-system/sbcl)
8137 (synopsis "Common Lisp data analysis library")
8138 (description
8139 "CL-ANA is a data analysis library in Common Lisp providing tabular and
8140 binned data analysis along with nonlinear least squares fitting and
8141 visualization.")
8142 (home-page "https://github.com/ghollisjr/cl-ana")
8143 (license license:gpl3))))
8144
8145 (define-public sbcl-cl-ana.pathname-utils
8146 (package
8147 (inherit sbcl-cl-ana-boot0)
8148 (name "sbcl-cl-ana.pathname-utils")
8149 (arguments
8150 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8151 ((#:asd-file _ "") "pathname-utils/cl-ana.pathname-utils.asd")
8152 ((#:asd-system-name _ #f) "cl-ana.pathname-utils")))))
8153
8154 (define-public cl-ana.pathname-utils
8155 (sbcl-package->cl-source-package sbcl-cl-ana.pathname-utils))
8156
8157 (define-public ecl-cl-ana.pathname-utils
8158 (sbcl-package->ecl-package sbcl-cl-ana.pathname-utils))
8159
8160 (define-public sbcl-cl-ana.package-utils
8161 (package
8162 (inherit sbcl-cl-ana-boot0)
8163 (name "sbcl-cl-ana.package-utils")
8164 (inputs
8165 `(("alexandria" ,sbcl-alexandria)))
8166 (arguments
8167 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8168 ((#:asd-file _ "") "package-utils/cl-ana.package-utils.asd")
8169 ((#:asd-system-name _ #f) "cl-ana.package-utils")))))
8170
8171 (define-public cl-ana.package-utils
8172 (sbcl-package->cl-source-package sbcl-cl-ana.package-utils))
8173
8174 (define-public ecl-cl-ana.package-utils
8175 (sbcl-package->ecl-package sbcl-cl-ana.package-utils))
8176
8177 (define-public sbcl-cl-ana.string-utils
8178 (package
8179 (inherit sbcl-cl-ana-boot0)
8180 (name "sbcl-cl-ana.string-utils")
8181 (inputs
8182 `(("split-sequence" ,sbcl-split-sequence)))
8183 (arguments
8184 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8185 ((#:asd-file _ "") "string-utils/cl-ana.string-utils.asd")
8186 ((#:asd-system-name _ #f) "cl-ana.string-utils")))))
8187
8188 (define-public cl-ana.string-utils
8189 (sbcl-package->cl-source-package sbcl-cl-ana.string-utils))
8190
8191 (define-public ecl-cl-ana.string-utils
8192 (sbcl-package->ecl-package sbcl-cl-ana.string-utils))
8193
8194 (define-public sbcl-cl-ana.functional-utils
8195 (package
8196 (inherit sbcl-cl-ana-boot0)
8197 (name "sbcl-cl-ana.functional-utils")
8198 (arguments
8199 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8200 ((#:asd-file _ "") "functional-utils/cl-ana.functional-utils.asd")
8201 ((#:asd-system-name _ #f) "cl-ana.functional-utils")))))
8202
8203 (define-public cl-ana.functional-utils
8204 (sbcl-package->cl-source-package sbcl-cl-ana.functional-utils))
8205
8206 (define-public ecl-cl-ana.functional-utils
8207 (sbcl-package->ecl-package sbcl-cl-ana.functional-utils))
8208
8209 (define-public sbcl-cl-ana.list-utils
8210 (package
8211 (inherit sbcl-cl-ana-boot0)
8212 (name "sbcl-cl-ana.list-utils")
8213 (inputs
8214 `(("alexandria" ,sbcl-alexandria)
8215 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
8216 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)))
8217 (arguments
8218 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8219 ((#:asd-file _ "") "list-utils/cl-ana.list-utils.asd")
8220 ((#:asd-system-name _ #f) "cl-ana.list-utils")))))
8221
8222 (define-public cl-ana.list-utils
8223 (sbcl-package->cl-source-package sbcl-cl-ana.list-utils))
8224
8225 (define-public ecl-cl-ana.list-utils
8226 (sbcl-package->ecl-package sbcl-cl-ana.list-utils))
8227
8228 (define-public sbcl-cl-ana.generic-math
8229 (package
8230 (inherit sbcl-cl-ana-boot0)
8231 (name "sbcl-cl-ana.generic-math")
8232 (inputs
8233 `(("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8234 ("cl-ana.package-utils" ,sbcl-cl-ana.package-utils)))
8235 (arguments
8236 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8237 ((#:asd-file _ "") "generic-math/cl-ana.generic-math.asd")
8238 ((#:asd-system-name _ #f) "cl-ana.generic-math")))))
8239
8240 (define-public cl-ana.generic-math
8241 (sbcl-package->cl-source-package sbcl-cl-ana.generic-math))
8242
8243 (define-public ecl-cl-ana.generic-math
8244 (sbcl-package->ecl-package sbcl-cl-ana.generic-math))
8245
8246 (define-public sbcl-cl-ana.math-functions
8247 (package
8248 (inherit sbcl-cl-ana-boot0)
8249 (name "sbcl-cl-ana.math-functions")
8250 (inputs
8251 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8252 ("gsll" ,sbcl-gsll)))
8253 (arguments
8254 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8255 ((#:asd-file _ "") "math-functions/cl-ana.math-functions.asd")
8256 ((#:asd-system-name _ #f) "cl-ana.math-functions")))))
8257
8258 (define-public cl-ana.math-functions
8259 (sbcl-package->cl-source-package sbcl-cl-ana.math-functions))
8260
8261 (define-public sbcl-cl-ana.calculus
8262 (package
8263 (inherit sbcl-cl-ana-boot0)
8264 (name "sbcl-cl-ana.calculus")
8265 (inputs
8266 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)))
8267 (arguments
8268 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8269 ((#:asd-file _ "") "calculus/cl-ana.calculus.asd")
8270 ((#:asd-system-name _ #f) "cl-ana.calculus")))))
8271
8272 (define-public cl-ana.calculus
8273 (sbcl-package->cl-source-package sbcl-cl-ana.calculus))
8274
8275 (define-public ecl-cl-ana.calculus
8276 (sbcl-package->ecl-package sbcl-cl-ana.calculus))
8277
8278 (define-public sbcl-cl-ana.symbol-utils
8279 (package
8280 (inherit sbcl-cl-ana-boot0)
8281 (name "sbcl-cl-ana.symbol-utils")
8282 (inputs
8283 `(("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)))
8284 (arguments
8285 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8286 ((#:asd-file _ "") "symbol-utils/cl-ana.symbol-utils.asd")
8287 ((#:asd-system-name _ #f) "cl-ana.symbol-utils")))))
8288
8289 (define-public cl-ana.symbol-utils
8290 (sbcl-package->cl-source-package sbcl-cl-ana.symbol-utils))
8291
8292 (define-public ecl-cl-ana.symbol-utils
8293 (sbcl-package->ecl-package sbcl-cl-ana.symbol-utils))
8294
8295 (define-public sbcl-cl-ana.macro-utils
8296 (package
8297 (inherit sbcl-cl-ana-boot0)
8298 (name "sbcl-cl-ana.macro-utils")
8299 (inputs
8300 `(("alexandria" ,sbcl-alexandria)
8301 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8302 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8303 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8304 ("split-sequence" ,sbcl-split-sequence)))
8305 (arguments
8306 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8307 ((#:asd-file _ "") "macro-utils/cl-ana.macro-utils.asd")
8308 ((#:asd-system-name _ #f) "cl-ana.macro-utils")))))
8309
8310 (define-public cl-ana.macro-utils
8311 (sbcl-package->cl-source-package sbcl-cl-ana.macro-utils))
8312
8313 (define-public ecl-cl-ana.macro-utils
8314 (sbcl-package->ecl-package sbcl-cl-ana.macro-utils))
8315
8316 (define-public sbcl-cl-ana.binary-tree
8317 (package
8318 (inherit sbcl-cl-ana-boot0)
8319 (name "sbcl-cl-ana.binary-tree")
8320 (inputs
8321 `(("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
8322 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8323 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)))
8324 (arguments
8325 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8326 ((#:asd-file _ "") "binary-tree/cl-ana.binary-tree.asd")
8327 ((#:asd-system-name _ #f) "cl-ana.binary-tree")))))
8328
8329 (define-public cl-ana.binary-tree
8330 (sbcl-package->cl-source-package sbcl-cl-ana.binary-tree))
8331
8332 (define-public ecl-cl-ana.binary-tree
8333 (sbcl-package->ecl-package sbcl-cl-ana.binary-tree))
8334
8335 (define-public sbcl-cl-ana.tensor
8336 (package
8337 (inherit sbcl-cl-ana-boot0)
8338 (name "sbcl-cl-ana.tensor")
8339 (inputs
8340 `(("alexandria" ,sbcl-alexandria)
8341 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8342 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8343 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8344 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)))
8345 (arguments
8346 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8347 ((#:asd-file _ "") "tensor/cl-ana.tensor.asd")
8348 ((#:asd-system-name _ #f) "cl-ana.tensor")))))
8349
8350 (define-public cl-ana.tensor
8351 (sbcl-package->cl-source-package sbcl-cl-ana.tensor))
8352
8353 (define-public ecl-cl-ana.tensor
8354 (sbcl-package->ecl-package sbcl-cl-ana.tensor))
8355
8356 (define-public sbcl-cl-ana.error-propogation
8357 (package
8358 (inherit sbcl-cl-ana-boot0)
8359 (name "sbcl-cl-ana.error-propogation")
8360 (inputs
8361 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8362 ("cl-ana.math-functions" ,sbcl-cl-ana.math-functions)))
8363 (arguments
8364 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8365 ((#:asd-file _ "") "error-propogation/cl-ana.error-propogation.asd")
8366 ((#:asd-system-name _ #f) "cl-ana.error-propogation")))))
8367
8368 (define-public cl-ana.error-propogation
8369 (sbcl-package->cl-source-package sbcl-cl-ana.error-propogation))
8370
8371 (define-public sbcl-cl-ana.quantity
8372 (package
8373 (inherit sbcl-cl-ana-boot0)
8374 (name "sbcl-cl-ana.quantity")
8375 (inputs
8376 `(("alexandria" ,sbcl-alexandria)
8377 ("cl-ana.error-propogation" ,sbcl-cl-ana.error-propogation)
8378 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8379 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8380 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8381 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)))
8382 (arguments
8383 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8384 ((#:asd-file _ "") "quantity/cl-ana.quantity.asd")
8385 ((#:asd-system-name _ #f) "cl-ana.quantity")))))
8386
8387 (define-public cl-ana.quantity
8388 (sbcl-package->cl-source-package sbcl-cl-ana.quantity))
8389
8390 (define-public sbcl-cl-ana.table
8391 (package
8392 (inherit sbcl-cl-ana-boot0)
8393 (name "sbcl-cl-ana.table")
8394 (inputs
8395 `(("alexandria" ,sbcl-alexandria)
8396 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
8397 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8398 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8399 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8400 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)))
8401 (arguments
8402 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8403 ((#:asd-file _ "") "table/cl-ana.table.asd")
8404 ((#:asd-system-name _ #f) "cl-ana.table")))))
8405
8406 (define-public cl-ana.table
8407 (sbcl-package->cl-source-package sbcl-cl-ana.table))
8408
8409 (define-public ecl-cl-ana.table
8410 (sbcl-package->ecl-package sbcl-cl-ana.table))
8411
8412 (define-public sbcl-cl-ana.table-utils
8413 (package
8414 (inherit sbcl-cl-ana-boot0)
8415 (name "sbcl-cl-ana.table-utils")
8416 (inputs
8417 `(("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8418 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8419 ("cl-ana.table" ,sbcl-cl-ana.table)))
8420 (arguments
8421 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8422 ((#:asd-file _ "") "table-utils/cl-ana.table-utils.asd")
8423 ((#:asd-system-name _ #f) "cl-ana.table-utils")))))
8424
8425 (define-public cl-ana.table-utils
8426 (sbcl-package->cl-source-package sbcl-cl-ana.table-utils))
8427
8428 (define-public ecl-cl-ana.table-utils
8429 (sbcl-package->ecl-package sbcl-cl-ana.table-utils))
8430
8431 (define-public sbcl-cl-ana.hdf-cffi
8432 (package
8433 (inherit sbcl-cl-ana-boot0)
8434 (name "sbcl-cl-ana.hdf-cffi")
8435 (inputs
8436 `(("cffi" ,sbcl-cffi)
8437 ("hdf5" ,hdf5-parallel-openmpi)))
8438 (arguments
8439 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8440 ((#:asd-file _ "") "hdf-cffi/cl-ana.hdf-cffi.asd")
8441 ((#:asd-system-name _ #f) "cl-ana.hdf-cffi")
8442 ((#:phases phases '%standard-phases)
8443 `(modify-phases ,phases
8444 (add-after 'unpack 'fix-paths
8445 (lambda* (#:key inputs #:allow-other-keys)
8446 (substitute* "hdf-cffi/hdf-cffi.lisp"
8447 (("/usr/lib/i386-linux-gnu/hdf5/serial/libhdf5.so")
8448 (string-append
8449 (assoc-ref inputs "hdf5")
8450 "/lib/libhdf5.so")))))))))))
8451
8452 (define-public cl-ana.hdf-cffi
8453 (sbcl-package->cl-source-package sbcl-cl-ana.hdf-cffi))
8454
8455 (define-public ecl-cl-ana.hdf-cffi
8456 (sbcl-package->ecl-package sbcl-cl-ana.hdf-cffi))
8457
8458 (define-public sbcl-cl-ana.int-char
8459 (package
8460 (inherit sbcl-cl-ana-boot0)
8461 (name "sbcl-cl-ana.int-char")
8462 (arguments
8463 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8464 ((#:asd-file _ "") "int-char/cl-ana.int-char.asd")
8465 ((#:asd-system-name _ #f) "cl-ana.int-char")))))
8466
8467 (define-public cl-ana.int-char
8468 (sbcl-package->cl-source-package sbcl-cl-ana.int-char))
8469
8470 (define-public ecl-cl-ana.int-char
8471 (sbcl-package->ecl-package sbcl-cl-ana.int-char))
8472
8473 (define-public sbcl-cl-ana.memoization
8474 (package
8475 (inherit sbcl-cl-ana-boot0)
8476 (name "sbcl-cl-ana.memoization")
8477 (inputs
8478 `(("alexandria" ,sbcl-alexandria)))
8479 (arguments
8480 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8481 ((#:asd-file _ "") "memoization/cl-ana.memoization.asd")
8482 ((#:asd-system-name _ #f) "cl-ana.memoization")))))
8483
8484 (define-public cl-ana.memoization
8485 (sbcl-package->cl-source-package sbcl-cl-ana.memoization))
8486
8487 (define-public ecl-cl-ana.memoization
8488 (sbcl-package->ecl-package sbcl-cl-ana.memoization))
8489
8490 (define-public sbcl-cl-ana.typespec
8491 (package
8492 (inherit sbcl-cl-ana-boot0)
8493 (name "sbcl-cl-ana.typespec")
8494 (inputs
8495 `(("alexandria" ,sbcl-alexandria)
8496 ("cffi" ,sbcl-cffi)
8497 ("cl-ana.int-char" ,sbcl-cl-ana.int-char)
8498 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8499 ("cl-ana.memoization" ,sbcl-cl-ana.memoization)
8500 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8501 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8502 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)))
8503 (arguments
8504 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8505 ((#:asd-file _ "") "typespec/cl-ana.typespec.asd")
8506 ((#:asd-system-name _ #f) "cl-ana.typespec")))))
8507
8508 (define-public cl-ana.typespec
8509 (sbcl-package->cl-source-package sbcl-cl-ana.typespec))
8510
8511 (define-public ecl-cl-ana.typespec
8512 (sbcl-package->ecl-package sbcl-cl-ana.typespec))
8513
8514 (define-public sbcl-cl-ana.hdf-typespec
8515 (package
8516 (inherit sbcl-cl-ana-boot0)
8517 (name "sbcl-cl-ana.hdf-typespec")
8518 (inputs
8519 `(("alexandria" ,sbcl-alexandria)
8520 ("cffi" ,sbcl-cffi)
8521 ("cl-ana.hdf-cffi" ,sbcl-cl-ana.hdf-cffi)
8522 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8523 ("cl-ana.memoization" ,sbcl-cl-ana.memoization)
8524 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8525 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8526 ("cl-ana.typespec" ,sbcl-cl-ana.typespec)))
8527 (arguments
8528 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8529 ((#:asd-file _ "") "hdf-typespec/cl-ana.hdf-typespec.asd")
8530 ((#:asd-system-name _ #f) "cl-ana.hdf-typespec")))))
8531
8532 (define-public cl-ana.hdf-typespec
8533 (sbcl-package->cl-source-package sbcl-cl-ana.hdf-typespec))
8534
8535 (define-public ecl-cl-ana.hdf-typespec
8536 (sbcl-package->ecl-package sbcl-cl-ana.hdf-typespec))
8537
8538 (define-public sbcl-cl-ana.hdf-utils
8539 (package
8540 (inherit sbcl-cl-ana-boot0)
8541 (name "sbcl-cl-ana.hdf-utils")
8542 (inputs
8543 `(("alexandria" ,sbcl-alexandria)
8544 ("cffi" ,sbcl-cffi)
8545 ("cl-ana.hdf-cffi" ,sbcl-cl-ana.hdf-cffi)
8546 ("cl-ana.hdf-typespec" ,sbcl-cl-ana.hdf-typespec)
8547 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8548 ("cl-ana.memoization" ,sbcl-cl-ana.memoization)
8549 ("cl-ana.pathname-utils" ,sbcl-cl-ana.pathname-utils)
8550 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8551 ("cl-ana.typespec" ,sbcl-cl-ana.typespec)))
8552 (arguments
8553 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8554 ((#:asd-file _ "") "hdf-utils/cl-ana.hdf-utils.asd")
8555 ((#:asd-system-name _ #f) "cl-ana.hdf-utils")))))
8556
8557 (define-public cl-ana.hdf-utils
8558 (sbcl-package->cl-source-package sbcl-cl-ana.hdf-utils))
8559
8560 (define-public ecl-cl-ana.hdf-utils
8561 (sbcl-package->ecl-package sbcl-cl-ana.hdf-utils))
8562
8563 (define-public sbcl-cl-ana.typed-table
8564 (package
8565 (inherit sbcl-cl-ana-boot0)
8566 (name "sbcl-cl-ana.typed-table")
8567 (inputs
8568 `(("alexandria" ,sbcl-alexandria)
8569 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8570 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8571 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8572 ("cl-ana.table" ,sbcl-cl-ana.table)
8573 ("cl-ana.typespec" ,sbcl-cl-ana.typespec)))
8574 (arguments
8575 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8576 ((#:asd-file _ "") "typed-table/cl-ana.typed-table.asd")
8577 ((#:asd-system-name _ #f) "cl-ana.typed-table")))))
8578
8579 (define-public cl-ana.typed-table
8580 (sbcl-package->cl-source-package sbcl-cl-ana.typed-table))
8581
8582 (define-public ecl-cl-ana.typed-table
8583 (sbcl-package->ecl-package sbcl-cl-ana.typed-table))
8584
8585 (define-public sbcl-cl-ana.hdf-table
8586 (package
8587 (inherit sbcl-cl-ana-boot0)
8588 (name "sbcl-cl-ana.hdf-table")
8589 (inputs
8590 `(("alexandria" ,sbcl-alexandria)
8591 ("cl-ana.binary-tree" ,sbcl-cl-ana.binary-tree)
8592 ("cl-ana.hdf-cffi" ,sbcl-cl-ana.hdf-cffi)
8593 ("cl-ana.hdf-typespec" ,sbcl-cl-ana.hdf-typespec)
8594 ("cl-ana.hdf-utils" ,sbcl-cl-ana.hdf-utils)
8595 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8596 ("cl-ana.memoization" ,sbcl-cl-ana.memoization)
8597 ("cl-ana.table" ,sbcl-cl-ana.table)
8598 ("cl-ana.typed-table" ,sbcl-cl-ana.typed-table)
8599 ("cl-ana.typespec" ,sbcl-cl-ana.typespec)))
8600 (arguments
8601 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8602 ((#:asd-file _ "") "hdf-table/cl-ana.hdf-table.asd")
8603 ((#:asd-system-name _ #f) "cl-ana.hdf-table")))))
8604
8605 (define-public cl-ana.hdf-table
8606 (sbcl-package->cl-source-package sbcl-cl-ana.hdf-table))
8607
8608 (define-public ecl-cl-ana.hdf-table
8609 (sbcl-package->ecl-package sbcl-cl-ana.hdf-table))
8610
8611 (define-public sbcl-cl-ana.gsl-cffi
8612 (package
8613 (inherit sbcl-cl-ana-boot0)
8614 (name "sbcl-cl-ana.gsl-cffi")
8615 (inputs
8616 `(("cffi" ,sbcl-cffi)
8617 ("gsl" ,gsl)))
8618 (arguments
8619 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8620 ((#:asd-file _ "") "gsl-cffi/cl-ana.gsl-cffi.asd")
8621 ((#:asd-system-name _ #f) "cl-ana.gsl-cffi")
8622 ((#:phases phases '%standard-phases)
8623 `(modify-phases ,phases
8624 (add-after 'unpack 'fix-paths
8625 (lambda* (#:key inputs #:allow-other-keys)
8626 (substitute* "gsl-cffi/gsl-cffi.lisp"
8627 (("define-foreign-library gsl-cffi" all)
8628 (string-append all " (:unix "
8629 (assoc-ref inputs "gsl")
8630 "/lib/libgsl.so)")))))))))))
8631
8632 (define-public cl-ana.gsl-cffi
8633 (sbcl-package->cl-source-package sbcl-cl-ana.gsl-cffi))
8634
8635 (define-public ecl-cl-ana.gsl-cffi
8636 (sbcl-package->ecl-package sbcl-cl-ana.gsl-cffi))
8637
8638 (define-public sbcl-cl-ana.ntuple-table
8639 (package
8640 (inherit sbcl-cl-ana-boot0)
8641 (name "sbcl-cl-ana.ntuple-table")
8642 (inputs
8643 `(("alexandria" ,sbcl-alexandria)
8644 ("cffi" ,sbcl-cffi)
8645 ("cl-ana.gsl-cffi" ,sbcl-cl-ana.gsl-cffi)
8646 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8647 ("cl-ana.table" ,sbcl-cl-ana.table)
8648 ("cl-ana.typed-table" ,sbcl-cl-ana.typed-table)
8649 ("cl-ana.typespec" ,sbcl-cl-ana.typespec)
8650 ("gsll" ,sbcl-gsll)))
8651 (arguments
8652 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8653 ((#:asd-file _ "") "ntuple-table/cl-ana.ntuple-table.asd")
8654 ((#:asd-system-name _ #f) "cl-ana.ntuple-table")))))
8655
8656 (define-public cl-ana.ntuple-table
8657 (sbcl-package->cl-source-package sbcl-cl-ana.ntuple-table))
8658
8659 (define-public sbcl-cl-ana.csv-table
8660 (package
8661 (inherit sbcl-cl-ana-boot0)
8662 (name "sbcl-cl-ana.csv-table")
8663 (inputs
8664 `(("alexandria" ,sbcl-alexandria)
8665 ("antik" ,sbcl-antik)
8666 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8667 ("cl-ana.table" ,sbcl-cl-ana.table)
8668 ("cl-csv" ,sbcl-cl-csv)
8669 ("iterate" ,sbcl-iterate)))
8670 (arguments
8671 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8672 ((#:asd-file _ "") "csv-table/cl-ana.csv-table.asd")
8673 ((#:asd-system-name _ #f) "cl-ana.csv-table")))))
8674
8675 (define-public cl-ana.csv-table
8676 (sbcl-package->cl-source-package sbcl-cl-ana.csv-table))
8677
8678 (define-public sbcl-cl-ana.reusable-table
8679 (package
8680 (inherit sbcl-cl-ana-boot0)
8681 (name "sbcl-cl-ana.reusable-table")
8682 (inputs
8683 `(("alexandria" ,sbcl-alexandria)
8684 ("cl-ana.table" ,sbcl-cl-ana.table)))
8685 (arguments
8686 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8687 ((#:asd-file _ "") "reusable-table/cl-ana.reusable-table.asd")
8688 ((#:asd-system-name _ #f) "cl-ana.reusable-table")))))
8689
8690 (define-public cl-ana.reusable-table
8691 (sbcl-package->cl-source-package sbcl-cl-ana.reusable-table))
8692
8693 (define-public ecl-cl-ana.reusable-table
8694 (sbcl-package->ecl-package sbcl-cl-ana.reusable-table))
8695
8696 (define-public sbcl-cl-ana.linear-algebra
8697 (package
8698 (inherit sbcl-cl-ana-boot0)
8699 (name "sbcl-cl-ana.linear-algebra")
8700 (inputs
8701 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8702 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8703 ("cl-ana.math-functions" ,sbcl-cl-ana.math-functions)
8704 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)
8705 ("gsll" ,sbcl-gsll)))
8706 (arguments
8707 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8708 ((#:asd-file _ "") "linear-algebra/cl-ana.linear-algebra.asd")
8709 ((#:asd-system-name _ #f) "cl-ana.linear-algebra")))))
8710
8711 (define-public cl-ana.linear-algebra
8712 (sbcl-package->cl-source-package sbcl-cl-ana.linear-algebra))
8713
8714 (define-public sbcl-cl-ana.lorentz
8715 (package
8716 (inherit sbcl-cl-ana-boot0)
8717 (name "sbcl-cl-ana.lorentz")
8718 (inputs
8719 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8720 ("cl-ana.linear-algebra" ,sbcl-cl-ana.linear-algebra)
8721 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)
8722 ("iterate" ,sbcl-iterate)))
8723 (arguments
8724 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8725 ((#:asd-file _ "") "lorentz/cl-ana.lorentz.asd")
8726 ((#:asd-system-name _ #f) "cl-ana.lorentz")))))
8727
8728 (define-public cl-ana.lorentz
8729 (sbcl-package->cl-source-package sbcl-cl-ana.lorentz))
8730
8731 (define-public sbcl-cl-ana.clos-utils
8732 (package
8733 (inherit sbcl-cl-ana-boot0)
8734 (name "sbcl-cl-ana.clos-utils")
8735 (inputs
8736 `(("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8737 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8738 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)
8739 ("closer-mop" ,sbcl-closer-mop)))
8740 (arguments
8741 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8742 ((#:asd-file _ "") "clos-utils/cl-ana.clos-utils.asd")
8743 ((#:asd-system-name _ #f) "cl-ana.clos-utils")))))
8744
8745 (define-public cl-ana.clos-utils
8746 (sbcl-package->cl-source-package sbcl-cl-ana.clos-utils))
8747
8748 (define-public ecl-cl-ana.clos-utils
8749 (sbcl-package->ecl-package sbcl-cl-ana.clos-utils))
8750
8751 (define-public sbcl-cl-ana.hash-table-utils
8752 (package
8753 (inherit sbcl-cl-ana-boot0)
8754 (name "sbcl-cl-ana.hash-table-utils")
8755 (arguments
8756 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8757 ((#:asd-file _ "") "hash-table-utils/cl-ana.hash-table-utils.asd")
8758 ((#:asd-system-name _ #f) "cl-ana.hash-table-utils")))))
8759
8760 (define-public cl-ana.hash-table-utils
8761 (sbcl-package->cl-source-package sbcl-cl-ana.hash-table-utils))
8762
8763 (define-public ecl-cl-ana.hash-table-utils
8764 (sbcl-package->ecl-package sbcl-cl-ana.hash-table-utils))
8765
8766 (define-public sbcl-cl-ana.map
8767 (package
8768 (inherit sbcl-cl-ana-boot0)
8769 (name "sbcl-cl-ana.map")
8770 (inputs
8771 `(("cl-ana.hash-table-utils" ,sbcl-cl-ana.hash-table-utils)))
8772 (arguments
8773 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8774 ((#:asd-file _ "") "map/cl-ana.map.asd")
8775 ((#:asd-system-name _ #f) "cl-ana.map")))))
8776
8777 (define-public cl-ana.map
8778 (sbcl-package->cl-source-package sbcl-cl-ana.map))
8779
8780 (define-public ecl-cl-ana.map
8781 (sbcl-package->ecl-package sbcl-cl-ana.map))
8782
8783 (define-public sbcl-cl-ana.fitting
8784 (package
8785 (inherit sbcl-cl-ana-boot0)
8786 (name "sbcl-cl-ana.fitting")
8787 (inputs
8788 `(("alexandria" ,sbcl-alexandria)
8789 ("cl-ana.error-propogation" ,sbcl-cl-ana.error-propogation)
8790 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8791 ("cl-ana.map" ,sbcl-cl-ana.map)
8792 ("cl-ana.math-functions" ,sbcl-cl-ana.math-functions)
8793 ("gsll" ,sbcl-gsll)))
8794 (arguments
8795 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8796 ((#:asd-file _ "") "fitting/cl-ana.fitting.asd")
8797 ((#:asd-system-name _ #f) "cl-ana.fitting")))))
8798
8799 (define-public cl-ana.fitting
8800 (sbcl-package->cl-source-package sbcl-cl-ana.fitting))
8801
8802 (define-public sbcl-cl-ana.histogram
8803 (package
8804 (inherit sbcl-cl-ana-boot0)
8805 (name "sbcl-cl-ana.histogram")
8806 (inputs
8807 `(("alexandria" ,sbcl-alexandria)
8808 ("iterate" ,sbcl-iterate)
8809 ("cl-ana.binary-tree" ,sbcl-cl-ana.binary-tree)
8810 ("cl-ana.clos-utils" ,sbcl-cl-ana.clos-utils)
8811 ("cl-ana.fitting" ,sbcl-cl-ana.fitting)
8812 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
8813 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8814 ("cl-ana.hash-table-utils" ,sbcl-cl-ana.hash-table-utils)
8815 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8816 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8817 ("cl-ana.map" ,sbcl-cl-ana.map)
8818 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)))
8819 (arguments
8820 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8821 ((#:asd-file _ "") "histogram/cl-ana.histogram.asd")
8822 ((#:asd-system-name _ #f) "cl-ana.histogram")))))
8823
8824 (define-public cl-ana.histogram
8825 (sbcl-package->cl-source-package sbcl-cl-ana.histogram))
8826
8827 (define-public sbcl-cl-ana.file-utils
8828 (package
8829 (inherit sbcl-cl-ana-boot0)
8830 (name "sbcl-cl-ana.file-utils")
8831 (inputs
8832 `(("external-program" ,sbcl-external-program)
8833 ("split-sequence" ,sbcl-split-sequence)))
8834 (arguments
8835 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8836 ((#:asd-file _ "") "file-utils/cl-ana.file-utils.asd")
8837 ((#:asd-system-name _ #f) "cl-ana.file-utils")))))
8838
8839 (define-public cl-ana.file-utils
8840 (sbcl-package->cl-source-package sbcl-cl-ana.file-utils))
8841
8842 (define-public ecl-cl-ana.file-utils
8843 (sbcl-package->ecl-package sbcl-cl-ana.file-utils))
8844
8845 (define-public sbcl-cl-ana.statistics
8846 (package
8847 (inherit sbcl-cl-ana-boot0)
8848 (name "sbcl-cl-ana.statistics")
8849 (inputs
8850 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8851 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
8852 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8853 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8854 ("cl-ana.map" ,sbcl-cl-ana.map)))
8855 (arguments
8856 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8857 ((#:asd-file _ "") "statistics/cl-ana.statistics.asd")
8858 ((#:asd-system-name _ #f) "cl-ana.statistics")))))
8859
8860 (define-public cl-ana.statistics
8861 (sbcl-package->cl-source-package sbcl-cl-ana.statistics))
8862
8863 (define-public sbcl-cl-ana.gnuplot-interface
8864 (package
8865 (inherit sbcl-cl-ana-boot0)
8866 (name "sbcl-cl-ana.gnuplot-interface")
8867 (inputs
8868 `(("external-program" ,sbcl-external-program)))
8869 (arguments
8870 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8871 ((#:asd-file _ "") "gnuplot-interface/cl-ana.gnuplot-interface.asd")
8872 ((#:asd-system-name _ #f) "cl-ana.gnuplot-interface")))))
8873
8874 (define-public cl-ana.gnuplot-interface
8875 (sbcl-package->cl-source-package sbcl-cl-ana.gnuplot-interface))
8876
8877 (define-public ecl-cl-ana.gnuplot-interface
8878 (sbcl-package->ecl-package sbcl-cl-ana.gnuplot-interface))
8879
8880 (define-public sbcl-cl-ana.plotting
8881 (package
8882 (inherit sbcl-cl-ana-boot0)
8883 (name "sbcl-cl-ana.plotting")
8884 (inputs
8885 `(("alexandria" ,sbcl-alexandria)
8886 ("cl-ana.error-propogation" ,sbcl-cl-ana.error-propogation)
8887 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
8888 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8889 ("cl-ana.gnuplot-interface" ,sbcl-cl-ana.gnuplot-interface)
8890 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
8891 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8892 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8893 ("cl-ana.map" ,sbcl-cl-ana.map)
8894 ("cl-ana.math-functions" ,sbcl-cl-ana.math-functions)
8895 ("cl-ana.pathname-utils" ,sbcl-cl-ana.pathname-utils)
8896 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8897 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)
8898 ("external-program" ,sbcl-external-program)
8899 ("split-sequence" ,sbcl-split-sequence)))
8900 (arguments
8901 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8902 ((#:asd-file _ "") "plotting/cl-ana.plotting.asd")
8903 ((#:asd-system-name _ #f) "cl-ana.plotting")))))
8904
8905 (define-public cl-ana.plotting
8906 (sbcl-package->cl-source-package sbcl-cl-ana.plotting))
8907
8908 (define-public sbcl-cl-ana.table-viewing
8909 (package
8910 (inherit sbcl-cl-ana-boot0)
8911 (name "sbcl-cl-ana.table-viewing")
8912 (inputs
8913 `(("alexandria" ,sbcl-alexandria)
8914 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8915 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
8916 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8917 ("cl-ana.plotting" ,sbcl-cl-ana.plotting)
8918 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8919 ("cl-ana.table" ,sbcl-cl-ana.table)))
8920 (arguments
8921 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8922 ((#:asd-file _ "") "table-viewing/cl-ana.table-viewing.asd")
8923 ((#:asd-system-name _ #f) "cl-ana.table-viewing")))))
8924
8925 (define-public cl-ana.table-viewing
8926 (sbcl-package->cl-source-package sbcl-cl-ana.table-viewing))
8927
8928 (define-public sbcl-cl-ana.serialization
8929 (package
8930 (inherit sbcl-cl-ana-boot0)
8931 (name "sbcl-cl-ana.serialization")
8932 (inputs
8933 `(("cl-ana.error-propogation" ,sbcl-cl-ana.error-propogation)
8934 ("cl-ana.hdf-utils" ,sbcl-cl-ana.hdf-utils)
8935 ("cl-ana.hdf-table" ,sbcl-cl-ana.hdf-table)
8936 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
8937 ("cl-ana.int-char" ,sbcl-cl-ana.int-char)
8938 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8939 ("cl-ana.typespec" ,sbcl-cl-ana.typespec)))
8940 (arguments
8941 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8942 ((#:asd-file _ "") "serialization/cl-ana.serialization.asd")
8943 ((#:asd-system-name _ #f) "cl-ana.serialization")))))
8944
8945 (define-public cl-ana.serialization
8946 (sbcl-package->cl-source-package sbcl-cl-ana.serialization))
8947
8948 (define-public sbcl-cl-ana.makeres
8949 (package
8950 (inherit sbcl-cl-ana-boot0)
8951 (name "sbcl-cl-ana.makeres")
8952 (inputs
8953 `(("alexandria" ,sbcl-alexandria)
8954 ("cl-ana.error-propogation" ,sbcl-cl-ana.error-propogation)
8955 ("cl-ana.file-utils" ,sbcl-cl-ana.file-utils)
8956 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
8957 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
8958 ("cl-ana.hash-table-utils" ,sbcl-cl-ana.hash-table-utils)
8959 ("cl-ana.hdf-utils" ,sbcl-cl-ana.hdf-utils)
8960 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
8961 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8962 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
8963 ("cl-ana.map" ,sbcl-cl-ana.map)
8964 ("cl-ana.memoization" ,sbcl-cl-ana.memoization)
8965 ("cl-ana.pathname-utils" ,sbcl-cl-ana.pathname-utils)
8966 ("cl-ana.plotting" ,sbcl-cl-ana.plotting)
8967 ("cl-ana.reusable-table" ,sbcl-cl-ana.reusable-table)
8968 ("cl-ana.serialization" ,sbcl-cl-ana.serialization)
8969 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
8970 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
8971 ("cl-ana.table" ,sbcl-cl-ana.table)
8972 ("external-program" ,sbcl-external-program)))
8973 (native-inputs
8974 `(("cl-fad" ,sbcl-cl-fad)))
8975 (arguments
8976 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8977 ((#:asd-file _ "") "makeres/cl-ana.makeres.asd")
8978 ((#:asd-system-name _ #f) "cl-ana.makeres")))))
8979
8980 (define-public cl-ana.makeres
8981 (sbcl-package->cl-source-package sbcl-cl-ana.makeres))
8982
8983 (define-public sbcl-cl-ana.makeres-macro
8984 (package
8985 (inherit sbcl-cl-ana-boot0)
8986 (name "sbcl-cl-ana.makeres-macro")
8987 (inputs
8988 `(("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
8989 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)))
8990 (arguments
8991 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
8992 ((#:asd-file _ "") "makeres-macro/cl-ana.makeres-macro.asd")
8993 ((#:asd-system-name _ #f) "cl-ana.makeres-macro")))))
8994
8995 (define-public cl-ana.makeres-macro
8996 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-macro))
8997
8998 (define-public sbcl-cl-ana.makeres-block
8999 (package
9000 (inherit sbcl-cl-ana-boot0)
9001 (name "sbcl-cl-ana.makeres-block")
9002 (inputs
9003 `(("alexandria" ,sbcl-alexandria)
9004 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
9005 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
9006 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)))
9007 (arguments
9008 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9009 ((#:asd-file _ "") "makeres-block/cl-ana.makeres-block.asd")
9010 ((#:asd-system-name _ #f) "cl-ana.makeres-block")))))
9011
9012 (define-public cl-ana.makeres-block
9013 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-block))
9014
9015 (define-public sbcl-cl-ana.makeres-progress
9016 (package
9017 (inherit sbcl-cl-ana-boot0)
9018 (name "sbcl-cl-ana.makeres-progress")
9019 (inputs
9020 `(("alexandria" ,sbcl-alexandria)
9021 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
9022 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)))
9023 (arguments
9024 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9025 ((#:asd-file _ "") "makeres-progress/cl-ana.makeres-progress.asd")
9026 ((#:asd-system-name _ #f) "cl-ana.makeres-progress")))))
9027
9028 (define-public cl-ana.makeres-progress
9029 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-progress))
9030
9031 (define-public sbcl-cl-ana.makeres-table
9032 (package
9033 (inherit sbcl-cl-ana-boot0)
9034 (name "sbcl-cl-ana.makeres-table")
9035 (inputs
9036 `(("cl-ana.csv-table" ,sbcl-cl-ana.csv-table)
9037 ("cl-ana.hash-table-utils" ,sbcl-cl-ana.hash-table-utils)
9038 ("cl-ana.hdf-table" ,sbcl-cl-ana.hdf-table)
9039 ("cl-ana.hdf-utils" ,sbcl-cl-ana.hdf-utils)
9040 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
9041 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
9042 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)
9043 ("cl-ana.makeres-macro" ,sbcl-cl-ana.makeres-macro)
9044 ("cl-ana.memoization" ,sbcl-cl-ana.memoization)
9045 ("cl-ana.ntuple-table" ,sbcl-cl-ana.ntuple-table)
9046 ("cl-ana.reusable-table" ,sbcl-cl-ana.reusable-table)
9047 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
9048 ("cl-ana.table" ,sbcl-cl-ana.table)))
9049 (native-inputs
9050 `(("cl-fad" ,sbcl-cl-fad)))
9051 (arguments
9052 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9053 ((#:asd-file _ "") "makeres-table/cl-ana.makeres-table.asd")
9054 ((#:asd-system-name _ #f) "cl-ana.makeres-table")))))
9055
9056 (define-public cl-ana.makeres-table
9057 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-table))
9058
9059 (define-public sbcl-cl-ana.makeres-graphviz
9060 (package
9061 (inherit sbcl-cl-ana-boot0)
9062 (name "sbcl-cl-ana.makeres-graphviz")
9063 (inputs
9064 `(("cl-ana.makeres" ,sbcl-cl-ana.makeres)
9065 ("external-program" ,sbcl-external-program)))
9066 (arguments
9067 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9068 ((#:asd-file _ "") "makeres-graphviz/cl-ana.makeres-graphviz.asd")
9069 ((#:asd-system-name _ #f) "cl-ana.makeres-graphviz")))))
9070
9071 (define-public cl-ana.makeres-graphviz
9072 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-graphviz))
9073
9074 (define-public sbcl-cl-ana.makeres-branch
9075 (package
9076 (inherit sbcl-cl-ana-boot0)
9077 (name "sbcl-cl-ana.makeres-branch")
9078 (inputs
9079 `(("alexandria" ,sbcl-alexandria)
9080 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
9081 ("cl-ana.hash-table-utils" ,sbcl-cl-ana.hash-table-utils)
9082 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
9083 ("cl-ana.map" ,sbcl-cl-ana.map)
9084 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)))
9085 (arguments
9086 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9087 ((#:asd-file _ "") "makeres-branch/cl-ana.makeres-branch.asd")
9088 ((#:asd-system-name _ #f) "cl-ana.makeres-branch")))))
9089
9090 (define-public cl-ana.makeres-branch
9091 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-branch))
9092
9093 (define-public sbcl-cl-ana.makeres-utils
9094 (package
9095 (inherit sbcl-cl-ana-boot0)
9096 (name "sbcl-cl-ana.makeres-utils")
9097 (inputs
9098 `(("alexandria" ,sbcl-alexandria)
9099 ("cl-ana.file-utils" ,sbcl-cl-ana.file-utils)
9100 ("cl-ana.fitting" ,sbcl-cl-ana.fitting)
9101 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
9102 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
9103 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
9104 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
9105 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
9106 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)
9107 ("cl-ana.map" ,sbcl-cl-ana.map)
9108 ("cl-ana.pathname-utils" ,sbcl-cl-ana.pathname-utils)
9109 ("cl-ana.plotting" ,sbcl-cl-ana.plotting)
9110 ("cl-ana.reusable-table" ,sbcl-cl-ana.reusable-table)
9111 ("cl-ana.string-utils" ,sbcl-cl-ana.string-utils)
9112 ("cl-ana.symbol-utils" ,sbcl-cl-ana.symbol-utils)
9113 ("cl-ana.table" ,sbcl-cl-ana.table)))
9114 (native-inputs
9115 `(("cl-fad" ,sbcl-cl-fad)))
9116 (arguments
9117 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9118 ((#:asd-file _ "") "makeres-utils/cl-ana.makeres-utils.asd")
9119 ((#:asd-system-name _ #f) "cl-ana.makeres-utils")))))
9120
9121 (define-public cl-ana.makeres-utils
9122 (sbcl-package->cl-source-package sbcl-cl-ana.makeres-utils))
9123
9124 (define-public sbcl-cl-ana.statistical-learning
9125 (package
9126 (inherit sbcl-cl-ana-boot0)
9127 (name "sbcl-cl-ana.statistical-learning")
9128 (inputs
9129 `(("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
9130 ("cl-ana.functional-utils" ,sbcl-cl-ana.functional-utils)
9131 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
9132 ("cl-ana.linear-algebra" ,sbcl-cl-ana.linear-algebra)
9133 ("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
9134 ("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
9135 ("cl-ana.math-functions" ,sbcl-cl-ana.math-functions)
9136 ("cl-ana.map" ,sbcl-cl-ana.map)
9137 ("cl-ana.statistics" ,sbcl-cl-ana.statistics)))
9138 (native-inputs
9139 `(("cl-fad" ,sbcl-cl-fad)))
9140 (arguments
9141 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9142 ((#:asd-file _ "")
9143 "statistical-learning/cl-ana.statistical-learning.asd")
9144 ((#:asd-system-name _ #f) "cl-ana.statistical-learning")))))
9145
9146 (define-public cl-ana.statistical-learning
9147 (sbcl-package->cl-source-package sbcl-cl-ana.statistical-learning))
9148
9149 (define-public sbcl-cl-ana
9150 (package
9151 (inherit sbcl-cl-ana-boot0)
9152 (name "sbcl-cl-ana")
9153 (inputs
9154 `(("cl-ana.binary-tree" ,sbcl-cl-ana.binary-tree)
9155 ("cl-ana.calculus" ,sbcl-cl-ana.calculus)
9156 ("cl-ana.clos-utils" ,sbcl-cl-ana.clos-utils)
9157 ("cl-ana.csv-table" ,sbcl-cl-ana.csv-table)
9158 ("cl-ana.error-propogation" ,sbcl-cl-ana.error-propogation)
9159 ("cl-ana.file-utils" ,sbcl-cl-ana.file-utils)
9160 ("cl-ana.fitting" ,sbcl-cl-ana.fitting)
9161 ("cl-ana.generic-math" ,sbcl-cl-ana.generic-math)
9162 ("cl-ana.hash-table-utils" ,sbcl-cl-ana.hash-table-utils)
9163 ("cl-ana.hdf-table" ,sbcl-cl-ana.hdf-table)
9164 ("cl-ana.histogram" ,sbcl-cl-ana.histogram)
9165 ("cl-ana.int-char" ,sbcl-cl-ana.int-char)
9166 ("cl-ana.linear-algebra" ,sbcl-cl-ana.linear-algebra)
9167 ("cl-ana.lorentz" ,sbcl-cl-ana.lorentz)
9168 ("cl-ana.map" ,sbcl-cl-ana.map)
9169 ("cl-ana.makeres" ,sbcl-cl-ana.makeres)
9170 ("cl-ana.makeres-block" ,sbcl-cl-ana.makeres-block)
9171 ("cl-ana.makeres-branch" ,sbcl-cl-ana.makeres-branch)
9172 ("cl-ana.makeres-graphviz" ,sbcl-cl-ana.makeres-graphviz)
9173 ("cl-ana.makeres-macro" ,sbcl-cl-ana.makeres-macro)
9174 ("cl-ana.makeres-progress" ,sbcl-cl-ana.makeres-progress)
9175 ("cl-ana.makeres-table" ,sbcl-cl-ana.makeres-table)
9176 ("cl-ana.makeres-utils" ,sbcl-cl-ana.makeres-utils)
9177 ("cl-ana.math-functions" ,sbcl-cl-ana.math-functions)
9178 ("cl-ana.ntuple-table" ,sbcl-cl-ana.ntuple-table)
9179 ("cl-ana.package-utils" ,sbcl-cl-ana.package-utils)
9180 ("cl-ana.pathname-utils" ,sbcl-cl-ana.pathname-utils)
9181 ("cl-ana.plotting" ,sbcl-cl-ana.plotting)
9182 ("cl-ana.quantity" ,sbcl-cl-ana.quantity)
9183 ("cl-ana.reusable-table" ,sbcl-cl-ana.reusable-table)
9184 ("cl-ana.serialization" ,sbcl-cl-ana.serialization)
9185 ("cl-ana.statistics" ,sbcl-cl-ana.statistics)
9186 ("cl-ana.statistical-learning" ,sbcl-cl-ana.statistical-learning)
9187 ("cl-ana.table" ,sbcl-cl-ana.table)
9188 ("cl-ana.table-utils" ,sbcl-cl-ana.table-utils)
9189 ("cl-ana.table-viewing" ,sbcl-cl-ana.table-viewing)
9190 ("cl-ana.tensor" ,sbcl-cl-ana.tensor)
9191 ("libffi" ,libffi)))
9192 (native-inputs
9193 `(("cl-fad" ,sbcl-cl-fad)))
9194 (arguments
9195 (substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
9196 ((#:asd-file _ "") "cl-ana.asd")
9197 ((#:asd-system-name _ #f) "cl-ana")))))
9198
9199 (define-public cl-ana
9200 (sbcl-package->cl-source-package sbcl-cl-ana))
9201
9202 (define-public sbcl-archive
9203 (let ((commit "631271c091ed02994bec3980cb288a2cf32c7cdc")
9204 (revision "1"))
9205 (package
9206 (name "sbcl-archive")
9207 (version (git-version "0.9" revision commit))
9208 (source (origin
9209 (method git-fetch)
9210 (uri (git-reference
9211 (url "https://github.com/sharplispers/archive.git")
9212 (commit commit)))
9213 (file-name (git-file-name name version))
9214 (sha256
9215 (base32
9216 "0pvsc9fmybx7rxd0kmzq4shi6hszdpwdc1sfy7jwyfxf8n3hnv4p"))))
9217 (build-system asdf-build-system/sbcl)
9218 (inputs
9219 `(("cl-fad" ,sbcl-cl-fad)
9220 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
9221 (synopsis "Common Lisp library for tar and cpio archives")
9222 (description
9223 "This is a Common Lisp library to read and write disk-based file
9224 archives such as those generated by the tar and cpio programs on Unix.")
9225 (home-page "https://github.com/sharplispers/archive")
9226 (license license:bsd-3))))
9227
9228 (define-public cl-archive
9229 (sbcl-package->cl-source-package sbcl-archive))
9230
9231 (define-public ecl-archive
9232 (sbcl-package->ecl-package sbcl-archive))
9233
9234 (define-public sbcl-misc-extensions
9235 (let ((commit "101c05112bf2f1e1bbf527396822d2f50ca6327a")
9236 (revision "1"))
9237 (package
9238 (name "sbcl-misc-extensions")
9239 (version (git-version "3.3" revision commit))
9240 (source
9241 (origin
9242 (method git-fetch)
9243 (uri (git-reference
9244 (url "https://gitlab.common-lisp.net/misc-extensions/devel.git")
9245 (commit commit)))
9246 (file-name (git-file-name name version))
9247 (sha256
9248 (base32
9249 "0gz5f4p70qzilnxsnf5lih2n9m4wjcw8hlw4w8mpn9jyhyppyyv0"))))
9250 (build-system asdf-build-system/sbcl)
9251 (synopsis "Collection of small macros and extensions for Common Lisp")
9252 (description
9253 "This project is intended as a catchall for small, general-purpose
9254 extensions to Common Lisp. It contains:
9255
9256 @itemize
9257 @item @code{new-let}, a macro that combines and generalizes @code{let},
9258 @code{let*} and @code{multiple-value-bind},
9259 @item @code{gmap}, an iteration macro that generalizes @code{map}.
9260 @end itemize\n")
9261 (home-page "https://common-lisp.net/project/misc-extensions/")
9262 (license license:public-domain))))
9263
9264 (define-public cl-misc-extensions
9265 (sbcl-package->cl-source-package sbcl-misc-extensions))
9266
9267 (define-public ecl-misc-extensions
9268 (sbcl-package->ecl-package sbcl-misc-extensions))
9269
9270 (define-public sbcl-mt19937
9271 (package
9272 (name "sbcl-mt19937")
9273 (version "1.1")
9274 (source
9275 (origin
9276 (method url-fetch)
9277 (uri (string-append "https://common-lisp.net/project/asdf-packaging/"
9278 "mt19937-latest.tar.gz"))
9279 (sha256
9280 (base32
9281 "1iw636b0iw5ygkv02y8i41lh7xj0acglv0hg5agryn0zzi2nf1xv"))))
9282 (build-system asdf-build-system/sbcl)
9283 (synopsis "Mersenne Twister pseudo-random number generator")
9284 (description
9285 "MT19937 is a portable Mersenne Twister pseudo-random number generator
9286 for Common Lisp.")
9287 (home-page "https://www.cliki.net/mt19937")
9288 (license license:public-domain)))
9289
9290 (define-public cl-mt19937
9291 (sbcl-package->cl-source-package sbcl-mt19937))
9292
9293 (define-public ecl-mt19937
9294 (sbcl-package->ecl-package sbcl-mt19937))
9295
9296 (define-public sbcl-fset
9297 (let ((commit "6d2f9ded8934d2b42f2571a0ba5bda091037d852")
9298 (revision "1"))
9299 (package
9300 (name "sbcl-fset")
9301 (version (git-version "1.3.2" revision commit))
9302 (source
9303 (origin
9304 (method git-fetch)
9305 (uri (git-reference
9306 (url "https://github.com/slburson/fset")
9307 (commit commit)))
9308 (file-name (git-file-name name version))
9309 (sha256
9310 (base32
9311 "127acblwrbqicx47h6sgvknz1cqyfn8p4xkhkn1m7hxh8w5gk1zy"))
9312 (snippet '(begin
9313 ;; Remove obsolete copy of system definition.
9314 (delete-file "Code/fset.asd")
9315 #t))))
9316 (build-system asdf-build-system/sbcl)
9317 (inputs
9318 `(("misc-extensions" ,sbcl-misc-extensions)
9319 ("mt19937" ,sbcl-mt19937)
9320 ("named-readtables" ,sbcl-named-readtables)))
9321 (synopsis "Functional set-theoretic collections library")
9322 (description
9323 "FSet is a functional set-theoretic collections library for Common Lisp.
9324 Functional means that all update operations return a new collection rather than
9325 modifying an existing one in place. Set-theoretic means that collections may
9326 be nested arbitrarily with no additional programmer effort; for instance, sets
9327 may contain sets, maps may be keyed by sets, etc.")
9328 (home-page "https://common-lisp.net/project/fset/Site/index.html")
9329 (license license:llgpl))))
9330
9331 (define-public cl-fset
9332 (sbcl-package->cl-source-package sbcl-fset))
9333
9334 (define-public sbcl-cl-cont
9335 (let ((commit "fc1fa7e6eb64894fdca13e688e6015fad5290d2a")
9336 (revision "1"))
9337 (package
9338 (name "sbcl-cl-cont")
9339 (version (git-version "0.3.8" revision commit))
9340 (source
9341 (origin
9342 (method git-fetch)
9343 (uri (git-reference
9344 (url "https://gitlab.common-lisp.net/cl-cont/cl-cont.git")
9345 (commit commit)))
9346 (file-name (git-file-name name version))
9347 (sha256
9348 (base32
9349 "1zf8zvb0i6jm3hhfks4w74hibm6avgc6f9s1qwgjrn2bcik8lrvz"))))
9350 (build-system asdf-build-system/sbcl)
9351 (inputs
9352 `(("alexandria" ,sbcl-alexandria)
9353 ("closer-mop" ,sbcl-closer-mop)))
9354 (native-inputs
9355 `(("rt" ,sbcl-rt)))
9356 (synopsis "Delimited continuations for Common Lisp")
9357 (description
9358 "This is a library that implements delimited continuations by
9359 transforming Common Lisp code to continuation passing style.")
9360 (home-page "https://common-lisp.net/project/cl-cont/")
9361 (license license:llgpl))))
9362
9363 (define-public cl-cont
9364 (sbcl-package->cl-source-package sbcl-cl-cont))
9365
9366 (define-public ecl-cl-cont
9367 (sbcl-package->ecl-package sbcl-cl-cont))
9368
9369 (define-public sbcl-cl-coroutine
9370 (let ((commit "de098f8d5debd8b14ef6864b5bdcbbf5ddbcfd72")
9371 (revision "1"))
9372 (package
9373 (name "sbcl-cl-coroutine")
9374 (version (git-version "0.1" revision commit))
9375 (source
9376 (origin
9377 (method git-fetch)
9378 (uri (git-reference
9379 (url "https://github.com/takagi/cl-coroutine.git")
9380 (commit commit)))
9381 (file-name (git-file-name name version))
9382 (sha256
9383 (base32
9384 "1cqdhdjxffgfs116l1swjlsmcbly0xgcgrckvaajd566idj9yj4l"))))
9385 (build-system asdf-build-system/sbcl)
9386 (inputs
9387 `(("alexandria" ,sbcl-alexandria)
9388 ("cl-cont" ,sbcl-cl-cont)))
9389 (native-inputs
9390 `(("prove" ,sbcl-prove)))
9391 (arguments
9392 `(;; TODO: Fix the tests. They fail with:
9393 ;; "Component CL-COROUTINE-ASD::CL-COROUTINE-TEST not found"
9394 #:tests? #f
9395 #:phases
9396 (modify-phases %standard-phases
9397 (add-after 'unpack 'fix-tests
9398 (lambda _
9399 (substitute* "cl-coroutine-test.asd"
9400 (("cl-test-more")
9401 "prove"))
9402 #t)))))
9403 (synopsis "Coroutine library for Common Lisp")
9404 (description
9405 "This is a coroutine library for Common Lisp implemented using the
9406 continuations of the @code{cl-cont} library.")
9407 (home-page "https://github.com/takagi/cl-coroutine")
9408 (license license:llgpl))))
9409
9410 (define-public cl-coroutine
9411 (sbcl-package->cl-source-package sbcl-cl-coroutine))
9412
9413 (define-public ecl-cl-coroutine
9414 (sbcl-package->ecl-package sbcl-cl-coroutine))
9415
9416 (define-public sbcl-vom
9417 (let ((commit "1aeafeb5b74c53741b79497e0ef4acf85c92ff24")
9418 (revision "1"))
9419 (package
9420 (name "sbcl-vom")
9421 (version (git-version "0.1.4" revision commit))
9422 (source
9423 (origin
9424 (method git-fetch)
9425 (uri (git-reference
9426 (url "https://github.com/orthecreedence/vom.git")
9427 (commit commit)))
9428 (file-name (git-file-name name version))
9429 (sha256
9430 (base32
9431 "0536kppj76ax4lrxhv42npkfjsmx45km2g439vf9jmw3apinz9cy"))))
9432 (build-system asdf-build-system/sbcl)
9433 (synopsis "Tiny logging utility for Common Lisp")
9434 (description
9435 "Vom is a logging library for Common Lisp. It's goal is to be useful
9436 and small. It does not provide a lot of features as other loggers do, but
9437 has a small codebase that's easy to understand and use.")
9438 (home-page "https://github.com/orthecreedence/vom")
9439 (license license:expat))))
9440
9441 (define-public cl-vom
9442 (sbcl-package->cl-source-package sbcl-vom))
9443
9444 (define-public ecl-vom
9445 (sbcl-package->ecl-package sbcl-vom))
9446
9447 (define-public sbcl-cl-libuv
9448 (let ((commit "32100c023c518038d0670a103eaa4d50dd785d29")
9449 (revision "1"))
9450 (package
9451 (name "sbcl-cl-libuv")
9452 (version (git-version "0.1.6" revision commit))
9453 (source
9454 (origin
9455 (method git-fetch)
9456 (uri (git-reference
9457 (url "https://github.com/orthecreedence/cl-libuv.git")
9458 (commit commit)))
9459 (file-name (git-file-name name version))
9460 (sha256
9461 (base32
9462 "1kwix4si8a8hza34ab2k7whrh7z0yrmx39v2wc3qblv9m244jkh1"))))
9463 (build-system asdf-build-system/sbcl)
9464 (inputs
9465 `(("alexandria" ,sbcl-alexandria)
9466 ("cffi" ,sbcl-cffi)
9467 ("cffi-grovel" ,sbcl-cffi-grovel)
9468 ("libuv" ,libuv)))
9469 (arguments
9470 `(#:phases
9471 (modify-phases %standard-phases
9472 (add-after 'unpack 'fix-paths
9473 (lambda* (#:key inputs #:allow-other-keys)
9474 (substitute* "lib.lisp"
9475 (("/usr/lib/libuv.so")
9476 (string-append (assoc-ref inputs "libuv")
9477 "/lib/libuv.so")))
9478 #t))
9479 (add-after 'fix-paths 'fix-system-definition
9480 (lambda _
9481 (substitute* "cl-libuv.asd"
9482 (("#:cffi #:alexandria")
9483 "#:cffi #:cffi-grovel #:alexandria"))
9484 #t)))))
9485 (synopsis "Common Lisp bindings to libuv")
9486 (description
9487 "This library provides low-level libuv bindings for Common Lisp.")
9488 (home-page "https://github.com/orthecreedence/cl-libuv")
9489 (license license:expat))))
9490
9491 (define-public cl-libuv
9492 (sbcl-package->cl-source-package sbcl-cl-libuv))
9493
9494 (define-public ecl-cl-libuv
9495 (sbcl-package->ecl-package sbcl-cl-libuv))
9496
9497 (define-public sbcl-cl-async-base
9498 (let ((commit "f6423e44404a44434d803605e0d2e17199158e28")
9499 (revision "1"))
9500 (package
9501 (name "sbcl-cl-async-base")
9502 (version (git-version "0.6.1" revision commit))
9503 (source
9504 (origin
9505 (method git-fetch)
9506 (uri (git-reference
9507 (url "https://github.com/orthecreedence/cl-async.git")
9508 (commit commit)))
9509 (file-name (git-file-name name version))
9510 (sha256
9511 (base32
9512 "11xi9dxb8mjgwzrkj88i0xkgk26z9w9ddxzbv6xsvfc1d4x5cf4x"))))
9513 (build-system asdf-build-system/sbcl)
9514 (inputs
9515 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
9516 ("cffi" ,sbcl-cffi)
9517 ("cl-libuv" ,sbcl-cl-libuv)))
9518 (arguments
9519 `(#:asd-file "cl-async.asd"))
9520 (synopsis "Base system for cl-async")
9521 (description
9522 "Cl-async is a library for general purpose, non-blocking programming in
9523 Common Lisp. It uses the libuv library as backend.")
9524 (home-page "https://orthecreedence.github.io/cl-async/")
9525 (license license:expat))))
9526
9527 (define-public cl-async-base
9528 (sbcl-package->cl-source-package sbcl-cl-async-base))
9529
9530 (define-public ecl-cl-async-base
9531 (sbcl-package->ecl-package sbcl-cl-async-base))
9532
9533 (define-public sbcl-cl-async-util
9534 (package
9535 (inherit sbcl-cl-async-base)
9536 (name "sbcl-cl-async-util")
9537 (inputs
9538 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
9539 ("cffi" ,sbcl-cffi)
9540 ("cl-async-base" ,sbcl-cl-async-base)
9541 ("cl-libuv" ,sbcl-cl-libuv)
9542 ("cl-ppcre" ,sbcl-cl-ppcre)
9543 ("fast-io" ,sbcl-fast-io)
9544 ("vom" ,sbcl-vom)))
9545 (synopsis "Internal utilities for cl-async")))
9546
9547 (define-public cl-async-util
9548 (sbcl-package->cl-source-package sbcl-cl-async-util))
9549
9550 (define-public ecl-cl-async-util
9551 (sbcl-package->ecl-package sbcl-cl-async-util))
9552
9553 (define-public sbcl-cl-async
9554 (package
9555 (inherit sbcl-cl-async-base)
9556 (name "sbcl-cl-async")
9557 (inputs
9558 `(("babel" ,sbcl-babel)
9559 ("cffi" ,sbcl-cffi)
9560 ("cl-async-base" ,sbcl-cl-async-base)
9561 ("cl-async-util" ,sbcl-cl-async-util)
9562 ("cl-libuv" ,sbcl-cl-libuv)
9563 ("cl-ppcre" ,sbcl-cl-ppcre)
9564 ("static-vectors" ,sbcl-static-vectors)
9565 ("trivial-features" ,sbcl-trivial-features)
9566 ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
9567 (synopsis "Asynchronous operations for Common Lisp")))
9568
9569 (define-public cl-async
9570 (sbcl-package->cl-source-package sbcl-cl-async))
9571
9572 (define-public ecl-cl-async
9573 (sbcl-package->ecl-package sbcl-cl-async))
9574
9575 (define-public sbcl-cl-async-repl
9576 (package
9577 (inherit sbcl-cl-async-base)
9578 (name "sbcl-cl-async-repl")
9579 (inputs
9580 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
9581 ("cl-async" ,sbcl-cl-async)))
9582 (arguments
9583 (substitute-keyword-arguments (package-arguments sbcl-cl-async-base)
9584 ((#:asd-file _ "") "cl-async-repl.asd")))
9585 (synopsis "REPL integration for cl-async")))
9586
9587 (define-public cl-async-repl
9588 (sbcl-package->cl-source-package sbcl-cl-async-repl))
9589
9590 (define-public ecl-cl-async-repl
9591 (sbcl-package->ecl-package sbcl-cl-async-repl))
9592
9593 (define-public sbcl-cl-async-ssl
9594 (package
9595 (inherit sbcl-cl-async-base)
9596 (name "sbcl-cl-async-ssl")
9597 (inputs
9598 `(("cffi" ,sbcl-cffi)
9599 ("cl-async" ,sbcl-cl-async)
9600 ("openssl" ,openssl)
9601 ("vom" ,sbcl-vom)))
9602 (arguments
9603 (substitute-keyword-arguments (package-arguments sbcl-cl-async-base)
9604 ((#:asd-file _ "") "cl-async-ssl.asd")
9605 ((#:phases phases '%standard-phases)
9606 `(modify-phases ,phases
9607 (add-after 'unpack 'fix-paths
9608 (lambda* (#:key inputs #:allow-other-keys)
9609 (substitute* "src/ssl/package.lisp"
9610 (("libcrypto\\.so")
9611 (string-append (assoc-ref inputs "openssl")
9612 "/lib/libcrypto.so"))
9613 (("libssl\\.so")
9614 (string-append (assoc-ref inputs "openssl")
9615 "/lib/libssl.so")))
9616 #t))))))
9617 (synopsis "SSL wrapper around cl-async socket implementation")))
9618
9619 (define-public cl-async-ssl
9620 (sbcl-package->cl-source-package sbcl-cl-async-ssl))
9621
9622 (define-public ecl-cl-async-ssl
9623 (sbcl-package->ecl-package sbcl-cl-async-ssl))
9624
9625 (define-public sbcl-blackbird
9626 (let ((commit "d361f81c1411dec07f6c2dcb11c78f7aea9aaca8")
9627 (revision "1"))
9628 (package
9629 (name "sbcl-blackbird")
9630 (version (git-version "0.5.2" revision commit))
9631 (source
9632 (origin
9633 (method git-fetch)
9634 (uri (git-reference
9635 (url "https://github.com/orthecreedence/blackbird.git")
9636 (commit commit)))
9637 (file-name (git-file-name name version))
9638 (sha256
9639 (base32
9640 "0xfds5yaya64arzr7w1x38karyz11swzbhxx1afldpradj9dh19c"))))
9641 (build-system asdf-build-system/sbcl)
9642 (inputs
9643 `(("vom" ,sbcl-vom)))
9644 (native-inputs
9645 `(("cl-async" ,sbcl-cl-async)
9646 ("fiveam" ,sbcl-fiveam)))
9647 (synopsis "Promise implementation for Common Lisp")
9648 (description
9649 "This is a standalone promise implementation for Common Lisp. It is
9650 the successor to the now-deprecated cl-async-future project.")
9651 (home-page "https://orthecreedence.github.io/blackbird/")
9652 (license license:expat))))
9653
9654 (define-public cl-blackbird
9655 (sbcl-package->cl-source-package sbcl-blackbird))
9656
9657 (define-public ecl-blackbird
9658 (sbcl-package->ecl-package sbcl-blackbird))
9659
9660 (define-public sbcl-cl-async-future
9661 (let ((commit "ee36c22a69a9516407458d2ed8b475f1fc473959")
9662 (revision "1"))
9663 (package
9664 (name "sbcl-cl-async-future")
9665 (version (git-version "0.4.4.1" revision commit))
9666 (source
9667 (origin
9668 (method git-fetch)
9669 (uri (git-reference
9670 (url "https://github.com/orthecreedence/cl-async-future.git")
9671 (commit commit)))
9672 (file-name (git-file-name name version))
9673 (sha256
9674 (base32
9675 "0z0sc7qlzzxk99f4l26zp6rai9kv0kj0f599sxai5s44p17zbbvh"))))
9676 (build-system asdf-build-system/sbcl)
9677 (inputs
9678 `(("blackbird" ,sbcl-blackbird)))
9679 (native-inputs
9680 `(("cl-async" ,sbcl-cl-async)
9681 ("eos" ,sbcl-eos)))
9682 (synopsis "Futures implementation for Common Lisp")
9683 (description
9684 "This is futures implementation for Common Lisp. It plugs in nicely
9685 to cl-async.")
9686 (home-page "https://orthecreedence.github.io/cl-async/future")
9687 (license license:expat))))
9688
9689 (define-public cl-async-future
9690 (sbcl-package->cl-source-package sbcl-cl-async-future))
9691
9692 (define-public ecl-cl-async-future
9693 (sbcl-package->ecl-package sbcl-cl-async-future))
9694
9695 (define-public sbcl-green-threads
9696 (let ((commit "fff5ebecb441a37e5c511773716aafd84a3c5840")
9697 (revision "1"))
9698 (package
9699 (name "sbcl-green-threads")
9700 (version (git-version "0.3" revision commit))
9701 (source
9702 (origin
9703 (method git-fetch)
9704 (uri (git-reference
9705 (url "https://github.com/thezerobit/green-threads.git")
9706 (commit commit)))
9707 (file-name (git-file-name name version))
9708 (sha256
9709 (base32
9710 "1czw7nr0dwfps76h8hjvglk1wdh53yqbfbvv30whwbgqx33iippz"))))
9711 (build-system asdf-build-system/sbcl)
9712 (inputs
9713 `(("cl-async-future" ,sbcl-cl-async-future)
9714 ("cl-cont" ,sbcl-cl-cont)))
9715 (native-inputs
9716 `(("prove" ,sbcl-prove)))
9717 (arguments
9718 `(;; TODO: Fix the tests. They fail with:
9719 ;; "The function BLACKBIRD::PROMISE-VALUES is undefined"
9720 #:tests? #f
9721 #:phases
9722 (modify-phases %standard-phases
9723 (add-after 'unpack 'fix-tests
9724 (lambda _
9725 (substitute* "green-threads-test.asd"
9726 (("cl-test-more")
9727 "prove"))
9728 #t)))))
9729 (synopsis "Cooperative multitasking library for Common Lisp")
9730 (description
9731 "This library allows for cooperative multitasking with help of cl-cont
9732 for continuations. It tries to mimic the API of bordeaux-threads as much as
9733 possible.")
9734 (home-page "https://github.com/thezerobit/green-threads")
9735 (license license:bsd-3))))
9736
9737 (define-public cl-green-threads
9738 (sbcl-package->cl-source-package sbcl-green-threads))
9739
9740 (define-public ecl-green-threads
9741 (sbcl-package->ecl-package sbcl-green-threads))
9742
9743 (define-public sbcl-cl-base32
9744 (let ((commit "8cdee06fab397f7b0a19583b57e7f0c98405be85")
9745 (revision "1"))
9746 (package
9747 (name "sbcl-cl-base32")
9748 (version (git-version "0.1" revision commit))
9749 (source
9750 (origin
9751 (method git-fetch)
9752 (uri (git-reference
9753 (url "https://github.com/hargettp/cl-base32.git")
9754 (commit commit)))
9755 (file-name (git-file-name name version))
9756 (sha256
9757 (base32 "17jrng8jb05d64ggyd11hp308c2fl5drvf9g175blgrkkl8l4mf8"))))
9758 (build-system asdf-build-system/sbcl)
9759 (native-inputs
9760 `(("lisp-unit" ,sbcl-lisp-unit)))
9761 (synopsis "Common Lisp library for base32 encoding and decoding")
9762 (description
9763 "This package provides functions for base32 encoding and decoding as
9764 defined in RFC4648.")
9765 (home-page "https://github.com/hargettp/cl-base32")
9766 (license license:expat))))
9767
9768 (define-public cl-base32
9769 (sbcl-package->cl-source-package sbcl-cl-base32))
9770
9771 (define-public ecl-cl-base32
9772 (sbcl-package->ecl-package sbcl-cl-base32))
9773
9774 (define-public sbcl-cl-z85
9775 (let ((commit "85b3951a9cfa2603acb6aee15567684f9a108098")
9776 (revision "1"))
9777 (package
9778 (name "sbcl-cl-z85")
9779 (version (git-version "1.0" revision commit))
9780 (source
9781 (origin
9782 (method git-fetch)
9783 (uri (git-reference
9784 (url "https://github.com/glv2/cl-z85.git")
9785 (commit commit)))
9786 (file-name (git-file-name name version))
9787 (sha256
9788 (base32 "0r27pidjaxbm7k1rr90nnajwl5xm2kp65g1fv0fva17lzy45z1mp"))))
9789 (build-system asdf-build-system/sbcl)
9790 (native-inputs
9791 `(("cl-octet-streams" ,sbcl-cl-octet-streams)
9792 ("fiveam" ,sbcl-fiveam)))
9793 (synopsis "Common Lisp library for Z85 encoding and decoding")
9794 (description
9795 "This package provides functions to encode or decode byte vectors or
9796 byte streams using the Z85 format, which is a base-85 encoding used by
9797 ZeroMQ.")
9798 (home-page "https://github.com/glv2/cl-z85")
9799 (license license:gpl3+))))
9800
9801 (define-public cl-z85
9802 (sbcl-package->cl-source-package sbcl-cl-z85))
9803
9804 (define-public ecl-cl-z85
9805 (sbcl-package->ecl-package sbcl-cl-z85))
9806
9807 (define-public sbcl-ltk
9808 (package
9809 (name "sbcl-ltk")
9810 (version "0.992")
9811 (source
9812 (origin
9813 (method git-fetch)
9814 (uri (git-reference
9815 (url "https://github.com/herth/ltk.git")
9816 (commit version)))
9817 (file-name (git-file-name name version))
9818 (sha256
9819 (base32 "13l2q4mskzilya9xh5wy2xvy30lwn104bd8wrq6ifds56r82iy3x"))))
9820 (build-system asdf-build-system/sbcl)
9821 (inputs
9822 `(("imagemagick" ,imagemagick)
9823 ("tk" ,tk)))
9824 (arguments
9825 `(#:asd-file "ltk/ltk.asd"
9826 #:tests? #f
9827 #:phases (modify-phases %standard-phases
9828 (add-after 'unpack 'fix-paths
9829 (lambda* (#:key inputs #:allow-other-keys)
9830 (substitute* "ltk/ltk.lisp"
9831 (("#-freebsd \"wish\"")
9832 (string-append "#-freebsd \""
9833 (assoc-ref inputs "tk")
9834 "/bin/wish\""))
9835 (("do-execute \"convert\"")
9836 (string-append "do-execute \""
9837 (assoc-ref inputs "imagemagick")
9838 "/bin/convert\"")))
9839 #t)))))
9840 (synopsis "Common Lisp bindings for the Tk GUI toolkit")
9841 (description
9842 "LTK is a Common Lisp binding for the Tk graphics toolkit. It is written
9843 in pure Common Lisp and does not require any Tk knowledge for its usage.")
9844 (home-page "http://www.peter-herth.de/ltk/")
9845 (license license:llgpl)))
9846
9847 (define-public cl-ltk
9848 (sbcl-package->cl-source-package sbcl-ltk))
9849
9850 (define-public ecl-ltk
9851 (sbcl-package->ecl-package sbcl-ltk))
9852
9853 (define-public sbcl-ltk-mw
9854 (package
9855 (inherit sbcl-ltk)
9856 (name "sbcl-ltk-mw")
9857 (inputs
9858 `(("ltk" ,sbcl-ltk)))
9859 (arguments
9860 (substitute-keyword-arguments (package-arguments sbcl-ltk)
9861 ((#:asd-file _) "ltk/ltk-mw.asd")
9862 ((#:phases _) '%standard-phases)))
9863 (synopsis "Extra widgets for LTK")
9864 (description
9865 "This is a collection of higher-level widgets built on top of LTK.")))
9866
9867 (define-public cl-ltk-mw
9868 (sbcl-package->cl-source-package sbcl-ltk-mw))
9869
9870 (define-public ecl-ltk-mw
9871 (sbcl-package->ecl-package sbcl-ltk-mw))
9872
9873 (define-public sbcl-ltk-remote
9874 (package
9875 (inherit sbcl-ltk)
9876 (name "sbcl-ltk-remote")
9877 (inputs
9878 `(("ltk" ,sbcl-ltk)))
9879 (arguments
9880 (substitute-keyword-arguments (package-arguments sbcl-ltk)
9881 ((#:asd-file _) "ltk/ltk-remote.asd")
9882 ((#:phases _) '%standard-phases)))
9883 (synopsis "Remote GUI support for LTK")
9884 (description
9885 "This LTK extension allows the GUI to be displayed on a computer different
9886 from the one running the Lisp program by using a TCP connection.")))
9887
9888 (define-public cl-ltk-remote
9889 (sbcl-package->cl-source-package sbcl-ltk-remote))
9890
9891 (define-public sbcl-cl-lex
9892 (let ((commit "f2dbbe25ef553005fb402d9a6203180c3fa1093b")
9893 (revision "1"))
9894 (package
9895 (name "sbcl-cl-lex")
9896 (version (git-version "1.1.3" revision commit))
9897 (source
9898 (origin
9899 (method git-fetch)
9900 (uri (git-reference
9901 (url "https://github.com/djr7C4/cl-lex.git")
9902 (commit commit)))
9903 (file-name (git-file-name name version))
9904 (sha256
9905 (base32 "1kg50f76bfpfxcv4dfivq1n9a0xlsra2ajb0vd68lxwgbidgyc2y"))))
9906 (build-system asdf-build-system/sbcl)
9907 (inputs
9908 `(("cl-ppcre" ,sbcl-cl-ppcre)))
9909 (synopsis "Common Lisp macros for generating lexical analyzers")
9910 (description
9911 "This is a Common Lisp library providing a set of macros for generating
9912 lexical analyzers automatically. The lexers generated using @code{cl-lex} can
9913 be used with @code{cl-yacc}.")
9914 (home-page "https://github.com/djr7C4/cl-lex")
9915 (license license:gpl3))))
9916
9917 (define-public cl-lex
9918 (sbcl-package->cl-source-package sbcl-cl-lex))
9919
9920 (define-public ecl-cl-lex
9921 (sbcl-package->ecl-package sbcl-cl-lex))
9922
9923 (define-public sbcl-clunit2
9924 (let ((commit "5e28343734eb9b7aee39306a614af92c1062d50b")
9925 (revision "1"))
9926 (package
9927 (name "sbcl-clunit2")
9928 (version (git-version "0.2.4" revision commit))
9929 (source
9930 (origin
9931 (method git-fetch)
9932 (uri (git-reference
9933 (url "https://notabug.org/cage/clunit2.git")
9934 (commit commit)))
9935 (file-name (git-file-name name version))
9936 (sha256
9937 (base32 "1ngiapfki6nm8a555mzhb5p7ch79i3w665za5bmb5j7q34fy80vw"))))
9938 (build-system asdf-build-system/sbcl)
9939 (synopsis "Unit testing framework for Common Lisp")
9940 (description
9941 "CLUnit is a Common Lisp unit testing framework. It is designed to be
9942 easy to use so that you can quickly start testing.")
9943 (home-page "https://notabug.org/cage/clunit2")
9944 (license license:expat))))
9945
9946 (define-public cl-clunit2
9947 (sbcl-package->cl-source-package sbcl-clunit2))
9948
9949 (define-public ecl-clunit2
9950 (sbcl-package->ecl-package sbcl-clunit2))
9951
9952 (define-public sbcl-cl-colors2
9953 (let ((commit "795aedee593b095fecde574bd999b520dd03ed24")
9954 (revision "1"))
9955 (package
9956 (name "sbcl-cl-colors2")
9957 (version (git-version "0.2.1" revision commit))
9958 (source
9959 (origin
9960 (method git-fetch)
9961 (uri (git-reference
9962 (url "https://notabug.org/cage/cl-colors2.git")
9963 (commit commit)))
9964 (file-name (git-file-name name version))
9965 (sha256
9966 (base32 "0hlyf4h5chkjdp9armla5w4kw5acikk159sym7y8c4jbjp9x47ih"))))
9967 (build-system asdf-build-system/sbcl)
9968 (native-inputs
9969 `(("clunit2" ,sbcl-clunit2)))
9970 (inputs
9971 `(("alexandria" ,sbcl-alexandria)
9972 ("cl-ppcre" ,sbcl-cl-ppcre)))
9973 (synopsis "Color library for Common Lisp")
9974 (description
9975 "This is a very simple color library for Common Lisp, providing:
9976
9977 @itemize
9978 @item Types for representing colors in HSV and RGB spaces.
9979 @item Simple conversion functions between the above types (and also
9980 hexadecimal representation for RGB).
9981 @item Some predefined colors (currently X11 color names -- of course
9982 the library does not depend on X11).
9983 @end itemize\n")
9984 (home-page "https://notabug.org/cage/cl-colors2")
9985 (license license:boost1.0))))
9986
9987 (define-public cl-colors2
9988 (sbcl-package->cl-source-package sbcl-cl-colors2))
9989
9990 (define-public ecl-cl-colors2
9991 (sbcl-package->ecl-package sbcl-cl-colors2))
9992
9993 (define-public sbcl-cl-jpeg
9994 (let ((commit "ec557038128df6895fbfb743bfe8faf8ec2534af")
9995 (revision "1"))
9996 (package
9997 (name "sbcl-cl-jpeg")
9998 (version (git-version "2.8" revision commit))
9999 (source
10000 (origin
10001 (method git-fetch)
10002 (uri (git-reference
10003 (url "https://github.com/sharplispers/cl-jpeg.git")
10004 (commit commit)))
10005 (file-name (git-file-name name version))
10006 (sha256
10007 (base32 "1bkkiqz8fqldlj1wbmrccjsvxcwj98h6s4b6gslr3cg2wmdv5xmy"))))
10008 (build-system asdf-build-system/sbcl)
10009 (synopsis "JPEG image library for Common Lisp")
10010 (description
10011 "This is a baseline JPEG codec written in Common Lisp. It can be used
10012 for reading and writing JPEG image files.")
10013 (home-page "https://github.com/sharplispers/cl-jpeg")
10014 (license license:bsd-3))))
10015
10016 (define-public cl-jpeg
10017 (sbcl-package->cl-source-package sbcl-cl-jpeg))
10018
10019 (define-public ecl-cl-jpeg
10020 (sbcl-package->ecl-package sbcl-cl-jpeg))
10021
10022 (define-public sbcl-nodgui
10023 (let ((commit "bc59ed9b787dfc9e68ae3bd7f7e8507c5c619212")
10024 (revision "1"))
10025 (package
10026 (name "sbcl-nodgui")
10027 (version (git-version "0.0.5" revision commit))
10028 (source
10029 (origin
10030 (method git-fetch)
10031 (uri (git-reference
10032 (url "https://notabug.org/cage/nodgui.git")
10033 (commit commit)))
10034 (file-name (git-file-name name version))
10035 (sha256
10036 (base32 "0xx0dk54d882i598ydnwmy7mnfk0b7vib3ddsgpqxhjck1rwq8l8"))))
10037 (build-system asdf-build-system/sbcl)
10038 (inputs
10039 `(("alexandria" ,sbcl-alexandria)
10040 ("bordeaux-threads" ,sbcl-bordeaux-threads)
10041 ("cl-colors2" ,sbcl-cl-colors2)
10042 ("cl-jpeg" ,sbcl-cl-jpeg)
10043 ("cl-lex" ,sbcl-cl-lex)
10044 ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
10045 ("cl-unicode" ,sbcl-cl-unicode)
10046 ("cl-yacc" ,sbcl-cl-yacc)
10047 ("clunit2" ,sbcl-clunit2)
10048 ("named-readtables" ,sbcl-named-readtables)
10049 ("parse-number" ,sbcl-parse-number)
10050 ("tk" ,tk)))
10051 (arguments
10052 `(#:phases (modify-phases %standard-phases
10053 (add-after 'unpack 'fix-paths
10054 (lambda* (#:key inputs #:allow-other-keys)
10055 (substitute* "src/wish-communication.lisp"
10056 (("#-freebsd \"wish\"")
10057 (string-append "#-freebsd \""
10058 (assoc-ref inputs "tk")
10059 "/bin/wish\"")))
10060 #t)))))
10061 (synopsis "Common Lisp bindings for the Tk GUI toolkit")
10062 (description
10063 "Nodgui (@emph{No Drama GUI}) is a Common Lisp binding for the Tk GUI
10064 toolkit. It also provides a few additional widgets more than the standard Tk
10065 ones.")
10066 (home-page "https://www.autistici.org/interzona/nodgui.html")
10067 (license license:llgpl))))
10068
10069 (define-public cl-nodgui
10070 (sbcl-package->cl-source-package sbcl-nodgui))
10071
10072 (define-public ecl-nodgui
10073 (sbcl-package->ecl-package sbcl-nodgui))
10074
10075 (define-public sbcl-salza2
10076 (package
10077 (name "sbcl-salza2")
10078 (version "2.0.9")
10079 (source
10080 (origin
10081 (method git-fetch)
10082 (uri (git-reference
10083 (url "https://github.com/xach/salza2.git")
10084 (commit (string-append "release-" version))))
10085 (file-name (git-file-name name version))
10086 (sha256
10087 (base32 "0p38rj4gq7j5k807php7hrz7l2zyyfshv8i9yms7i8lkgg3433ki"))))
10088 (build-system asdf-build-system/sbcl)
10089 (synopsis "Common Lisp library for zlib, deflate and gzip compression")
10090 (description
10091 "Salza2 is a Common Lisp library for creating compressed data in the zlib,
10092 deflate, or gzip data formats, described in RFC 1950, RFC 1951, and RFC 1952,
10093 respectively.")
10094 (home-page "https://www.xach.com/lisp/salza2/")
10095 (license license:bsd-2)))
10096
10097 (define-public cl-salza2
10098 (sbcl-package->cl-source-package sbcl-salza2))
10099
10100 (define-public ecl-salza2
10101 (sbcl-package->ecl-package sbcl-salza2))
10102
10103 (define-public sbcl-png-read
10104 (let ((commit "ec29f38a689972b9f1373f13bbbcd6b05deada88")
10105 (revision "1"))
10106 (package
10107 (name "sbcl-png-read")
10108 (version (git-version "0.3.1" revision commit))
10109 (source
10110 (origin
10111 (method git-fetch)
10112 (uri (git-reference
10113 (url "https://github.com/Ramarren/png-read.git")
10114 (commit commit)))
10115 (file-name (git-file-name name version))
10116 (sha256
10117 (base32 "0vyczbcwskrygrf1hgrsnk0jil8skmvf1kiaalw5jps4fjrfdkw0"))))
10118 (build-system asdf-build-system/sbcl)
10119 (inputs
10120 `(("babel" ,sbcl-babel)
10121 ("chipz" ,sbcl-chipz)
10122 ("iterate" ,sbcl-iterate)))
10123 (synopsis "PNG decoder for Common Lisp")
10124 (description "This is a Common Lisp library for reading PNG images.")
10125 (home-page "https://github.com/Ramarren/png-read")
10126 (license license:bsd-3))))
10127
10128 (define-public cl-png-read
10129 (sbcl-package->cl-source-package sbcl-png-read))
10130
10131 (define-public ecl-png-read
10132 (sbcl-package->ecl-package sbcl-png-read))
10133
10134 (define-public sbcl-zpng
10135 (package
10136 (name "sbcl-zpng")
10137 (version "1.2.2")
10138 (source
10139 (origin
10140 (method git-fetch)
10141 (uri (git-reference
10142 (url "https://github.com/xach/zpng.git")
10143 (commit (string-append "release-" version))))
10144 (file-name (git-file-name name version))
10145 (sha256
10146 (base32 "0b3ag3jhl3z7kdls3ahdsdxsfhhw5qrizk769984f4wkxhb69rcm"))))
10147 (build-system asdf-build-system/sbcl)
10148 (inputs
10149 `(("salza2" ,sbcl-salza2)))
10150 (synopsis "PNG encoder for Common Lisp")
10151 (description "This is a Common Lisp library for creating PNG images.")
10152 (home-page "https://www.xach.com/lisp/zpng/")
10153 (license license:bsd-2)))
10154
10155 (define-public cl-zpng
10156 (sbcl-package->cl-source-package sbcl-zpng))
10157
10158 (define-public ecl-zpng
10159 (sbcl-package->ecl-package sbcl-zpng))
10160
10161 (define-public sbcl-cl-qrencode
10162 (package
10163 (name "sbcl-cl-qrencode")
10164 (version "0.1.2")
10165 (source
10166 (origin
10167 (method git-fetch)
10168 (uri (git-reference
10169 (url "https://github.com/jnjcc/cl-qrencode.git")
10170 (commit (string-append "v" version))))
10171 (file-name (git-file-name name version))
10172 (sha256
10173 (base32 "1l5k131dchbf6cj8a8xqa731790p01p3qa1kdy2wa9dawy3ymkxr"))))
10174 (build-system asdf-build-system/sbcl)
10175 (native-inputs
10176 `(("lisp-unit" ,sbcl-lisp-unit)))
10177 (inputs
10178 `(("zpng" ,sbcl-zpng)))
10179 (synopsis "QR code encoder for Common Lisp")
10180 (description
10181 "This Common Lisp library provides function to make QR codes and to save
10182 them as PNG files.")
10183 (home-page "https://github.com/jnjcc/cl-qrencode")
10184 (license license:gpl2+)))
10185
10186 (define-public cl-qrencode
10187 (sbcl-package->cl-source-package sbcl-cl-qrencode))
10188
10189 (define-public ecl-cl-qrencode
10190 (sbcl-package->ecl-package sbcl-cl-qrencode))
10191
10192 (define-public sbcl-hdf5-cffi
10193 (let ((commit "5b5c88f191e470e4fe96b462334e3ce0806eed5c")
10194 (revision "1"))
10195 (package
10196 (name "sbcl-hdf5-cffi")
10197 (version (git-version "1.8.18" revision commit))
10198 (source
10199 (origin
10200 (method git-fetch)
10201 (uri (git-reference
10202 (url "https://github.com/hdfgroup/hdf5-cffi.git")
10203 (commit commit)))
10204 (file-name (git-file-name name version))
10205 (sha256
10206 (base32
10207 "0vda3075423xz83qky998lpac5b04dwfv7bwgh9jq8cs5v0zrxjf"))))
10208 (build-system asdf-build-system/sbcl)
10209 (synopsis "Common Lisp bindings for the HDF5 library")
10210 (description
10211 "@code{hdf5-cffi} is a CFFI wrapper for the HDF5 library.")
10212 (home-page "https://github.com/hdfgroup/hdf5-cffi")
10213 (license (license:non-copyleft
10214 (string-append "https://github.com/HDFGroup/hdf5-cffi/raw/"
10215 commit
10216 "/LICENSE")))
10217 (inputs
10218 `(("cffi" ,sbcl-cffi)
10219 ("cffi-grovel" ,sbcl-cffi-grovel)
10220 ("hdf5" ,hdf5-1.10)))
10221 (native-inputs
10222 `(("fiveam" ,sbcl-fiveam)))
10223 (arguments
10224 `(#:asd-system-name "hdf5-cffi"
10225 #:asd-file "hdf5-cffi.asd"
10226 #:test-asd-file "hdf5-cffi.test.asd"
10227 ;; Tests depend on hdf5-cffi.examples.asd in addition to hdf5-cffi.asd,
10228 ;; I don't know if there is a way to tell asdf-build-system to load
10229 ;; an additional system first, so tests are disabled.
10230 #:tests? #f
10231 #:phases
10232 (modify-phases %standard-phases
10233 (add-after 'unpack 'fix-paths
10234 (lambda* (#:key inputs #:allow-other-keys)
10235 (substitute* "src/library.lisp"
10236 (("libhdf5.so")
10237 (string-append
10238 (assoc-ref inputs "hdf5")
10239 "/lib/libhdf5.so")))))
10240 (add-after 'unpack 'fix-dependencies
10241 (lambda* (#:key inputs #:allow-other-keys)
10242 (substitute* "hdf5-cffi.asd"
10243 ((":depends-on \\(:cffi\\)")
10244 ":depends-on (:cffi :cffi-grovel)"))
10245 (substitute* "hdf5-cffi.test.asd"
10246 ((":depends-on \\(:cffi :hdf5-cffi")
10247 ":depends-on (:cffi :cffi-grovel :hdf5-cffi"))))))))))
10248
10249 (define-public cl-hdf5-cffi
10250 (sbcl-package->cl-source-package sbcl-hdf5-cffi))
10251
10252 (define-public ecl-hdf5-cffi
10253 (sbcl-package->ecl-package sbcl-hdf5-cffi))
10254
10255 (define-public sbcl-cl-randist
10256 (package
10257 (name "sbcl-cl-randist")
10258 (version "0.4.2")
10259 (source
10260 (origin
10261 (method git-fetch)
10262 (uri (git-reference
10263 (url "https://github.com/lvaruzza/cl-randist.git")
10264 (commit "f088a54b540a7adefab7c04094a6103f9edda3d0")))
10265 (file-name (git-file-name name version))
10266 (sha256
10267 (base32
10268 "0l8hyd6nbxb7f50vyxz3rbbm7kgr1fnadc40jywy4xj5vi5kpj5g"))))
10269 (build-system asdf-build-system/sbcl)
10270 (synopsis "Random distributions for Common Lisp")
10271 (description
10272 "Manual translation from C to Common Lisp of some random number
10273 generation functions from the GSL library.")
10274 (home-page "https://github.com/lvaruzza/cl-randist")
10275 (license license:bsd-2)
10276 (arguments
10277 `(#:asd-system-name "cl-randist"
10278 #:asd-file "cl-randist.asd"
10279 #:tests? #f))))
10280
10281 (define-public cl-randist
10282 (sbcl-package->cl-source-package sbcl-cl-randist))
10283
10284 (define-public ecl-cl-randist
10285 (sbcl-package->ecl-package sbcl-cl-randist))
10286
10287 (define-public sbcl-float-features
10288 (package
10289 (name "sbcl-float-features")
10290 (version "1.0.0")
10291 (source
10292 (origin
10293 (method git-fetch)
10294 (uri (git-reference
10295 (url "https://github.com/Shinmera/float-features.git")
10296 (commit "d3ef60181635b0849aa28cfc238053b7ca4644b0")))
10297 (file-name (git-file-name name version))
10298 (sha256
10299 (base32
10300 "0yj419k7n59x6rh3grwr6frgwwyria2il6f7wxpfazm8cskv4lzr"))))
10301 (build-system asdf-build-system/sbcl)
10302 (synopsis "Common Lisp IEEE float portability library")
10303 (description
10304 "Portability library for IEEE float features that are not
10305 covered by the Common Lisp standard.")
10306 (home-page "https://github.com/Shinmera/float-features")
10307 (license license:zlib)
10308 (inputs
10309 `(("documentation-utils" ,sbcl-documentation-utils)))
10310 (arguments
10311 `(#:asd-system-name "float-features"
10312 #:asd-file "float-features.asd"
10313 #:tests? #f))))
10314
10315 (define-public cl-float-features
10316 (sbcl-package->cl-source-package sbcl-float-features))
10317
10318 (define-public ecl-float-features
10319 (sbcl-package->ecl-package sbcl-float-features))
10320
10321 (define-public sbcl-function-cache
10322 (package
10323 (name "sbcl-function-cache")
10324 (version "1.0.3")
10325 (source
10326 (origin
10327 (method git-fetch)
10328 (uri (git-reference
10329 (url "https://github.com/AccelerationNet/function-cache.git")
10330 (commit "6a5ada401e57da2c8abf046f582029926e61fce8")))
10331 (file-name (git-file-name name version))
10332 (sha256
10333 (base32
10334 "000vmd3f5rx5hs9nvphfric0gkzaadns31c6mxaslpv0k7pkrmc6"))))
10335 (build-system asdf-build-system/sbcl)
10336 (synopsis "Function caching / memoization library for Common Lisp")
10337 (description
10338 "A common lisp library that provides extensible function result
10339 caching based on arguments (an expanded form of memoization).")
10340 (home-page "https://github.com/AccelerationNet/function-cache")
10341 (license
10342 (license:non-copyleft
10343 "https://github.com/AccelerationNet/function-cache/blob/master/README.md"))
10344 (inputs
10345 `(("alexandria" ,sbcl-alexandria)
10346 ("cl-interpol" ,sbcl-cl-interpol)
10347 ("iterate" ,sbcl-iterate)
10348 ("symbol-munger" ,sbcl-symbol-munger)
10349 ("closer-mop" ,sbcl-closer-mop)))
10350 (arguments
10351 `(#:asd-system-name "function-cache"
10352 #:asd-file "function-cache.asd"
10353 #:tests? #f))))
10354
10355 (define-public cl-function-cache
10356 (sbcl-package->cl-source-package sbcl-function-cache))
10357
10358 (define-public ecl-function-cache
10359 (sbcl-package->ecl-package sbcl-function-cache))
10360
10361 (define-public sbcl-type-r
10362 (let ((commit "83c89e38f2f7a7b16f1012777ecaf878cfa6a267")
10363 (revision "1"))
10364 (package
10365 (name "sbcl-type-r")
10366 (version (git-version "0.0.0" revision commit))
10367 (source
10368 (origin
10369 (method git-fetch)
10370 (uri (git-reference
10371 (url "https://github.com/guicho271828/type-r.git")
10372 (commit commit)))
10373 (file-name (git-file-name name version))
10374 (sha256
10375 (base32
10376 "1arsxc2539rg8vbrdirz4xxj1b06mc6g6rqndz7a02g127qvk2sm"))))
10377 (build-system asdf-build-system/sbcl)
10378 (synopsis "Parser interface for Common Lisp built-in compound types")
10379 (description
10380 "Collections of accessor functions and patterns to access
10381 the elements in compound type specifier, e.g. @code{dimensions} in
10382 @code{(array element-type dimensions)}")
10383 (home-page "https://github.com/guicho271828/type-r")
10384 (license license:lgpl3+)
10385 (inputs
10386 `(("trivia" ,sbcl-trivia)
10387 ("alexandria" ,sbcl-alexandria)))
10388 (native-inputs
10389 `(("fiveam" ,sbcl-fiveam)))
10390 (arguments
10391 `(#:asd-system-name "type-r"
10392 #:asd-file "type-r.asd"
10393 #:test-asd-file "type-r.test.asd")))))
10394
10395 (define-public cl-type-r
10396 (sbcl-package->cl-source-package sbcl-type-r))
10397
10398 (define-public sbcl-trivialib-type-unify
10399 (let ((commit "62492ebf04db567dcf435ae84c50b7b8202ecf99")
10400 (revision "1"))
10401 (package
10402 (name "sbcl-trivialib-type-unify")
10403 (version (git-version "0.1" revision commit))
10404 (source
10405 (origin
10406 (method git-fetch)
10407 (uri (git-reference
10408 (url "https://github.com/guicho271828/trivialib.type-unify.git")
10409 (commit commit)))
10410 (file-name (git-file-name name version))
10411 (sha256
10412 (base32
10413 "1bkyfzbwv75p50zp8n1n9rh2r29pw3vgz91gmn2gzzkyq3khj1vh"))))
10414 (build-system asdf-build-system/sbcl)
10415 (synopsis "Common Lisp type unification")
10416 (description
10417 "Unifies a parametrized type specifier against an actual type specifier.
10418 Importantly, it handles complicated array-subtypes and number-related types
10419 correctly.")
10420 (home-page "https://github.com/guicho271828/trivialib.type-unify")
10421 (license license:lgpl3+)
10422 (inputs
10423 `(("alexandria" ,sbcl-alexandria)
10424 ("trivia" ,sbcl-trivia)
10425 ("introspect-environment" ,sbcl-introspect-environment)
10426 ("type-r" ,sbcl-type-r)))
10427 (native-inputs
10428 `(("fiveam" ,sbcl-fiveam)))
10429 (arguments
10430 `(#:asd-system-name "trivialib.type-unify"
10431 #:asd-file "trivialib.type-unify.asd"
10432 #:test-asd-file "trivialib.type-unify.test.asd")))))
10433
10434 (define-public cl-trivialib-type-unify
10435 (sbcl-package->cl-source-package sbcl-trivialib-type-unify))
10436
10437 (define-public sbcl-specialized-function
10438 (let ((commit "b96b6afaf8358bf91cc0703e62a5a4ee20d2b7bc")
10439 (revision "1"))
10440 (package
10441 (name "sbcl-specialized-function")
10442 (version (git-version "0.0.0" revision commit))
10443 (source
10444 (origin
10445 (method git-fetch)
10446 (uri (git-reference
10447 (url "https://github.com/numcl/specialized-function.git")
10448 (commit commit)))
10449 (file-name (git-file-name name version))
10450 (sha256
10451 (base32
10452 "12j45ff0n26578vmfbhb9mfbdchw4wy023k0m2ppgl9s0z4bhjaj"))))
10453 (build-system asdf-build-system/sbcl)
10454 (synopsis "Julia-like dispatch for Common Lisp")
10455 (description
10456 "This library is part of NUMCL. It provides a macro
10457 @code{SPECIALIZED} that performs a Julia-like dispatch on the arguments,
10458 lazily compiling a type-specific version of the function from the same
10459 code. The main target of this macro is speed.")
10460 (home-page "https://github.com/numcl/specialized-function")
10461 (license license:lgpl3+)
10462 (inputs
10463 `(("trivia" ,sbcl-trivia)
10464 ("alexandria" ,sbcl-alexandria)
10465 ("iterate" ,sbcl-iterate)
10466 ("lisp-namespace" ,sbcl-lisp-namespace)
10467 ("type-r" ,sbcl-type-r)
10468 ("trivial-cltl2" ,sbcl-trivial-cltl2)))
10469 (native-inputs
10470 `(("fiveam" ,sbcl-fiveam)))
10471 (arguments
10472 `(#:asd-system-name "specialized-function"
10473 #:asd-file "specialized-function.asd"
10474 #:test-asd-file "specialized-function.test.asd")))))
10475
10476 (define-public cl-specialized-function
10477 (sbcl-package->cl-source-package sbcl-specialized-function))
10478
10479 (define-public sbcl-constantfold
10480 (let ((commit "0ff1d97a3fbcb89264f6a2af6ce62b73e7b421f4")
10481 (revision "1"))
10482 (package
10483 (name "sbcl-constantfold")
10484 (version (git-version "0.1" revision commit))
10485 (source
10486 (origin
10487 (method git-fetch)
10488 (uri (git-reference
10489 (url "https://github.com/numcl/constantfold.git")
10490 (commit commit)))
10491 (file-name (git-file-name name version))
10492 (sha256
10493 (base32
10494 "153h0569z6bff1qbad0bdssplwwny75l7ilqwcfqfdvzsxf9jh06"))))
10495 (build-system asdf-build-system/sbcl)
10496 (synopsis "Support library for numcl")
10497 (description
10498 "Support library for numcl. Registers a function as an
10499 additional form that is considered as a candidate for a constant.")
10500 (home-page "https://github.com/numcl/constantfold")
10501 (license license:lgpl3+)
10502 (inputs
10503 `(("trivia" ,sbcl-trivia)
10504 ("alexandria" ,sbcl-alexandria)
10505 ("iterate" ,sbcl-iterate)
10506 ("lisp-namespace" ,sbcl-lisp-namespace)))
10507 (native-inputs
10508 `(("fiveam" ,sbcl-fiveam)))
10509 (arguments
10510 `(#:asd-system-name "constantfold"
10511 #:asd-file "constantfold.asd"
10512 #:test-asd-file "constantfold.test.asd")))))
10513
10514 (define-public cl-constantfold
10515 (sbcl-package->cl-source-package sbcl-constantfold))
10516
10517 (define-public sbcl-gtype
10518 (let ((commit "42275e3606242ae91e9c8dfa30c18ced50a35b66")
10519 (revision "1"))
10520 (package
10521 (name "sbcl-gtype")
10522 (version (git-version "0.1" revision commit))
10523 (source
10524 (origin
10525 (method git-fetch)
10526 (uri (git-reference
10527 (url "https://github.com/numcl/gtype.git")
10528 (commit commit)))
10529 (file-name (git-file-name name version))
10530 (sha256
10531 (base32
10532 "1f56dba998v945jcxhha391557n6md1ql25b7icfwwfivhmlaa9b"))))
10533 (build-system asdf-build-system/sbcl)
10534 (synopsis "C++/Julia-like parametric types in Common Lisp")
10535 (description
10536 "Support library for numcl that provides Julia-like runtime parametric
10537 type correctness in Common Lisp. It is based on CLtL2 extensions.")
10538 (home-page "https://github.com/numcl/gtype")
10539 (license license:lgpl3+)
10540 (inputs
10541 `(("trivialib.type-unify" ,sbcl-trivialib-type-unify)
10542 ("trivial-cltl2" ,sbcl-trivial-cltl2)
10543 ("trivia" ,sbcl-trivia)
10544 ("alexandria" ,sbcl-alexandria)
10545 ("iterate" ,sbcl-iterate)
10546 ("type-r" ,sbcl-type-r)))
10547 (native-inputs
10548 `(("fiveam" ,sbcl-fiveam)))
10549 (arguments
10550 `(#:asd-system-name "gtype"
10551 #:asd-file "gtype.asd"
10552 #:test-asd-file "gtype.test.asd")))))
10553
10554 (define-public cl-gtype
10555 (sbcl-package->cl-source-package sbcl-gtype))
10556
10557 (define-public sbcl-numcl
10558 (let ((commit "1cf7dfa59f763a24a501092870e9c5ee745d0c17")
10559 (revision "1"))
10560 (package
10561 (name "sbcl-numcl")
10562 (version (git-version "0.1.0" revision commit))
10563 (source
10564 (origin
10565 (method git-fetch)
10566 (uri (git-reference
10567 (url "https://github.com/numcl/numcl.git")
10568 (commit commit)))
10569 (file-name (git-file-name name version))
10570 (sha256
10571 (base32
10572 "0i3jby9hf4ii7blivgyza80g0vmjfhk8537i5i7kqqk0i5sdnym2"))))
10573 (build-system asdf-build-system/sbcl)
10574 (synopsis "Numpy clone in Common Lisp")
10575 (description
10576 "This is a Numpy clone in Common Lisp. At the moment the
10577 library is written in pure Common Lisp, focusing more on correctness
10578 and usefulness, not speed. Track the progress at
10579 @url{https://github.com/numcl/numcl/projects/1}.")
10580 (home-page "https://github.com/numcl/numcl")
10581 (license license:lgpl3+)
10582 (inputs
10583 `(("trivia" ,sbcl-trivia)
10584 ("alexandria" ,sbcl-alexandria)
10585 ("iterate" ,sbcl-iterate)
10586 ("lisp-namespace" ,sbcl-lisp-namespace)
10587 ("type-r" ,sbcl-type-r)
10588 ("constantfold" ,sbcl-constantfold)
10589 ("cl-randist" ,sbcl-cl-randist)
10590 ("float-features" ,sbcl-float-features)
10591 ("function-cache" ,sbcl-function-cache)
10592 ("specialized-function" ,sbcl-specialized-function)
10593 ("gtype" ,sbcl-gtype)))
10594 (native-inputs
10595 `(("fiveam" ,sbcl-fiveam)))
10596 (arguments
10597 `(#:asd-system-name "numcl"
10598 #:asd-file "numcl.asd"
10599 #:test-asd-file "numcl.test.asd")))))
10600
10601 (define-public cl-numcl
10602 (sbcl-package->cl-source-package sbcl-numcl))
10603
10604 (define-public sbcl-pzmq
10605 (let ((commit "7c7390eedc469d033c72dc497984d1536ee75826")
10606 (revision "1"))
10607 (package
10608 (name "sbcl-pzmq")
10609 (version (git-version "0.0.0" revision commit))
10610 (source
10611 (origin
10612 (method git-fetch)
10613 (uri (git-reference
10614 (url "https://github.com/orivej/pzmq.git")
10615 (commit commit)))
10616 (file-name (git-file-name name version))
10617 (sha256
10618 (base32 "0gmwzf7h90wa7v4wnk49g0hv2mdalljpwhyigxcb967wzv8lqci9"))))
10619 (build-system asdf-build-system/sbcl)
10620 (native-inputs
10621 `(("bordeaux-threads" ,sbcl-bordeaux-threads)
10622 ("fiveam" ,sbcl-fiveam)
10623 ("let-plus" ,sbcl-let-plus)))
10624 (inputs
10625 `(("cffi" ,sbcl-cffi)
10626 ("cffi-grovel" ,sbcl-cffi-grovel)
10627 ("zeromq" ,zeromq)))
10628 (arguments
10629 `(#:phases (modify-phases %standard-phases
10630 (add-after 'unpack 'fix-paths
10631 (lambda* (#:key inputs #:allow-other-keys)
10632 (substitute* "c-api.lisp"
10633 (("\"libzmq")
10634 (string-append "\""
10635 (assoc-ref inputs "zeromq")
10636 "/lib/libzmq")))
10637 #t)))))
10638 (synopsis "Common Lisp bindings for the ZeroMQ library")
10639 (description "This Common Lisp library provides bindings for the ZeroMQ
10640 lightweight messaging kernel.")
10641 (home-page "https://github.com/orivej/pzmq")
10642 (license license:unlicense))))
10643
10644 (define-public cl-pzmq
10645 (sbcl-package->cl-source-package sbcl-pzmq))
10646
10647 (define-public ecl-pzmq
10648 (sbcl-package->ecl-package sbcl-pzmq))
10649
10650 (define-public sbcl-clss
10651 (let ((revision "1")
10652 (commit "2a8e8615ab55870d4ca01928f3ed3bbeb4e75c8d"))
10653 (package
10654 (name "sbcl-clss")
10655 (version (git-version "0.3.1" revision commit))
10656 (source
10657 (origin
10658 (method git-fetch)
10659 (uri
10660 (git-reference
10661 (url "https://github.com/Shinmera/clss.git")
10662 (commit commit)))
10663 (sha256
10664 (base32 "0la4dbcda78x29szanylccrsljqrn9d1mhh569sqkyp44ni5fv91"))
10665 (file-name (git-file-name name version))))
10666 (inputs
10667 `(("array-utils" ,sbcl-array-utils)
10668 ("plump" ,sbcl-plump)))
10669 (build-system asdf-build-system/sbcl)
10670 (synopsis "DOM tree searching engine based on CSS selectors")
10671 (description "CLSS is a DOM traversal engine based on CSS
10672 selectors. It makes use of the Plump-DOM and is used by lQuery.")
10673 (home-page "https://github.com/Shinmera/clss")
10674 (license license:zlib))))
10675
10676 (define-public cl-clss
10677 (sbcl-package->cl-source-package sbcl-clss))
10678
10679 (define-public ecl-clss
10680 (sbcl-package->ecl-package sbcl-clss))
10681
10682 (define-public sbcl-lquery
10683 (let ((revision "1")
10684 (commit "8048111c6b83956daa632e7a3ffbd8c9c203bd8d"))
10685 (package
10686 (name "sbcl-lquery")
10687 (version (git-version "3.2.1" revision commit))
10688 (source
10689 (origin
10690 (method git-fetch)
10691 (uri
10692 (git-reference
10693 (url "https://github.com/Shinmera/lquery.git")
10694 (commit commit)))
10695 (sha256
10696 (base32 "0520mcpxc2d6fdm8z61arpgd2z38kan7cf06qs373n5r64rakz6w"))
10697 (file-name (git-file-name name version))))
10698 (native-inputs
10699 `(("fiveam" ,sbcl-fiveam)))
10700 (inputs
10701 `(("array-utils" ,sbcl-array-utils)
10702 ("form-fiddle" ,sbcl-form-fiddle)
10703 ("plump" ,sbcl-plump)
10704 ("clss" ,sbcl-clss)))
10705 (build-system asdf-build-system/sbcl)
10706 (synopsis "Library to allow jQuery-like HTML/DOM manipulation")
10707 (description "@code{lQuery} is a DOM manipulation library written in
10708 Common Lisp, inspired by and based on the jQuery syntax and
10709 functions. It uses Plump and CLSS as DOM and selector engines. The
10710 main idea behind lQuery is to provide a simple interface for crawling
10711 and modifying HTML sites, as well as to allow for an alternative
10712 approach to templating.")
10713 (home-page "https://github.com/Shinmera/lquery")
10714 (license license:zlib))))
10715
10716 (define-public cl-lquery
10717 (sbcl-package->cl-source-package sbcl-lquery))
10718
10719 (define-public ecl-lquery
10720 (sbcl-package->ecl-package sbcl-lquery))