The alternate-asdf-system-connections Reference Manual

This is the alternate-asdf-system-connections Reference Manual, version 0.9.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:12:48 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 alternate-asdf-system-connections

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.

Maintainer

Shubhamkar Ayare <>

Author

Gary Warren King <>

License

MIT

Version

0.9.0

Dependency

asdf-system-connections (system).

Source

alternate-asdf-system-connections.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 alternate-asdf-system-connections/src

Source

alternate-asdf-system-connections.asd.

Parent Component

alternate-asdf-system-connections (system).

Child Component

asdf-system-connections.lisp (file).


4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 alternate-asdf-system-connections/alternate-asdf-system-connections.asd

Source

alternate-asdf-system-connections.asd.

Parent Component

alternate-asdf-system-connections (system).

ASDF Systems

alternate-asdf-system-connections.


4.1.2 alternate-asdf-system-connections/src/asdf-system-connections.lisp

Source

alternate-asdf-system-connections.asd.

Parent Component

src (module).

Packages

alternate-asdf-system-connections.

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 alternate-asdf-system-connections

Source

asdf-system-connections.lisp.

Use List
  • asdf/interface.
  • common-lisp.
Public Interface
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Macros

Macro: define-system-connection (name &body options)
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.


6.1.2 Ordinary functions

Function: load-connected-systems (operation component)
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.


6.1.3 Classes

Class: system-connection
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.

Direct superclasses

system.

Direct methods

systems-required.

Direct slots
Slot: systems-required
Initargs

:systems-required

Readers

systems-required.

Writers

This slot is read-only.


6.2 Internals


6.2.1 Special variables

Special Variable: *system-connections*
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.


6.2.2 Ordinary functions

Function: featurep (feature-expression)

Returns T if the argument matches the state of the *FEATURES* list and NIL if it does not. FEATURE-EXPRESSION can be any atom or list acceptable to the reader macros #+ and #-.

Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.

Function: find-system-from-dep-spec (depends-on)
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.

Function: system-depends-on-p (system depends-on)

Returns non-NIL if DEPENDS-ON is a dependency of SYSTEM.

Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.


6.2.3 Generic functions

Generic Reader: systems-required (object)
Package

alternate-asdf-system-connections.

Methods
Reader Method: systems-required ((system-connection system-connection))

automatically generated reader method

Source

asdf-system-connections.lisp.

Target Slot

systems-required.


6.2.4 Conditions

Condition: dependency-feature-unsatisfied
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.

Direct superclasses

condition.

Direct slots
Slot: dependency
Initargs

:dependency

Slot: feature
Package

asdf/operation.

Initargs

:feature

Condition: system-not-found
Package

alternate-asdf-system-connections.

Source

asdf-system-connections.lisp.

Direct superclasses

condition.

Direct slots
Slot: system
Package

asdf/system.

Initargs

:system


Appendix A Indexes


A.1 Concepts