sharlatan pushed a commit to branch go-team
in repository guix.
commit e6cef98ef01366880f7b12f2a828dd867581a9b7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 4 19:41:00 2025 +0000
gnu: Add go-github-com-sereal-sereal-go-sereal.
* gnu/packages/golang-xyz.scm (go-github-com-sereal-sereal-go-sereal): New
variable.
Change-Id: Ied7fe343f117b890b29347e64ba8f4363e878ad4
---
gnu/packages/golang-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 13eb2b4c7f..1dc7f1943c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13515,6 +13515,41 @@ is undetermined, a customizable spinner is shown.")
It's typically used for testing responses with larger data bodies.")
(license license:expat)))
+(define-public go-github-com-sereal-sereal-go-sereal
+ (package
+ (name "go-github-com-sereal-sereal-go-sereal")
+ (version "0.0.0-20241017075749-134ea28a101c")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Sereal/Sereal")
+ (commit (go-version->git-ref version
+ #:subdir "Go/sereal"))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16ig2v82kq3zpi04qvnd4a1swxyadd0pcp3886kq7ag29jq3p1na"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/Sereal/Sereal/Go/sereal"
+ #:unpack-path "github.com/Sereal/Sereal"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-github-com-datadog-zstd
+ go-github-com-davecgh-go-spew
+ go-github-com-dchest-siphash
+ go-github-com-dgryski-go-ddmin
+ go-github-com-golang-snappy
+ go-github-com-google-go-cmp))
+ (home-page "https://github.com/Sereal/Sereal")
+ (synopsis "Binary serialization and deserialization Golang library")
+ (description
+ "Package sereal implements the @code{Sereal}, an efficient,
+compact-output,binary and feature-rich serialization protocol.")
+ (license license:bsd-2)))
+
(define-public go-github-com-sergi-go-diff
(package
(name "go-github-com-sergi-go-diff")