1. HTTP Client
    Client applications for working with the web (HTTP client libraries, web browsers, crawlers, screen scrapers, etc.)
  2. HTTP server
    Native Common Lisp HTTP servers, as opposed to something like mod_lisp
  3. http-response-handler
    http-response-handler is a set of Lisp conditions for HTTP error responses
  4. http-routes
    http-routes is a library which attempts to create capable http(url) routes lib without regexps
  5. HTTPD0
    HTTPD0 is a simple programmable HTTP/1.0 server with support for GET and HEAD requests following the KISS principle
  6. hu.dwim.logger
    hu,dwim,logger is a logging library
  7. hu.dwim.sdl
    hu.dwim.sdl provides SDL2 FFI for CFFI
  8. hu.dwim.util
    A collection of utilities used mostly by the libraries at dwim dot hu
  9. hu.dwim.zlib
    hu.dwim.zlib is a set of CFFI bindings to the zlib compression library
  10. huffman
    A very simple implementation of Huffman coding for Common Lisp