[asdf-devel] Detecting non-defsystem dependencies

Zach Beane xach at xach.com
Wed Nov 6 19:01:37 UTC 2013


Some system files look like this:

   ;;;; myproject.asd

   (asdf:load-system "some-prerequisite")

   (defsystem "myproject" ...)

Can you recommend a good way to detect that system "myproject" depends
on system "some-prerequisite"? Are there any hooks or other features of
ASDF that might make it straightforward?

Zach



More information about the asdf-devel mailing list