GNU bug report logs -
#72874
[PATCH 0/8] gnu: Add toml-test.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Thu, 29 Aug 2024 15:10:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 72874 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-xyz.scm (go-zgo-at-zstd): New variable.
Change-Id: Ib9662c07d532944eba9da2c7b62c81fae656846a
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ccb6dbd374..220d556915 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6955,6 +6955,30 @@ (define-public go-zgo-at-termtext
terminals.")
(license license:expat)))
+(define-public go-zgo-at-zstd
+ (package
+ (name "go-zgo-at-zstd")
+ (version "0.0.0-20240827020003-f7ed9341ec67")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arp242/zstd")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cfpj3fqpg0v36h07iwjfb3v61phla5hlqbinpvh3g8r7rljxqxm"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "zgo.at/zstd"))
+ (home-page "https://github.com/arp242/zstd")
+ (synopsis "Extensions to Go's standard library")
+ (description
+ "Package @samp{zstd} is a collection of extensions to Go's standard
+library.")
+ (license license:expat)))
+
;;;
;;; Executables:
;;;
--
2.45.2
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.