alternate-asdf-system-connections

MIT

Allows for ASDF system to be connected so that auto-loading may occur. This is a fork of asdf-system-connections and incorporates a load-system-driven mechanism for loading dependencies and also loads the dependencies of the connections.

$ area51 add alternate-asdf-system-connectionsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(alternate-asdf-system-connections:some-function ...)