ecl/contrib/asdf
2012-11-28 14:00:33 +01:00
..
asdf-ecl.lisp Extension "asd" cannot be the first one in *load-hooks*. The reason is that autoloaded modules must directly use the *.fas compiled files, not the ASDF definition, because ASDF does not allow reentrancy (i.e. bordeaux-threads uses documentation which uses autoload and tries to get ecl-help) 2012-07-08 22:21:02 +02:00
asdf.lisp Upgrade to ASDF 2.26 2012-11-02 21:10:12 +01:00
asdf.texinfo Added ASDF to the set of contributed modules. New system for configuring and building these modules. 2005-02-18 14:27:46 +00:00
bundle.lisp The fasl file extension is now computed in a function, to ensure that changing the compiler does not cause any problem 2012-10-28 19:14:31 +01:00
ecl.lisp Remove a line made obsolete by a change in asdf.lisp 2012-10-28 10:15:27 +01:00
README Update README's in the ASDF directory 2012-11-28 14:00:33 +01:00
README.ECL Update README's in the ASDF directory 2012-11-28 14:00:33 +01:00
specials.lisp The fasl file extension is now computed in a function, to ensure that changing the compiler does not cause any problem 2012-10-28 19:14:31 +01:00

ASDF: another system definition facility
========================================

If you want to use ASDF, read our manual:

    http://common-lisp.net/project/asdf/asdf.html

The first few sections, Loading ASDF, Configuring ASDF and Using ASDF,
will get you started as a simple user.

If you want to define your own systems, further read the section
Defining systems with defsystem.

More information and additional links can be found on ASDF's
home page at:

    http://common-lisp.net/project/asdf/


last updated Wednesday; May 5, 2010