1. trivial-gray-streams
    trivial-gray-streams provides an extremely thin compatibility layer for Gray streams
  2. trivial-http
    trivial-http is a simple HTTP client library
  3. trivial-https
    trivial-https was a fork of Brian Mastenbrook's trivial-http adding support for HTTPS using CL+SSL
  4. 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
  5. trivial-jumptables
    trivial-jumptables provides efficient O(1) jump tables on supported Common Lisp implementations and falls back to O(log(n)) on others
  6. trivial-ldap
    TRIVIAL-LDAP is a one-file, pure-Lisp client library for parts of RFC 4510 - Lightweight Directory Access Protocol (v3), LDAP
  7. trivial-macroexpand-all
    Provides a macroexpand-all function that calls the implementation-specific equivalent
  8. trivial-main-thread
    Sometimes it is absolutely necessary to run certain tasks in the main thread of the implementation
  9. trivial-mmap
    Trivial-MMAP is a Common Lisp library that aims to provide an easy-to-use API for working with memory-mapped files
  10. 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