Fix make-array transforms.
[sbcl.git] / contrib / asdf / README
1 ASDF: another system definition facility
2 ========================================
3
4 If you cloned our git repository, bootstrap a copy of build/asdf.lisp with:
5     make
6
7
8 To use ASDF, read our manual:
9     http://common-lisp.net/project/asdf/asdf.html
10 The first few sections, Loading ASDF, Configuring ASDF and Using ASDF,
11 will get you started as a simple user.
12 If you want to define your own systems, further read the section
13 Defining systems with defsystem.
14
15
16 ASDF 3 now includes an extensive runtime support library:
17 UIOP, the Utilities for Implementation- and OS- Portability.
18 Its documentation unhappily lies mainly in the source code and docstrings.
19
20
21 More information and additional links can be found on ASDF's home page at:
22     http://common-lisp.net/project/asdf/
23
24
25 Last updated Thursday, April 10th, 2013.