The version-string Reference Manual

This is the version-string Reference Manual, version 1.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 12:03:28 2026 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 version-string

Generate version strings.

Author

Anthony Green

License

MIT

Version

1.0.1

Source

version-string.asd.

Child Component

version-string.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 version-string/version-string.asd

Source

version-string.asd.

Parent Component

version-string (system).

ASDF Systems

version-string.


3.1.2 version-string/version-string.lisp

Source

version-string.asd.

Parent Component

version-string (system).

Packages

version-string.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 version-string

Source

version-string.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: define-version-parameter (symbol system)
Package

version-string.

Source

version-string.lisp.


5.1.2 Ordinary functions

Function: get-base-version (system)

Extract version from the .asd file

Package

version-string.

Source

version-string.lisp.

Function: make-version-string (system &key include-git-p)

Create a version string, optionally including git information

Package

version-string.

Source

version-string.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: get-git-describe ()

Get version info from git describe (e.g., v1.0.0-14-g2414721)

Package

version-string.

Source

version-string.lisp.

Function: get-git-dirty-p ()

Check if the working directory has uncommitted changes

Package

version-string.

Source

version-string.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables