climc

https://github.com/nlamirault/climc.git

git clone 'https://github.com/nlamirault/climc.git'

(ql:quickload :climc)
1

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>