de.setf.utility
de setf utility is a collection of Common Lisp utilities functions and several purpose-specific libraries.

The extension libraries include:

  • stream and buffer serialization : de.setf.utility.codecs (binary format)
  • Erlang Term Format serialization : de.setf.utility.codecs.etf (FFI)
  • date coding : de.setf.utility.date (time)
  • graphiz .dot graph generation : de.setf.utility.dot (plotting)
  • mime content types and simple utf coding : de.setf.utility.mime (email)
  • unit tests : de.setf.utility.test (test framework)
  • an rspec interface : de.setf.utility.test.rspec
  • code, image, package, system walkers : de.setf.utility.walker (metaprogramming)

Homepage: https://github.com/lisp/de.setf.utility

License: LGPL