Skip to content
Snippets Groups Projects
control 1.53 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>,
  Christoph Egger <christoph@debian.org>,
  François-René Rideau <fare@tunes.org>,
  Robert P. Goldman <rpgoldman@sift.info>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Standards-Version: 3.9.6.1
Peter Van Eynde's avatar
Peter Van Eynde committed
Homepage: http://common-lisp.net/project/asdf/
Vcs-Git: https://gitlab.common-lisp.net/asdf/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)
Breaks: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<= 7.3)
Depends: ${misc:Depends}
Suggests: cl-launch (>= 4.1)
Kevin Rosenberg's avatar
Kevin Rosenberg committed
Description: Another System Definition Facility
 ASDF provides the functionality of make and ld.so for Common Lisp software:
 It drives compilation and dynamic loading for complex Lisp systems
 with multiple modules and files, and is the de facto standard used
 by free software written in Common Lisp.
 It also includes a utility library, UIOP, to portably deal with many issues
 that all Common Lisp programs have to deal with, including handling pathnames,
 accessing the filesystem, executing external programs, user configuration, etc.
 .
 Most Common Lisp implementations already provide asdf via (require "asdf"),
 but not all of them provide an up-to-date version.