ecl/contrib/asdf
2013-05-21 10:48:04 +02: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 Upgraded ASDF to the last version before 3.0.0 2013-05-21 10:48:04 +02: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
README Update README's in the ASDF directory 2012-11-28 14:00:33 +01:00
README.ECL Remove comment about asdf-bundle, which was obsolete. 2013-03-07 14:45:26 +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