1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: common-lisp-controller
Section: lisp
Priority: optional
Build-Depends: debhelper (>= 9~), po-debconf
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Kevin M. Rosenberg <kmr@debian.org>,
Desmond O. Chang <dochang@gmail.com>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-common-lisp/common-lisp-controller.git
Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/common-lisp-controller.git;a=summary
Package: common-lisp-controller
Architecture: all
Depends: ${misc:Depends}, bash (>= 2.04-9), debianutils (>= 1.7), debconf (>= 1.0) | debconf-2.0, cl-asdf (>= 2:2.009-1), realpath, perl, adduser
Breaks: cmucl (<< 3.1.0), clisp (<< 1:2.48-1), cl-asdf (<< 1.501), sbcl (<< 1:1.0.29.0)
Replaces: cmucl (<< 3.1.0)
Suggests: sbcl, darcs
Homepage: http://pkg-common-lisp.alioth.debian.org
Description: Common Lisp source and compiler manager
This package helps installing 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.
.
Also includes clc-clbuild, a wrapper for clbuild. Please see
http://common-lisp.net/project/clbuild/ for more information.
.
This package also contains a wrapper to invoke emacs with a
clbuild provided slime environment.
|