This is the mutils Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:07:49 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
mutils
A collection of Common Lisp modules.
Mariano Montone <marianomontone@gmail.com>
0.1
alexandria
(system).
cl-ppcre
(system).
directory-module-loader.lisp
(file).
mutils.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
mutils/directory-module-loader.lisp
mutils
(system).
*module-directories*
(special variable).
list-all-modules
(function).
module-provide-directory
(function).
mutils/mutils.lisp
mutils
(system).
describe-module
(function).
describe-modules
(function).
list-modules
(function).
parse-lisp-module-file
(function).
Packages are listed by definition order.
directory-module-loader
common-lisp
.
*module-directories*
(special variable).
list-all-modules
(function).
module-provide-directory
(function).
mutils
common-lisp
.
describe-module
(function).
describe-modules
(function).
list-modules
(function).
parse-lisp-module-file
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
A list of pathnames (directories) where to look for module files.
Print a description of module.
Print a description of available mutils modules.
List all modules available for loading in *MODULE-DIRECTORIES*.
Args:
- RETURN: What the function should return. Either :name or :pathname.
List mutils modules.
RETURN can be:
- :name . Just returns the name of the modules, as a keyword. Default.
- :details. Parses the modules and returns its details.
Parse a Lisp module file.
Returns the name of the module, its short description, its properties (author, requirements, keywords, etc.), its long description/comment with instructions of usage, etc.
Jump to: | D F L M P |
---|
Jump to: | D F L M P |
---|
Jump to: | *
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
* | |||
*module-directories* : | Public special variables | ||
| |||
S | |||
Special Variable, *module-directories* : | Public special variables | ||
|
Jump to: | *
S |
---|
Jump to: | D F M P S |
---|
Jump to: | D F M P S |
---|