unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 73184@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#73184] [PATCH 3/5] gnu: Add go-github-com-tinylib-msgp.
Date: Wed, 11 Sep 2024 22:23:13 +0300	[thread overview]
Message-ID: <2f7c95ff969416acfee70e439536fb941a60ad49.1726082409.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1726082409.git.poptsov.artyom@gmail.com>

* gnu/packages/golang-xyz.scm (go-github-com-tinylib-msgp): New variable.

Change-Id: I278d2d249029c9eb5f8eddb82007e9a22d65a9bc
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 89751e8fcb..eb04ff639b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6529,6 +6529,33 @@ (define-public go-github-com-tidwall-sjson
 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
+      #:import-path "github.com/tinylib/msgp"))
+    (propagated-inputs
+     (list go-github-com-philhofer-fwd
+           go-golang-org-x-tools))
+    (home-page "https://github.com/tinylib/msgp")
+    (synopsis "Go code generator for MessagePack")
+    (description
+     "This is a code generation tool and serialization library for
+@url{http://msgpack.org/, MessagePack}.")
+    (license license:expat)))
+
 (define-public go-github-com-tklauser-go-sysconf
   (package
     (name "go-github-com-tklauser-go-sysconf")
-- 
2.46.0





  parent reply	other threads:[~2024-09-11 19:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-11 19:21 [bug#73184] [PATCH 0/5] Add some Golang libraries from the "awesome-go" list Artyom V. Poptsov
2024-09-11 19:23 ` [bug#73184] [PATCH 1/5] gnu: Add go-github-com-tannerryan-ring Artyom V. Poptsov
2024-09-11 19:23 ` [bug#73184] [PATCH 2/5] gnu: Add go-github-com-philhofer-fwd Artyom V. Poptsov
2024-09-11 19:23 ` Artyom V. Poptsov [this message]
2024-09-11 19:23 ` [bug#73184] [PATCH 4/5] gnu: Add go-github-com-workiva-go-datastructures Artyom V. Poptsov
2024-09-11 19:23 ` [bug#73184] [PATCH 5/5] gnu: Add go-github-com-liyue201-gostl Artyom V. Poptsov
2024-09-16 21:41 ` [bug#73184] [PATCH 0/5] Add some Golang libraries from the "awesome-go" list Sharlatan Hellseher
2024-09-21 14:25 ` bug#73184: " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2f7c95ff969416acfee70e439536fb941a60ad49.1726082409.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=73184@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).