(ql-dist:name object) | Function: Return the name of OBJECT.
|
| | |
| | |
(ql-dist:dist object) | Function: Return the dist of OBJECT.
|
| | |
| | |
(ql-dist:system object) | Function: Return the system of OBJECT.
|
| | |
| | |
(ql-dist:prefix object) | Undocumented
|
| | |
| | |
(ql-dist:enable object) | Function: Enable OBJECT.
|
| | |
| | |
(ql-dist:release object) | Type: Instances of this class represent a snapshot of a project at some point in time, which might be from version control, or from an official release, or from some other source.
Function: Return the release of OBJECT.
|
| | |
| | |
(ql-dist:version object) | Undocumented
|
| | |
| | |
(ql-dist:install object) | Function: Install OBJECT.
|
| | |
| | |
(ql-dist:disable object) | Function: Disable OBJECT.
|
| | |
| | |
(ql-dist:enabledp object) | Function: Return true if OBJECT is enabled.
|
| | |
| | |
(ql-dist:uninstall object) | Function: Uninstall OBJECT.
|
| | |
| | |
(ql-dist:preference object) | Function: Returns a value used when comparing multiple systems or releases with the same name. Objects with higher preference are returned by FIND-SYSTEM and FIND-RELEASE.
|
| | |
| | |
(ql-dist:installedp object) | Function: Return true if OBJECT is installed.
|
| | |
| | |
(ql-dist:find-dist name) | Undocumented
|
| | |
| | |
(ql-dist:all-dists) | Function: Return a list of all known dists.
|
| | |
| | |
ql-dist:dist-merge | Undocumented
|
| | |
| | |
ql-dist:fetch-dist | Undocumented
|
| | |
| | |
(ql-dist:relative-to object pathname) | Function: Merge PATHNAME with the base-directory of OBJECT.
|
| | |
| | |
(ql-dist:find-system name) | Function: Return a system with the given NAME, or NIL if no system is found. If multiple systems have the same name, the one with the highest preference is returned.
|
| | |
| | |
(ql-dist:find-release name) | Function: Return a release with the given NAME, or NIL if no system is found. If multiple releases have the same name, the one with the highest preference is returned.
|
| | |
| | |
(ql-dist:project-name object) | Undocumented
|
| | |
| | |
(ql-dist:system-files object) | Undocumented
|
| | |
| | |
(ql-dist:archive-size object) | Undocumented
|
| | |
| | |
(ql-dist:metadata-name object) | Function: The metadata-name of an object is used to form the pathname for a few different object metadata files.
|
| | |
| | |
(ql-dist:enabled-dists) | Function: Return a list of all known dists for which ENABLEDP returns true.
|
| | |
| | |
(ql-dist:system-apropos term) | Undocumented
|
| | |
| | |
(ql-dist:base-directory object) | Function: Return the base directory pathname of OBJECT.
|
| | |
| | |
(ql-dist:preference-file object) | Function: Return the file from which preference information is loaded for OBJECT.
|
| | |
| | |
ql-dist:dist-difference | Undocumented
|
| | |
| | |
(ql-dist:provided-systems object) | Function: Return a list of systems provided by OBJECT.
|
| | |
| | |
(ql-dist:required-systems object) | Undocumented
|
| | |
| | |
(ql-dist:ensure-installed object) | Function: Ensure that OBJECT is installed.
|
| | |
| | |
(ql-dist:available-update dist) | Function: If an update is available for DIST, return the update as an uninstalled dist object. Otherwise, return NIL.
|
| | |
| | |
ql-dist:subscription-url | Undocumented
|
| | |
| | |
(ql-dist:provided-releases object) | Function: Return a list of releases provided by OBJECT.
|
| | |
| | |
(ql-dist:short-description object) | Function: Return a short string describing OBJECT.
|
| | |
| | |
(ql-dist:forget-preference object) | Function: Remove specific preference information for OBJECT.
|
| | |
| | |
(ql-dist:preference-parent object) | Function: Return a value suitable for checking if OBJECT has no specific preference set.
|
| | |
| | |
(ql-dist:installed-systems dist) | Function: Return a list of all systems installed for DIST.
|
| | |
| | |
(ql-dist:installed-releases dist) | Function: Return a list of all releases installed for DIST.
|
| | |
| | |
(quicklisp-client:update-dist dist &key (prompt t)) | Undocumented
|
| | |
| | |
(ql-dist:update-in-place old-dist new-dist) | Function: Update OLD-DIST to NEW-DIST in place.
|
| | |
| | |
ql-dist:archive-file-md5 | Undocumented
|
| | |
| | |
(ql-dist:system-index-url object) | Undocumented
|
| | |
| | |
(ql-dist:system-file-name object) | Undocumented
|
| | |
| | |
(ql-dist:release-index-url object) | Undocumented
|
| | |
| | |
ql-dist:archive-url-suffix | Undocumented
|
| | |
| | |
(ql-dist:show-update-report old-dist new-dist) | Function: Display a description of the update from OLD-DIST to NEW-DIST.
|
| | |
| | |
(ql-dist:local-archive-file release) | Function: Return the pathname to where the archive file of RELEASE should be stored.
|
| | |
| | |
ql-dist:ensure-archive-file | Undocumented
|
| | |
| | |
(ql-dist:archive-content-sha1 object) | Undocumented
|
| | |
| | |
(ql-dist:with-consistent-dists &body body) | Function: See CALL-WITH-CONSISTENT-DISTS.
|
| | |
| | |
(ql-dist:install-metadata-file object) | Function: The pathname to a file describing the installation status of OBJECT.
|
| | |
| | |
(ql-dist:initialize-system-index dist) | Function: Initialize the system index of DIST.
|
| | |
| | |
(ql-dist:initialize-release-index dist) | Function: Initialize the release index of DIST.
|
| | |
| | |
(ql-dist:find-system-in-dist system-name dist) | Function: Return a system with the given NAME in DIST, or NIL if no system is found.
|
| | |
| | |
(quicklisp-client:update-all-dists &key (prompt t)) | Undocumented
|
| | |
| | |
(ql-dist:find-release-in-dist release-name dist) | Function: Return a release with the given NAME in DIST, or NIL if no release is found.
|
| | |
| | |
(ql-dist:update-release-differences old-dist new-dist) | Function: Compare OLD-DIST to NEW-DIST and return three lists as multiple values: new releases (present in NEW-DIST but not OLD-DIST), changed releases (present in both dists but different in some way), and removed releases (present in OLD-DIST but not NEW-DIST). The list of changed releases is a list of two-element lists, with each two-element list having first the old release object and then the new release object.
|
| | |
| | |
quicklisp-client:*initial-dist-url* | Undocumented
|
| | |
| | |
(ql-dist:find-asdf-system-file name) | Undocumented
|
| | |
| | |
ql-dist:*dist-enumeration-functions* | Variable: ALL-DISTS calls each function in this list with no arguments, and appends the results into a list of dist objects, removing duplicates. Functions might be called just once for a batch of related operations; see WITH-CONSISTENT-DISTS.
|
| | |
| | |
(ql-dist:new-version-available-p dist) | Function: Return true if a new version of DIST is available.
|
| | |
| | |
(ql-dist:ensure-local-archive-file release) | Function: If the archive file for RELEASE is not available locally, fetch it and return the pathname to it.
|
| | |
| | |
(ql-dist:local-archive-file-valid-p release) | Function: Check the local archive file of RELEASE for validity, including size and signature checks.
|
| | |
| | |
(ql-dist:standard-dist-enumeration-function) | Function: The default function used for producing a list of dist objects.
|
| | |
| | |