de.setf.utility
is a collection of Common Lisp utility functions and several purpose-specific libraries.
The extension libraries include
de.setf.utility.codecs
de.setf.utility.codecs.etf
de.setf.utility.date
.dot
graph generation : de.setf.utility.dot
de.setf.utility.mime
de.setf.utility.test
de.setf.utility.test.rspec
de.setf.utility.walker
The core library and all extensions are available from GitHub.
de.set.utility
and its extensions are built with asdf
. The core library can be built by adding its the utility.asd
system definition file to the asdf registry and executing
(asdf:load-system :de.setf.utility)
The extension libraries require support for hierarchical system names in order to locate their prerequistes. The file build-init.lisp
does the necessary to permit a build from the command-line. For example
$ cd $SOURCE_ROOT
$ sbcl --userinit build-init.lisp \
--eval "(asdf:load-system :de.setf.utility.test.rspec)" \
--eval '(cl-user::save-image "sbcl-rspec.core")'
This version is released under version 3 of the GNU Lesser General Public License (LGPL). The core library has no external dependencies. de.set.utility.walker
depends on runtime-sepecific introspection extensions. de.setf.utility.tst.rspec
depends on posix extensions for access to syslog.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4