franzinc / asdf
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Kevin Layer (author)
Wed Aug 19 13:43:54 -0700 2009
asdf /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Thu May 07 16:55:23 -0700 2009 | |
| |
.gitignore | Wed Jul 15 07:17:39 -0700 2009 | |
| |
GNUmakefile | Sat Jul 18 07:12:56 -0700 2009 | |
| |
README | Wed Aug 19 13:43:54 -0700 2009 | |
| |
asdf-install.lisp | Sun Nov 30 19:14:34 -0800 2003 | |
| |
asdf.lisp | Wed Aug 19 13:20:55 -0700 2009 | |
| |
asdf.texinfo | Thu May 29 11:09:36 -0700 2008 | |
| |
bin/ | Tue Aug 11 19:39:54 -0700 2009 | |
| |
build.xcvb | Thu Jul 09 09:05:31 -0700 2009 | |
| |
cclan-package.lisp | Wed Jun 04 18:13:49 -0700 2003 | |
| |
cclan.asd | Wed Jun 04 18:13:49 -0700 2003 | |
| |
cclan.lisp | Thu Jul 17 22:32:53 -0700 2003 | |
| |
debian/ | Thu Sep 29 23:18:46 -0700 2005 | |
| |
test/ | Tue Aug 11 19:39:54 -0700 2009 | |
| |
website/ | Wed Aug 19 06:05:30 -0700 2009 | |
| |
wild-modules.lisp | Mon Aug 11 20:56:43 -0700 2003 |
README
ASDF: another system definition facility
========================================
If you want to use ASDF to load systems, see the getting
started guide at:
http://common-lisp.net/project/asdf/getting-started.html
If you want to define your own systems, see the manual at:
http://common-lisp.net/project/asdf/manual.html
More information and additional links can be found on ASDF's
home page at:
http://common-lisp.net/project/asdf
last updated Saturday; July 18, 2009, 10:20 AM EDT
*******************************************************************************
Franz-specific changes:
1. Add variable *resolve-symlinks*. The default value changes no
behavior. Setting it to `nil', however, will cause defsystem to not
follow symlinks, which is a problem for using asdf is an environment
were parallel builds occur for different platforms and the source
files on all platforms are symlinks to a single source directory.
2. Suppress nested reader conditional warning.
This repo is a clone of
http://common-lisp.net/project/asdf/asdf.git
