Source: cmucl Section: lisp Build-Depends: debhelper (>= 9), hevea, tidy, bc, po-debconf Build-Depends-Arch: cmucl (>= 21c), libmotif-dev, x11proto-core-dev, libxt-dev, clang Build-Depends-Indep: texlive-extra-utils, texlive, texlive-latex-extra Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde Standards-Version: 4.2.1 Homepage: https://www.cons.org/cmucl/ Vcs-Git: https://salsa.debian.org/common-lisp-team/cmucl.git Vcs-Browser: https://salsa.debian.org/common-lisp-team/cmucl Package: cmucl Architecture: i386 Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: cmucl-source, cmucl-docs, ilisp Provides: lisp-compiler, lisp-core Recommends: binfmt-support (>= 1.1.2) Description: CMU Common Lisp compiler and development system This is the basis package for CMUCL. It contains the base image with the compiler, PCL (CLOS), and the tty based debugger. . It is a Common Lisp development system, written in Common Lisp itself with a long history. Package: cmucl-docs Architecture: all Section: doc Depends: ${misc:Depends} Multi-Arch: foreign Description: CMUCL documentation This is the documentation of the CMUCL main package. The clm, clx and hemlock documentation is still in their own packages. Package: cmucl-clm Architecture: i386 Depends: ${shlibs:Depends}, ${misc:Depends}, cmucl (>= 21c), cmucl-source Suggests: cmucl-docs Description: Motif interface for CMUCL This package contains the lisp interface to motif and the motifd server program that actually does the processing. . The motifd server is based on lesstif. . Included in this package is an X based replacement for the tty based debugger and inspector. Package: cmucl-source Architecture: all Depends: ${misc:Depends} Replaces: cmucl-hemlock, cmucl-clx, cmucl-defsystem, cmucl-graystream Multi-Arch: foreign Description: CMUCL lisp sources These are the CMUCL sources, provided so that the debugger can show useful source information at appropriate times. . This version includes common-lisp-controller compatible replacements for defsystem, graystream, clx and hemlock. . defsystem provides a "make" type system for Lisp. This is a patched version from clocc. . Gray streams are the usual Lisp streams, but re-implemented as a Object hierarchy. Users can subclass existing classes and adapt them for their own needs. . cmucl-clx is the clx library adapted for CMUCL. clx is an interface to X11, just like xlib. . Hemlock is an emacs clone for CMUCL. . Note that this version only works in X, the tty interface is broken: the system can't parse /etc/termcap. . To open the editor, type "(ed)". . Note that to recompile CMUCL you need a working CMUCL system :-(