/Brocall.i

Brocall Interface, a common lisp app to send messages to friends

GNU General Public License v3.0GPL-3.0

Common Lisp Messenger

This project is intended to develop a messenging app in common lisp, and an effort to improve upon the PGP---J-M project. One of the main goals of improvement is to use Object Oriented Programming to make the project much more modular.

Getting Started

To get a copy of the project, clone the repository.

Prerequisites

To run, you need a Common Lisp interpreter, as well as the following libraries:

  • usocket: for connection between users
  • bordeaux threads: for threading
  • ltk: for the gui

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licenced under the GPLv3 License - see the LICENCE file for details