ASDF is what Common Lisp hackers use to build and load software.
ASDF 3 contains two parts: asdf/defsystem
and uiop
.
asdf/defsystem
is the part that people usually refer to as ‘ASDF’, with
uiop
being only a supporting library, that happens to be distributed at the
same time, by necessity.