[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/33: gnu: Add go-github-com-ianlancetaylor-demangle.
From: |
guix-commits |
Subject: |
04/33: gnu: Add go-github-com-ianlancetaylor-demangle. |
Date: |
Sat, 6 Apr 2024 08:27:45 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 60cd7def8543d4f88ef2f35b2cea61b4d497b660
Author: Fries <fries1234@protonmail.com>
AuthorDate: Sat Aug 5 11:01:37 2023 +0000
gnu: Add go-github-com-ianlancetaylor-demangle.
* gnu/packages/golang-xyz.scm (go-github-com-ianlancetaylor-demangle):
New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3db163b9d32eff30539d81556309ec554bc3dbe6
---
gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b1836da249..d55bdf0be1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1491,6 +1491,34 @@ storing only one copy of each unique string in memory.
All functions may be
called concurrently with themselves and each other.")
(license license:expat)))
+(define-public go-github-com-ianlancetaylor-demangle
+ ;; No release, see <https://github.com/ianlancetaylor/demangle/issues/21>.
+ (package
+ (name "go-github-com-ianlancetaylor-demangle")
+ (version "0.0.0-20230524184225-eabc099b10ab")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ianlancetaylor/demangle")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pvlg1adp50hnw8dz7il473xb197ixirg26cy5hj3ngb4qlajwvc"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/ianlancetaylor/demangle"))
+ (home-page "https://github.com/ianlancetaylor/demangle")
+ (synopsis "Symbol name demangler written in Go")
+ (description
+ "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
+@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,Rust
+ABI}.")
+ (license license:bsd-3)))
+
(define-public go-github-com-k0kubun-pp
(package
(name "go-github-com-k0kubun-pp")
- branch master updated (12fd64c9f9 -> 732bab5d32), guix-commits, 2024/04/06
- 04/33: gnu: Add go-github-com-ianlancetaylor-demangle.,
guix-commits <=
- 03/33: gnu: Add go-github-com-chzyer-readline., guix-commits, 2024/04/06
- 08/33: gnu: Add go-github-com-karrick-godirwalk., guix-commits, 2024/04/06
- 06/33: gnu: Add go-github-com-felixge-fgprof., guix-commits, 2024/04/06
- 12/33: gnu: Add go-github-com-json-iterator-go., guix-commits, 2024/04/06
- 20/33: gnu: go-gopkg-in-yaml-v2: Move to golang-xyz., guix-commits, 2024/04/06
- 29/33: gnu: tz: Update to 0.7.0., guix-commits, 2024/04/06
- 01/33: gnu: Add go-github-com-chzyer-logex., guix-commits, 2024/04/06
- 02/33: gnu: Add go-github-com-chzyer-test., guix-commits, 2024/04/06
- 09/33: gnu: Add go-github-com-dbaggerman-cuba., guix-commits, 2024/04/06
- 19/33: gnu: go-github-com-spf13-cobra: Move to golang-xyz., guix-commits, 2024/04/06