all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: BonfaceKilz <me@bonfacemunyoki.com>
To: 50087@debbugs.gnu.org
Cc: BonfaceKilz <me@bonfacemunyoki.com>
Subject: [bug#50087] [PATCH 1/2] gn: Add go-github-com-oneofone-xxhash.
Date: Tue, 17 Aug 2021 08:50:41 +0300	[thread overview]
Message-ID: <20210817055042.35895-2-me@bonfacemunyoki.com> (raw)
In-Reply-To: <20210817055042.35895-1-me@bonfacemunyoki.com>

* gnu/packages/golang.scm (go-github-com-oneofone-xxhash): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f4cd30c662..7cdd94b7f0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 ;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8396,3 +8397,27 @@ zero round-trip encryption, and other advanced features.")
     (synopsis "Go compression library")
     (description "@code{compress} provides various compression algorithms.")
     (license license:bsd-3)))
+
+(define-public go-github-com-oneofone-xxhash
+  (package
+    (name "go-github-com-oneofone-xxhash")
+    (version "1.2.8")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/OneOfOne/xxhash")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0f98qk83l2fhpclvrgyxsa9b8m4pipf11fah85bnjl01wy4lvybw"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/OneOfOne/xxhash"))
+    (home-page "https://github.com/OneOfOne/xxhash")
+    (synopsis "Go implementation of xxhash")
+    (description "This is a native Go implementation of the
+@url{https://github.com/Cyan4973/xxHash, xxhash} algorithm, an extremely fast
+non-cryptographic Hash algorithm, working at speeds close to RAM limits.")
+    (license license:asl2.0)))
-- 
2.31.1





  reply	other threads:[~2021-08-17  5:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17  5:47 [bug#50087] [PATCH 0/2] Add csvdiff BonfaceKilz
2021-08-17  5:50 ` BonfaceKilz
2021-08-17  5:50   ` BonfaceKilz [this message]
2021-08-17  5:50   ` [bug#50087] [PATCH 2/2] gn: Add go-github-com-aswinkarthik-csvdiff BonfaceKilz
2021-08-17  8:31   ` bug#50087: [PATCH 0/2] Add csvdiff Arun Isaac
2021-08-17 17:02     ` [bug#50087] " Jack Hill
2021-08-20 10:30       ` Arun Isaac
2021-08-17 20:00 ` Sarah Morgensen
2021-08-18  5:56   ` Arun Isaac
2021-08-19  7:23     ` Bonface Munyoki K.

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

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

  git send-email \
    --in-reply-to=20210817055042.35895-2-me@bonfacemunyoki.com \
    --to=me@bonfacemunyoki.com \
    --cc=50087@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.