Class Version

A VERSION represents a specific version of a MODULE.

Part of:

package lispy

Slot

asdf-paths
A list of ASDF paths to be added to the ASDF configuration for Lispy packages which include more than one ASDF file in more than one location. If not specified, then ROOT is used.
Initargs::asdf-paths; Reader:asdf-paths.
dependencies
A list of MODULE names which the VERSION depends on.
Initargs::dependencies; Reader:dependencies.
map-url
The URL to the map the VERSION was defined in.
Initargs::map-url; Reader:map-url.
md5sum
The MD5 checksum of the Lisp package's source archive.
Initargs::md5sum; Reader:md5sum.
name
The name of the module to which a VERSION belongs.
Initargs::name; Reader:name.
our-version
A synthetic version number which is used in VERSION comparisons.
Initargs::our-version; Reader:our-version.
root
The directory where the Lisp package's source archive unpacks to.
Initargs::root; Reader:root.
source
The Lisp package's source file name.
Initargs::source; Reader:source.
version
The upstream author's version number or a date of the form YYYY-MM-DD if no version is available or the version is from version control.
Initargs::version; Reader:version.

Direct Method

extractExtract Lisp package source.
fetchDownload Lisp package source.
installInstall Lisp package source.