X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/eeee48a6bcb1517bbca12e1bcc97bbd6db2ab78d..eea3b0c741a7d46d5b36b59a04c57f5b3d49643b:/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}