Skip to content
Snippets Groups Projects
control 1.33 KiB
Newer Older
Source: cl-asdf
Peter Van Eynde's avatar
Peter Van Eynde committed
Section: lisp
Kevin Rosenberg's avatar
Kevin Rosenberg committed
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Peter Van Eynde's avatar
Peter Van Eynde committed
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: cvs2cl, texinfo,texlive-extra-utils, texlive, texlive-generic-recommended, dh-lisp
Standards-Version: 3.7.3.0
Peter Van Eynde's avatar
Peter Van Eynde committed
Homepage: http://common-lisp.net/project/asdf/
Peter Van Eynde's avatar
Peter Van Eynde committed
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-asdf.git
Kevin Rosenberg's avatar
Kevin Rosenberg committed

Package: cl-asdf
Architecture: all
Recommends: common-lisp-controller, sbcl | lisp-compiler
Replaces: sbcl-common (<= 1:0.9.13.0-2)
Peter Van Eynde's avatar
Peter Van Eynde committed
Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 6.13)
Kevin Rosenberg's avatar
Kevin Rosenberg committed
Description: Another System Definition Facility
 asdf provides a "make" type functions for Common Lisp packages. It
 provides compilation and loading features for complex Lisp systems
 with multiple modules and files. It is similar in concept to, but
 with features different from, "defsystem" which is included in the
 common-lisp-controller package. Unlike defsystem3 in CLC, asdf is
 object-oriented and extensible.

Package: cl-cclan
Architecture: all
Depends: ${misc:Depends}
Description: Comprehensive Common Lisp Archive Network
 cclan is a tool for creating a repository of Common Lisp packages.
 cclan utilizes asdf to automatically create installable packages for various
 operating systems.