Search
2 results for “simendsjo”
-
Tested with #SBCL, #ECL, #CCL and #ABCL.
Calling just `version` use the following defaults:
```
(version :version '(or version-file-line-0 system-version)
:pre-release '(or version-file-line-1 (when git-non-main-branch (and git-current-branch git-current-commit)))
:build-metadata '(git-current-branch git-current-commit current-time))
```It tries to locate your system based on the package you're in, but you can specify directly by passing a `:root` argument.