X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/f07b028ee1e52d6696ee834bb7a6f5a8c7b9d646..90fec59bc262b3d5050c651fdc6be44a31880099:/runlisp-base.conf diff --git a/runlisp-base.conf b/runlisp-base.conf index f6dea72..b11f248 100644 --- a/runlisp-base.conf +++ b/runlisp-base.conf @@ -111,6 +111,14 @@ 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}