-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
asdf-package-system is an ASDF extension (tested with ASDF 3.0.2 and ASDF 2.26) that adds support for quick-build style one-package-per-file systems, where the dependencies of each file are deduced from its first defpackage form.
I intend to use asdf-package-system with the next version of lisp-interface-library, that already follows the package convention, and for which drewc has been developing more code, for monadic parsing.
The code is at:
git://common-lisp.net/projects/asdf/asdf-package-system.git
http://common-lisp.net/gitweb?p=projects/asdf/asdf-package-system.git
It will hopefully be merged into ASDF, but until all implementations and/or Quicklisp upgrade to such an ASDF, this project remains necessary.