套件:cl-asdf(2:3.3.6-1)
cl-asdf 的相關連結
Debian 的資源:
下載原始碼套件 cl-asdf:
維護小組:
- Debian Common Lisp Team (QA 頁面, 郵件存檔)
- Peter Van Eynde (QA 頁面)
- Milan Zamazal (QA 頁面)
- Christoph Egger (QA 頁面)
- François-René Rideau (QA 頁面)
- Robert P. Goldman (QA 頁面)
- Kambiz Darabi (QA 頁面)
外部的資源:
- 主頁 [asdf.common-lisp.dev]
相似套件:
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.