How to Install cl-mcclim in Ubuntu 18.04



Install cl-mcclim by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-mcclim

Description:

Common Lisp graphic user interface toolkit

McCLIM is a free implementation of the CLIM specification. CLIM (Common Lisp Interface Manager) is a cross-platform, cross-implementation graphic user interface toolkit for Common Lisp programs. . This package contains the McCLIM library. . Please note that a CLX implementation compatible with your CL system, i.e. cl-clx-sbcl for sbcl and cmucl-source for cmucl, is required to compile and run cl-mcclim.

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

Version: 0.9.6.dfsg.cvs20100315-3

Section: universe/devel