asdf-addons is a project which aim is to provide couple of asdf utilities. All those utilities should work on as much as possible (preferrably all) common lisp implementations on allrelevant platforms (linux, windows, mac).
This one is used tot cache fas files generated by asdf in some
(user specified) folder. Usage us as simple as putting those two lines
in your lisp init file:
(load "/path-to/asdf-cache.lisp")
(setf asdf-cache:*asdf-cache* your-folder-of-choice)
You can also exclude some folders from caching:
(pushnew "\\lisp\\app\\" asdf-cache:*exclusions*)
(pushnew "\\dev\\sbcl\\" asdf-cache:*exclusions*)
You can find me (Marko Kocic) through one of those mailing lists or directly using mail.
This project has not released any files. Use darcs instead.
You can browse darcs repository here.