sbcl-trivial-backtrace 1.1.0-2.7f90b4a
Portable simple API to work with backtraces in Common Lisp
One of the many things that didn't quite get into the Common Lisp standard was how to get a Lisp to output its call stack when something has gone wrong. As such, each Lisp has developed its own notion of what to display, how to display it, and what sort of arguments can be used to customize it. trivial-backtrace
is a simple solution to generating a backtrace portably.
- Outputs:
out
- Website: https://common-lisp.net/project/trivial-backtrace/
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sbcl-trivial-backtrace 1.1.0-2.7f90b4a
as follows:
guix install sbcl-trivial-backtrace@1.1.0-2.7f90b4a
Or install the latest version:
guix install sbcl-trivial-backtrace
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.