asdf-addons

Introduction

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).

asdf-cache

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*)
  

Contact

You can find me (Marko Kocic) through one of those mailing lists or directly using mail.

Mailing Lists

Download

This project has not released any files. Use darcs instead.

darcs

You can browse darcs repository here.

Valid XHTML 1.0 Strict