cleric

2022-02-20

Common Lisp Erlang Interface - An implementation of the Erlang distribution protocol.

Upstream URL

github.com/flambard/CLERIC

Author

Markus Flambard <mflambard@common-lisp.net>

License

MIT License
README

CLERIC - Common Lisp Erlang Interface

CLERIC is an implementation of the Erlang distribution protocol, comparable with erl_interface and jinterface.

Homepage: http://common-lisp.net/project/cleric/

Please see the doc/ directory for further documentation. The latest documentation is available online.

How to install

CLERIC is easily installed with Quicklisp.

> (ql:quickload :cleric)

To check out the latest code, use git:

$ git clone git://github.com/flambard/CLERIC.git

Dependencies

Quicklisp will download and install these libraries automatically when installing CLERIC.

Dependencies (8)

  • alexandria
  • cl-epmd
  • cl-erlang-term
  • fiveam
  • flexi-streams
  • md5
  • monkeylib-binary-data
  • usocket

Dependents (0)

    • GitHub
    • Quicklisp