climc

2023-02-15

A common lisp Instant Messaging client.

Upstream URL

github.com/nlamirault/climc

Author

Nicolas Lamirault <nicolas.lamirault@gmail.com>

Maintainer

Nicolas Lamirault <nicolas.lamirault@gmail.com>

License

MIT License, MIT
README

Climc

Build Status

Climc is a Common Lisp Instant Messaging Client. It is developed on Debian GNU/Linux, using SBCL .

Installation

Installation using Quicklisp

Not yet.

Manual installation

climc needs McClim, McClim-TrueType, cl-xmpp, cl-ppcre and their dependencies. ASDF is used for compilation Register the .asd file, e.g. by symlinking it, then compile climc using asdf:operate.

$ ln -sf `pwd`/climc.asd /path/to/your/registry/
CL-USER> (asdf:operate 'asdf:load-op :climc)

Usage

CL-USER> (climc:start-climc)

Screenshots

talk

Changelog

A changelog is available here.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com

Dependencies (4)

  • cl-ppcre
  • cl-xmpp
  • lisp-unit
  • mcclim

Dependents (0)

    • GitHub
    • Quicklisp