1. trivial-https
    trivial-https was a fork of Brian Mastenbrook's trivial-http adding support for HTTPS using CL+SSL
  2. trivial-irc
    trivial-irc is a small IRC library that provides only very basic facilities for communicating with IRC servers, and has no facilities for extensions like DCC, CTCP etc
  3. trivial-jumptables
    trivial-jumptables provides efficient O(1) jump tables on supported Common Lisp implementations and falls back to O(log(n)) on others
  4. trivial-ldap
    TRIVIAL-LDAP is a one-file, pure-Lisp client library for parts of RFC 4510 - Lightweight Directory Access Protocol (v3), LDAP
  5. trivial-macroexpand-all
    Provides a macroexpand-all function that calls the implementation-specific equivalent
  6. trivial-main-thread
    Sometimes it is absolutely necessary to run certain tasks in the main thread of the implementation
  7. trivial-mmap
    Trivial-MMAP is a Common Lisp library that aims to provide an easy-to-use API for working with memory-mapped files
  8. trivial-monitored-thread
    Trivial Monitored Thread offers a very simple (aka trivial) way of spawning threads and being informed when one any of them crash and die
  9. trivial-package-local-nicknames
    This was done so there is a portability library for the PLN API not included in DEFPACKAGE<tt>
  10. trivial-package-locks
    A standard interface to the various package lock implementations