[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: Add go-github-com-josharian-intern.
From: |
guix-commits |
Subject: |
10/10: gnu: Add go-github-com-josharian-intern. |
Date: |
Sat, 16 Mar 2024 20:11:27 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 6fda9cfd0f34498a66746a41078e29d2382f580a
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Tue Mar 5 22:09:28 2024 +0100
gnu: Add go-github-com-josharian-intern.
* gnu/packages/golang-xyz.scm (go-github-com-josharian-intern): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d1e0666ea5..5c6e74870b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1135,6 +1135,31 @@ and stop units of work, which may receive @code{Close}
signals from many clients
struct to another.")
(license license:expat)))
+(define-public go-github-com-josharian-intern
+ (package
+ (name "go-github-com-josharian-intern")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/josharian/intern")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1za48ppvwd5vg8vv25ldmwz1biwpb3p6qhf8vazhsfdg9m07951c"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/josharian/intern"))
+ (home-page "https://github.com/josharian/intern")
+ (synopsis "String interning for Go")
+ (description
+ "This library defines functions to perform string interning in Go,
+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-k0kubun-pp
(package
(name "go-github-com-k0kubun-pp")
- branch master updated (4fe9aae225 -> 6fda9cfd0f), guix-commits, 2024/03/16
- 03/10: gnu: Add go-github-com-jbenet-go-temp-err-catcher., guix-commits, 2024/03/16
- 07/10: gnu: Add go-github-com-klauspost-pgzip., guix-commits, 2024/03/16
- 06/10: gnu: Add go-github-com-alexliesenfeld-health., guix-commits, 2024/03/16
- 05/10: gnu: Add go-github-com-whyrusleeping-go-sysinfo., guix-commits, 2024/03/16
- 10/10: gnu: Add go-github-com-josharian-intern.,
guix-commits <=
- 08/10: gnu: go-github-com-ulikunitz-xz: Update to 0.5.11., guix-commits, 2024/03/16
- 04/10: gnu: Add go-github-com-jbenet-go-random., guix-commits, 2024/03/16
- 01/10: gnu: Add go-github-com-jbenet-go-cienv., guix-commits, 2024/03/16
- 02/10: gnu: Add go-github-com-jbenet-goprocess., guix-commits, 2024/03/16
- 09/10: gnu: go-github-com-ulikunitz-xz: Refresh package style., guix-commits, 2024/03/16