https://github.com/nlamirault/climc.git
git clone 'https://github.com/nlamirault/climc.git'
(ql:quickload :climc)
Climc is a Common Lisp Instant Messaging Client. It is developed on Debian GNU/Linux, using SBCL .
Not yet.
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)
CL-USER> (climc:start-climc)
A changelog is available here.
Nicolas Lamirault <nicolas.lamirault@gmail.com>