Package Lispy - internal and external symbols
Lispy is Common Lisp package management in Common Lisp.
Package Lispy uses the packages Common-Lisp. It has 85 total symbols and 36 external ones.
Class
| install | An INSTALL represents a Lisp package that has been installed by Lispy. |
|---|
| module | A MODULE represents a Lisp package from a Lispy map. |
|---|
| version | A VERSION represents a specific version of a MODULE. |
|---|
Variable
| *lispy-asdf-config-pathname* | The path to the Lispy ASDF configuration file. |
|---|
| *lispy-distfiles-pathname* | The path where source packages should be downloaded to. |
|---|
| *lispy-installation* | |
|---|
| *lispy-installation-pathname* | The path to the installation list file. |
|---|
| *lispy-log-stream* | A stream Lispy should use to write log messages. |
|---|
| *lispy-map* | |
|---|
| *lispy-map-urls* | A list of map URLs Lispy should read and merge. |
|---|
| *lispy-pathname* | Where Lispy is installed. You should never need to modify this. |
|---|
Constant
| +lispy-default-map-url+ | The URL to the official Lispy map. |
|---|
Generic-Function
| dependency-list | Compute the dependencies of the latest version of a Lispy package described by MODULE. Returns a... |
|---|
| extract | Extract Lisp package source. |
|---|
| fetch | Download Lisp package source. |
|---|
| install | Install Lisp package source. |
|---|
| latest-version | Determine the latest version of the Lisp package described by MODULE. Returns an instance of VER... |
|---|
| uninstall | Uninstall Lisp package source. |
|---|
| upgradable-p | Non-NIL if the Lisp package source can be upgraded. |
|---|
| upgrade | Upgrade a Lisp source package installation. |
|---|