franzinc / asdf

ASDF: another system definition facility with Franz-specific changes

This URL has Read+Write access

asdf /
name age message
file .gitattributes Thu May 07 16:55:23 -0700 2009 Added .gitattributes to handle versioning when ... [Gary King]
file .gitignore Wed Jul 15 07:17:39 -0700 2009 (for real this time) modest make improvements ... [Gary King]
file GNUmakefile Sat Jul 18 07:12:56 -0700 2009 Added link to ASDF's gitweb [Gary King]
file README Wed Aug 19 13:43:54 -0700 2009 add note of the source cloned repo [Kevin Layer]
file asdf-install.lisp Sun Nov 30 19:14:34 -0800 2003 export input-files and component-system: report... [Daniel Barlow <>]
file asdf.lisp Wed Aug 19 13:20:55 -0700 2009 Franz-specific change 1. Add variable *resolve... [Kevin Layer]
file asdf.texinfo Thu May 29 11:09:36 -0700 2008 Removed hyperdoc and its relations; thanks to R... [gwkkwg]
directory bin/ Tue Aug 11 19:39:54 -0700 2009 test-op depends on load-op (thanks to rpgoldman... [Gary King]
file build.xcvb Thu Jul 09 09:05:31 -0700 2009 Patch for XCVB compatibility from Fare [Gary King]
file cclan-package.lisp Wed Jun 04 18:13:49 -0700 2003 Deleted obsolete Debian packaging stuff, in cas... [Daniel Barlow <>]
file cclan.asd Wed Jun 04 18:13:49 -0700 2003 Deleted obsolete Debian packaging stuff, in cas... [Daniel Barlow <>]
file cclan.lisp Thu Jul 17 22:32:53 -0700 2003 conditionalize sb-unix function [Kevin Rosenberg <>]
directory debian/ Thu Sep 29 23:18:46 -0700 2005 remove CVS cruft [Peter Van Eynde <>]
directory test/ Tue Aug 11 19:39:54 -0700 2009 test-op depends on load-op (thanks to rpgoldman... [Gary King]
directory website/ Wed Aug 19 06:05:30 -0700 2009 Documentation improvements * added docstring t... [Gary King]
file wild-modules.lisp Mon Aug 11 20:56:43 -0700 2003 don't export wild-module symbol [Kevin Rosenberg <>]
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