The trivial-system-loader Reference Manual

This is the trivial-system-loader Reference Manual, version 1.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:57:30 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 trivial-system-loader

A system installation/loading abstraction for Common Lisp

Author

Anthony Green and Michał ’phoe’ Herda

License

MIT

Version

1.0.1

Dependency

uiop (system).

Source

trivial-system-loader.asd.

Child Component

trivial-system-loader.lisp (file).


3 Files

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


3.1 Lisp


3.1.1 trivial-system-loader/trivial-system-loader.asd

Source

trivial-system-loader.asd.

Parent Component

trivial-system-loader (system).

ASDF Systems

trivial-system-loader.


3.1.2 trivial-system-loader/trivial-system-loader.lisp

Source

trivial-system-loader.asd.

Parent Component

trivial-system-loader (system).

Packages

trivial-system-loader.

Public Interface

load-system (function).


4 Packages

Packages are listed by definition order.


4.1 trivial-system-loader

Source

trivial-system-loader.lisp.

Nickname

tsl

Use List

common-lisp.

Public Interface

load-system (function).


5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: load-system (systems &key verbose silent)

Load system SYSTEMS, potentially downloading them from an external repository. SYSTEMS may be a single system or a list of systems. Loader behavior is modified by VERBOSE and SILENT.

Package

trivial-system-loader.

Source

trivial-system-loader.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   F   L  
Index Entry  Section

F
Function, load-system: Public ordinary functions

L
load-system: Public ordinary functions


A.3 Variables