Source: cl-asdf Section: lisp Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde , Milan Zamazal , Christoph Egger , Julien Danjou , François-René Rideau , Robert P. Goldman , Kambiz Darabi Build-Depends: debhelper (>= 11) Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended Standards-Version: 4.1.4 Homepage: https://common-lisp.net/project/asdf/ Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-asdf.git Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-asdf Package: cl-asdf Architecture: all Recommends: sbcl | lisp-compiler Depends: ${misc:Depends} Suggests: cl-launch (>= 4.1) 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.