ASDF-Install

Bringing Lisp Libraries to you

What it is

ASDF-Install is Common Lisp's answer to CPAN: an internet-based, dependency-chasing, installation system. ASDF-Install was originally written for SBCL by Dan Barlow and then ported by Edi Weitz and many others. It knows how to work with systems defined by either ASDF or MK-Defsystem.

ASDF-Install is a tool for downloading and installing lisp packages. It:

The best source of information on ASDF-Install is probably its CLiki page. Edi Weitz wrote an excellent tutorial which is now maintained by Gary King.

Mailing Lists

Where is it

SBCL (since 0.8.3) and OpenMCL (since 0.14.1) come with a version of ASDF-Install. You can get the latest version with this gzipped tar file. There is also a darcs repository at:

darcs get http://common-lisp.net/project/cl-containers/asdf-install/darcs/asdf-install

Finally, you should be able to get the latest version using ASDF-Install itself (though you will probably need to edit your local configuration files in order to use this version.

What is happening

17 May 2006Moved from Source Forge to Common-Lisp.net