go-github-com-ianlancetaylor-demangle
Symbol name demangler written in Go
This package defines functions that demangle GCC/LLVM C++ and Rust symbol names. This package recognizes names that were mangled according to the C++ ABI defined at https://codesourcery.com/cxx-abi/ and the Rust ABI.
- Versions: 0.0.0-20230524184225-eabc099b10ab
- Website: https://github.com/ianlancetaylor/demangle
- Licenses: Modified BSD
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-github-com-ianlancetaylor-demangle as follows:
guix install go-github-com-ianlancetaylor-demangle
Or install a particular version:
guix install go-github-com-ianlancetaylor-demangle@0.0.0-20230524184225-eabc099b10ab
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.
Badge code
You can use the following badge to inform users of go-github-com-ianlancetaylor-demangle about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-github-com-ianlancetaylor-demangle'><img src='https://packages.guix.gnu.org/packages/go-github-com-ianlancetaylor-demangle/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-github-com-ianlancetaylor-demangle)
Example Org:
[[https://packages.guix.gnu.org/packages/go-github-com-ianlancetaylor-demangle][https://packages.guix.gnu.org/packages/go-github-com-ianlancetaylor-demangle/badges/latest-version.svg]]