1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: common-lisp-controller
Section: devel
Priority: optional
Build-Depends: debhelper (>= 4.1.16)
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Uploaders: Kevin M. Rosenberg <kmr@debian.org>
Standards-Version: 3.6.1.1
Package: common-lisp-controller
Architecture: all
Depends: ${shlibs:Depends}, bash (>= 2.04-9), debianutils (>= 1.7), debconf (>= 1.0), cl-asdf (>= 1.55), realpath, perl
Conflicts: cmucl (<< 3.1.0)
Replaces: cmucl (<< 3.1.0)
Suggests: sbcl
Description: This is a Common Lisp source and compiler manager
With this package you can install and manage
common lisp sources and compilers. It creates
a user-specific cache of compiled objects. When a
library or an implementation is upgraded all
compiled objects in the cache are flushed. It also
provides tools to recompile all libraries and
to generate debian packages from asdf-install packages.
|