[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/79: gnu: Add go-github-com-fxamacker-cbor-v2.
From: |
guix-commits |
Subject: |
05/79: gnu: Add go-github-com-fxamacker-cbor-v2. |
Date: |
Sun, 21 Jul 2024 09:59:36 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 71161e697ededc0b17da2b5323713cfedc9fd5a7
Author: Rodion Goritskov <rodion.goritskov@gmail.com>
AuthorDate: Wed Jul 3 23:30:22 2024 +0100
gnu: Add go-github-com-fxamacker-cbor-v2.
* gnu/packages/golang-xyz.scm (go-github-com-fxamacker-cbor-v2): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I19e13404586613fd4629c35f50264120df264c6b
---
gnu/packages/golang-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f7e40550ff..eeefefb3f8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1912,6 +1912,36 @@ quoting, commenting, and escaping.")
(home-page "https://github.com/flynn-archive/go-shlex")
(license license:asl2.0))))
+(define-public go-github-com-fxamacker-cbor-v2
+ (package
+ (name "go-github-com-fxamacker-cbor-v2")
+ (version "2.7.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fxamacker/cbor")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "039lk7n5155gy2sh55i1darcvxhv9fim2xmnvmx0xi9ihnrnczln"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/fxamacker/cbor/v2"))
+ (propagated-inputs
+ (list go-github-com-x448-float16))
+ (home-page "https://github.com/fxamacker/cbor")
+ (synopsis "CBOR Codec in Golang")
+ (description
+ "This package implements functionality for encoding and decoding
+@acronym{Concise Binary Object
+Representation,CBOR} (@url{https://www.rfc-editor.org/rfc/rfc8949.html,RFC
+8949}) and CBOR Sequences, with CBOR tags, Golang struct tags (@code{toarray},
+@code{keyasint}, @code{omitempty}), @code{float64/32/16}, and
+@code{big.Intp}.")
+ (license license:expat)))
+
(define-public go-github-com-gabriel-vasile-mimetype
(package
(name "go-github-com-gabriel-vasile-mimetype")
- 24/79: gnu: python-sacn: Enable tests., (continued)
- 24/79: gnu: python-sacn: Enable tests., guix-commits, 2024/07/21
- 29/79: gnu: python-pytelegrambotapi: Use new style., guix-commits, 2024/07/21
- 33/79: build-system/composer: Do not try to delete-duplicates., guix-commits, 2024/07/21
- 04/79: gnu: Add go-github-com-abadojack-whatlanggo., guix-commits, 2024/07/21
- 48/79: gnu: libvirt-glib: Update to 5.0.0., guix-commits, 2024/07/21
- 23/79: gnu: Add python-sacn., guix-commits, 2024/07/21
- 19/79: gnu: python-dolfin-adjoint: Swap to pyproject-build-system., guix-commits, 2024/07/21
- 12/79: gnu: xnnpack: Fix supported systems., guix-commits, 2024/07/21
- 01/79: gnu: go-github-com-andybalholm-brotli: Update to 1.1.0., guix-commits, 2024/07/21
- 03/79: gnu: Add go-github-com-x448-float16., guix-commits, 2024/07/21
- 05/79: gnu: Add go-github-com-fxamacker-cbor-v2.,
guix-commits <=
- 07/79: gnu: Add go-github-com-go-webauthn-webauthn., guix-commits, 2024/07/21
- 30/79: gnu: python-pytelegrambotapi: Update to 4.21.0., guix-commits, 2024/07/21
- 20/79: gnu: python-dolfin-adjoint: Disable failing tests, fix build., guix-commits, 2024/07/21
- 15/79: news: Add 'de' translation., guix-commits, 2024/07/21
- 22/79: gnu: unicorn: Update to 2.0.1.post1., guix-commits, 2024/07/21
- 21/79: gnu: packages/simulation: Add self to copyright header., guix-commits, 2024/07/21
- 11/79: gnu: qnnpack: Fix supported systems., guix-commits, 2024/07/21
- 27/79: gnu: python-typed-ast: Use new style., guix-commits, 2024/07/21
- 16/79: gnu: m2-planet: Fix supported systems., guix-commits, 2024/07/21
- 10/79: gnu: miniflux: Enable all tests., guix-commits, 2024/07/21