Package Defsystem-Compatibility - external symbols

Part of:

asdf-system defsystem-compatibility
See internal symbols too
Package Defsystem-Compatibility uses the packages Common-Lisp. It is also known as Dsc. It has 84 total symbols and 19 external ones.

Function

associated-test-systemReturns the name of the system that should be used to test system-name or nil if no such system e...
collect-system-dependenciesWhat's in a name...? This form attempts to find and load all of the referenced
system files start...
collect-system-filesReturns a list of the files in system/s. See map-system-files for a discussion of the arguments.
ensure-system-nameReturns the canonical representation of the system's name.
filename-looks-like-system-file-pReturns true if filename looks like a system file for the defaults system-definer. This is based ...
find-systemReturns the system definition of system-name for its system-definer or nil if no such system exis...
loaded-systemsReturns a list of the names of the systems that are currently loaded for the default system-defin...
map-system-dependencies
pathname-for-system-fileReturns the full pathname in system for filename (which is just the name+type).
registered-systemsReturns a list of every system that has been registered / defined for the default system-definer.
system-dependenciesReturns a list of the systems on which system-name depends directly.
system-loaded-p
system-name-for-displayReturns a 'nice name' for system-name. If no such special name is available, then the system-name...
system-propertyReturns the value of the named property-name of system-name. If no-error? is nil, then an error w...
system-source-directoryReturns the pathname of the directory in which system-name lives.
system-source-fileReturns the pathname of the system definition of system-name for its system-definer.
system-sub-systemsReturns the complete list of the systems on which system-name depends; compare with system-depend...
top-level-system-pReturns true if, metaphorically speaking, system-name is a system unto itself. Usually, this mean...

Generic-Function

map-system-filesApplies function to each of the files named in system-name/s. If system-closure? is true, then fu...