X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/8996f767e047eefa8af4d01b1434b54f4c169b79..f81748529ec01134eb52a3d8fe4cb6954b906b23:/runlisp-base.conf diff --git a/runlisp-base.conf b/runlisp-base.conf index 692faa7..b11f248 100644 --- a/runlisp-base.conf +++ b/runlisp-base.conf @@ -111,6 +111,15 @@ dump-image-prelude = ${ignore-shebang} ${set-script-feature}) +;; An expression to determine the version information for the running Lisp. +lisp-version = + (list (list* \'lisp + (lisp-implementation-type) + (multiple-value-list (lisp-implementation-version))) + (cons \'asdf + (asdf:component-version (asdf:find-system "asdf")))) + +;; Full pathname to custom image. image-path = ${@image-dir}/${image-file} ;;;--------------------------------------------------------------------------