climc
2023-02-15
A common lisp Instant Messaging client.
Upstream URL
Author
Nicolas Lamirault <nicolas.lamirault@gmail.com>
Maintainer
Nicolas Lamirault <nicolas.lamirault@gmail.com>
License
MIT License, MIT
Climc
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
Changelog
A changelog is available here.
Contact
Nicolas Lamirault nicolas.lamirault@gmail.com