undocumented
ASDF-SYSTEM-LICENSE
ASDF-SYSTEM-NAME
(distribution) |
function |
Return a list identifying the system, distribution and release. RETURN: (system distrib release) System and distrib are keywords, release is a string.
EXECUTABLE-FILENAME
EXECUTABLE-NAME
(lisp-implementation-type-keyword) |
function |
Return the keyword specific to each implementation (as found in *features*), or else interns the (lisp-implementation-type), with space substituted by dashes into the keyword package.
(machine-type-keyword) |
function |
Return the keyword specific to machine type (as found in *features*), or else interns the (machine-type), with space substituted by dashes into the keyword package.
(print-bug-report-info) |
function |
Prints information for a bug report.
PRINT-MANIFEST
SYSTEM-DEPENDS-ON
SYSTEM-DEPENDS-ON/RECURSIVE
(version &optional version-string) |
function |
Parse the version in the version-string or (lisp-implementation-version) This is expected to be a sequence of integers separated by dots. Return it as a list of integers.
(write-manifest program-name system) |
function |
DO: write a {program-name}-{distribution}.manifest file for the given SYSTEM. RETURN: the pathname of the manifest file written.