[asdf-devel] Recompiling SBCL contribs

Zach Beane xach at xach.com
Sat Nov 2 19:53:25 UTC 2013


Zach Beane <xach at xach.com> writes:

> Faré <fahree at gmail.com> writes:
>
>> Are you building binary distributions for the next version of quicklisp?
>
> No, this is how Quicklisp dist building has always worked. The first
> version from 2010 used the hackiest thing that worked quickly, and now
> I'm trying to clean it up to make it easily parallelizable and use
> supported ASDF 3 features for configuration and system introspection.

Speaking of which, I have a defsystem that looks like this:

  (defsystem #:system
    :weakly-depends-on (#:weak-dep)
    :depends-on (#:dep)
    :defsystem-depends-on (#:defsystem-dep)
    ...)

If I have the system object in hand, what's the easiest, most direct way
to get a list of the dependency names ("weak-dep" "dep"
"defsystem-dep")?

Zach



More information about the asdf-devel mailing list