ecl/contrib/asdf
2012-12-03 10:13:56 +01:00
..
asdf-bundle.lisp Upgraded both ASDF and ASDF-BUNDLE 2012-12-03 10:13:56 +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 Upgraded both ASDF and ASDF-BUNDLE 2012-12-03 10:13:56 +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
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

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