This is the defsystem-compatibility Reference Manual, version 0.1.2, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 13:18:01 2020 GMT+0.
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
The main system appears first, followed by any subsystem dependency.
• The defsystem-compatibility system |
Gary Warren King <gwking@metabang.com>
Gary Warren King <gwking@metabang.com>
MIT Style license
Make many defsystems look the same!
0.1.2
metatilities-base
defsystem-compatibility.asd (file)
Modules are listed depth-first from the system components tree.
• The defsystem-compatibility/dev module | ||
• The defsystem-compatibility/website module | ||
• The defsystem-compatibility/website/source module |
Next: The defsystem-compatibility/website module, Previous: Modules, Up: Modules [Contents][Index]
defsystem-compatibility (system)
dev/
Next: The defsystem-compatibility/website/source module, Previous: The defsystem-compatibility/dev module, Up: Modules [Contents][Index]
defsystem-compatibility (system)
website/
source (module)
Previous: The defsystem-compatibility/website module, Up: Modules [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files | ||
• Static files |
Next: Static files, Previous: Files, Up: Files [Contents][Index]
Next: The defsystem-compatibility/dev/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
defsystem-compatibility.asd
defsystem-compatibility (system)
Next: The defsystem-compatibility/dev/api․lisp file, Previous: The defsystem-compatibility․asd file, Up: Lisp files [Contents][Index]
dev (module)
dev/package.lisp
Next: The defsystem-compatibility/dev/defsystem-compatibility․lisp file, Previous: The defsystem-compatibility/dev/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
dev (module)
dev/api.lisp
map-system-files (generic function)
Next: The defsystem-compatibility/dev/asdf․lisp file, Previous: The defsystem-compatibility/dev/api․lisp file, Up: Lisp files [Contents][Index]
api.lisp (file)
dev (module)
dev/defsystem-compatibility.lisp
Previous: The defsystem-compatibility/dev/defsystem-compatibility․lisp file, Up: Lisp files [Contents][Index]
api.lisp (file)
dev (module)
dev/asdf.lisp
Previous: Lisp files, Up: Files [Contents][Index]
• The defsystem-compatibility/website/source/index.lml file |
Previous: Static files, Up: Static files [Contents][Index]
source (module)
website/source/index.lml
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The defsystem-compatibility-system package | ||
• The defsystem-compatibility package |
Next: The defsystem-compatibility package, Previous: Packages, Up: Packages [Contents][Index]
defsystem-compatibility.asd
Previous: The defsystem-compatibility-system package, Up: Packages [Contents][Index]
package.lisp (file)
dsc
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions | ||
• Exported generic functions | ||
• Exported conditions |
Next: Exported generic functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Returns the name of the system that should be used to test system-name or nil if no such system exists.
defsystem-compatibility.lisp (file)
Returns a list of the names of all of the systems that could be found for the default system definer.
defsystem-compatibility.lisp (file)
What’s in a name...? This form attempts to find and load all of the referenced system files starting with any systems in systems. It does not include the systems themselves unless they are syb-systems of some other system in the list.
defsystem-compatibility.lisp (file)
Returns a list of the files in system/s. See map-system-files for a discussion of the arguments.
defsystem-compatibility.lisp (file)
Returns the canonical representation of the system’s name.
defsystem-compatibility.lisp (file)
Returns true if filename looks like a system file for the defaults system-definer. This is based only on the syntax if the file’s name, not on the contents of the file.
defsystem-compatibility.lisp (file)
Returns the system definition of system-name for its system-definer or nil if no such system exists.
defsystem-compatibility.lisp (file)
Returns a list of the names of the systems that are currently loaded for the default system-definer.
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
Returns the full pathname in system for filename (which is just the name+type).
defsystem-compatibility.lisp (file)
Returns a list of every system that has been registered / defined for the default system-definer.
defsystem-compatibility.lisp (file)
Returns a list of the systems on which system-name depends directly.
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
Returns a ’nice name’ for system-name. If no such special name is available, then the system-name is used.
defsystem-compatibility.lisp (file)
Returns the value of the named property-name of system-name. If no-error? is nil, then an error will be signaled if property-name does not exist in the system.
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
Returns the pathname of the directory in which system-name lives.
defsystem-compatibility.lisp (file)
Returns the pathname of the system definition of system-name for its system-definer.
defsystem-compatibility.lisp (file)
Returns the complete list of the systems on which system-name depends; compare with system-dependencies.
defsystem-compatibility.lisp (file)
Returns true if, metaphorically speaking, system-name is a system unto itself. Usually, this means that there are no systems that depends on the system but it could also be that the system is used by other systems but is also coherent in and of itself.
defsystem-compatibility.lisp (file)
Next: Exported conditions, Previous: Exported functions, Up: Exported definitions [Contents][Index]
Applies function to each of the files named in system-name/s. If system-closure? is true, then function is applied to the files of the systems that this system depends on. If incude-pathname? is true, the the function is applied to complete pathnames; otherwise the function is applied only to the name+type of each file. If include-non-source? is true, then all files are included. If it is nil (the default), then only source files will be included.
api.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
Previous: Exported generic functions, Up: Exported definitions [Contents][Index]
defsystem-compatibility.lisp (file)
error (condition)
system-name (method)
:system-name
(quote nil)
system-name (generic function)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables | ||
• Internal functions | ||
• Internal generic functions |
Next: Internal functions, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
asdf.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
asdf.lisp (file)
Next: Internal generic functions, Previous: Internal special variables, Up: Internal definitions [Contents][Index]
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
defsystem-compatibility.lisp (file)
Previous: Internal functions, Up: Internal definitions [Contents][Index]
asdf.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
Returns the name of the system that should be used to test system-name or nil if no such system exists.
Returns a list of systems that are available for the system-definer.
Returns the canonical representation of the system’s name.
api.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
asdf.lisp (file)
Returns true if filename looks like a system file for the system-definer. This is based only on the syntax if the file’s name, not on the contents of the file.
Returns the system definition of system-name for the system-definer or nil if no such system exists.
api.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
Returns a list of the names of the systems that are currently loaded with the system-definer.
Returns a list of every system that has been registered / defined for the system-definer.
asdf.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
defsystem-compatibility.lisp (file)
Returns a list of the systems on which system-name depends directly.
Returns true if and only if ‘system-name‘ has been loaded into this Lisp image.
api.lisp (file)
Returns a ’nice name’ for system-name. If no such special name is available, then the system-name is used.
Returns the value of the named property-name of system-name. If no-error? is nil, then an error will be signaled if property-name does not exist in the system.
Returns the pathname of the system definition of system-name for system-definer.
Returns the complete list of the systems on which system-name depends; compare with system-dependencies*.
Returns true if, metaphorically speaking, system-name is a system unto itself. Usually, this means that there are no systems that depends on the system but it could also be that the system is used by other systems but is also coherent in and of itself.
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | D F L M S |
---|
Jump to: | D F L M S |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | %
A C E F G H L M P R S T |
---|
Jump to: | %
A C E F G H L M P R S T |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C D P S |
---|
Jump to: | C D P S |
---|