[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/172: gnu: Add go-github-com-tinylib-msgp.
From: |
guix-commits |
Subject: |
115/172: gnu: Add go-github-com-tinylib-msgp. |
Date: |
Sat, 9 Nov 2024 16:45:05 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 7c49f2f0aa875abdbbac16800ce9df03c21f8fb0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 21:11:08 2024 +0100
gnu: Add go-github-com-tinylib-msgp.
* gnu/packages/golang-xyz.scm (go-github-com-tinylib-msgp): New variable.
Change-Id: I901e4f1671a0868b0042d224f26ed74f2f9d3900
---
gnu/packages/golang-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4b30ecac78..50b3d468ce 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7080,6 +7080,39 @@ readability, or to compact JSON for smaller payloads.")
document.")
(license license:expat)))
+(define-public go-github-com-tinylib-msgp
+ (package
+ (name "go-github-com-tinylib-msgp")
+ (version "1.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tinylib/msgp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0mplb420i9cmf40qwsqzd1plln52nl0x0b7nkxffyr0pdh9za79a"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ ;; Tests require alternative Golang compiler
+ ;; <https://github.com/tinygo-org/tinygo>.
+ #:tests? #f
+ #:import-path "github.com/tinylib/msgp"
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'build))))
+ (propagated-inputs
+ (list go-golang-org-x-tools go-github-com-philhofer-fwd))
+ (home-page "http://msgpack.org/")
+ (synopsis "MessagePack Code Generator")
+ (description
+ "This package provides a code generation tool for creating methods to
+serialize and de-serialize Go data structures to and from data interchange
+format - @url{https://en.wikipedia.org/wiki/MessagePack,MessagePack}.")
+ (license license:expat)))
+
(define-public go-github-com-tklauser-go-sysconf
(package
(name "go-github-com-tklauser-go-sysconf")
- 96/172: gnu: Add go-go-opentelemetry-io-otel-sdk., (continued)
- 96/172: gnu: Add go-go-opentelemetry-io-otel-sdk., guix-commits, 2024/11/09
- 92/172: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/11/09
- 98/172: gnu: Add go-github-com-go-openapi-runtime., guix-commits, 2024/11/09
- 105/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics., guix-commits, 2024/11/09
- 100/172: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/11/09
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/11/09
- 117/172: guix: Add copyright records., guix-commits, 2024/11/09
- 97/172: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/11/09
- 99/172: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/11/09
- 123/172: gnu: nebula: Fix build., guix-commits, 2024/11/09
- 115/172: gnu: Add go-github-com-tinylib-msgp.,
guix-commits <=
- 109/172: gnu: Add go-github-com-pascaldekloe-goe., guix-commits, 2024/11/09
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/11/09
- 133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/11/09
- 118/172: gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build., guix-commits, 2024/11/09
- 121/172: gnu: restic-rest-server: Fix build., guix-commits, 2024/11/09
- 142/172: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/11/09
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/11/09
- 152/172: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/11/09
- 160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/11/09
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/09