1. trivial-extract
    Extract .tar/.tar.gz/.zip files
  2. trivial-features
    trivial-features ensures consistent *FEATURES* across multiple Common
  3. trivial-feed
    Parse syndication feeds such as RSS and ATOM to a canonical form
  4. trivial-file-size
    This library exports a single function, file-size-in-octets
  5. trivial-garbage
    trivial-garbage provides a portable API to finalizers, weak hash-tables and weak pointers
  6. trivial-gray-streams
    trivial-gray-streams provides an extremely thin compatibility layer for Gray streams
  7. trivial-http
    trivial-http is a simple HTTP client library
  8. trivial-https
    trivial-https was a fork of Brian Mastenbrook's trivial-http adding support for HTTPS using CL+SSL
  9. 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
  10. trivial-jumptables
    trivial-jumptables provides efficient O(1) jump tables on supported Common Lisp implementations and falls back to O(log(n)) on others