unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 53346@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#53346] [PATCH 2/6] gnu: Add go-github-com-couchbase-gomemcached.
Date: Tue, 18 Jan 2022 16:49:17 +0200	[thread overview]
Message-ID: <4daae2da191f80a912afa84e8025a4879c1fa68f.1642517035.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1642517035.git.efraim@flashner.co.il>

* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): New variable.
---
 gnu/packages/databases.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 20a9b304e4..5707281e35 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -658,6 +658,29 @@ (define-public go-github-com-bradfitz-gomemcache
      "This is a memcache client library for the Go programming language.")
     (license license:asl2.0)))
 
+(define-public go-github-com-couchbase-gomemcached
+  (package
+    (name "go-github-com-couchbase-gomemcached")
+    (version "0.1.4")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/couchbase/gomemcached")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "10w74gc05x5naspls39sv2r92krrg31mk266w3lyqqwc0s3fxysl"))))
+    (build-system go-build-system)
+    (arguments '(#:import-path "github.com/couchbase/gomemcached"))
+    (native-inputs
+     (list go-github-com-stretchr-testify))
+    (home-page "https://github.com/couchbase/gomemcached")
+    (synopsis "Memcached binary protocol toolkit for go")
+    (description
+     "This package provides memcache client and server functionality.")
+    (license license:expat)))
+
 (define-public litecli
  (package
   (name "litecli")
-- 
2.34.0





  parent reply	other threads:[~2022-01-18 15:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18 14:45 [bug#53346] [PATCH 0/6] Some go patches Efraim Flashner
2022-01-18 14:49 ` [bug#53346] [PATCH 1/6] gnu: Add go-github-com-bradfitz-gomemcache Efraim Flashner
2022-01-18 14:49 ` Efraim Flashner [this message]
2022-01-18 14:49 ` [bug#53346] [PATCH 3/6] gnu: Add go-github-com-cupcake-rdb Efraim Flashner
2022-01-18 14:49 ` [bug#53346] [PATCH 4/6] gnu: Add go-github-com-gomodule-redigo Efraim Flashner
2022-01-18 14:49 ` [bug#53346] [PATCH 5/6] gnu: Add go-gopkg-in-mgo-v2 Efraim Flashner
2022-01-18 14:49 ` [bug#53346] [PATCH 6/6] gnu: Add go-go-etcd-io-bbolt Efraim Flashner
     [not found] ` <handler.53346.B.164251719810935.ack@debbugs.gnu.org>
2022-01-26 14:31   ` bug#53346: Acknowledgement ([PATCH 0/6] Some go patches) Efraim Flashner

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=4daae2da191f80a912afa84e8025a4879c1fa68f.1642517035.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=53346@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).