Port variant | std |
Summary | Another System Definition Facility for Common Lisp |
BROKEN | |
Package version | 3.3.7 |
Homepage | https://common-lisp.net/project/asdf/ |
Keywords | devel, lang |
Maintainer | nobody |
License | MIT |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 09 AUG 2024, 21:24:17 UTC |
Port created | 08 OCT 2017, 16:22:21 UTC |
set | This is the asdf:std metapackage. It pulls in all subpackages of asdf:std. |
primary | ASDF is the de facto standard build facility for Common Lisp. Your Lisp implementation probably contains a copy of ASDF, which you can load using (require "asdf"). ASDF 3 is the current successor to Daniel Barlow's ASDF. It was rewritten for improved portability, robustness, usability, extensibility, configurability, internal consistency, and the ability to deliver standalone executables. ASDF is what Common Lisp hackers use to build and load software. It is the successor of the Lisp DEFSYSTEM of yore. ASDF stands for Another System Definition Facility. ASDF 3 contains two parts: asdf/defsystem and uiop. |
docs | This is the documents subpackage of the asdf:std port. |
This package has no dependency requirements of any kind. |
main | https://common-lisp.net/project/asdf/archives/ |
sbcl:std | Steel Bank Common Lisp |