Faré <[email protected]> writes: > Also, I'd like to know if any package in Quicklisp relies on some ASDF > internals I'd like to rename. This is especially harder when users > define methods on a generic function — you can't rename the function, > then. > Is there an easy way to download EVERYTHING (excluding old versions) > so I may grep the results?
Sure. The easiest way is this: (map nil 'ql-dist:ensure-installed (ql-dist:provided-releases t)) Then all sources currently in Quicklisp will be present in ~/quicklisp/dists/quicklisp/software/. Someone(tm) should write a search engine that can answer questions like yours instantly via offline indexing of all public CL code! Zach _______________________________________________ asdf-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
