The lack Reference Manual

This is the lack Reference Manual, version 0.3.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:34:44 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 lack

A minimal Clack

Author

Eitaro Fukamachi

License

MIT

Version

0.3.0

Dependencies
  • lack-component (system).
  • lack-util (system).
Source

lack.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 lack/lack.asd

Source

lack.asd.

Parent Component

lack (system).

ASDF Systems

lack.


3.1.2 lack/lack.lisp

Dependency

builder.lisp (file).

Source

lack.asd.

Parent Component

lack (system).

Packages

lack.


3.1.3 lack/builder.lisp

Source

lack.asd.

Parent Component

lack (system).

Packages

lack/builder.

Public Interface

builder (macro).

Internals

4 Packages

Packages are listed by definition order.


4.1 lack/builder

Source

builder.lisp.

Nickname

lack.builder

Use List

common-lisp.

Public Interface

builder (macro).

Internals

4.2 lack

Source

lack.lisp.

Use List

common-lisp.


5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: builder (&rest app-or-middlewares)
Package

lack/builder.

Source

builder.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: clack-middleware-symbol-p (symbol)
Package

lack/builder.

Source

builder.lisp.

Function: convert-to-middleware-form (mw)
Package

lack/builder.

Source

builder.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables