unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
To: 31625@debbugs.gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
Subject: [bug#31625] [PATCH 3/6] gnu: Add go-github-com-emicklei-go-restful.
Date: Mon, 28 May 2018 17:02:40 +0200	[thread overview]
Message-ID: <20180528150240.24400-1-pierre-antoine.rouby@inria.fr> (raw)
In-Reply-To: <20180528145939.24256-1-pierre-antoine.rouby@inria.fr>

* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d232e3040..ee460c030 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1526,3 +1526,27 @@ golang")
 golang.")
       (license license:expat))))
 
+(define-public go-github-com-emicklei-go-restful
+  (let ((commit "89ef8af493ab468a45a42bb0d89a06fccdd2fb22")
+        (revision "0"))
+    (package
+      (name "go-github-com-emicklei-go-restful")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emicklei/go-restful.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0rrlfcfq80fkxifpih6bq31vavb5mf4530xz51pp9pq1mn2fzjfh"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/emicklei/go-restful"))
+      (home-page "https://github.com/emicklei/go-restful")
+      (synopsis "Package for building rest-style web services using Golang")
+      (description "Rest asks developpers to use @code{http} methods
+explicitly and in a way that's consistent with the protocol definition.")
+      (license license:expat))))
-- 
2.17.0

  parent reply	other threads:[~2018-05-28 15:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-28 14:59 [bug#31625] [PATCH 1/6] gnu: Add go-github-com-urfave-cli Rouby Pierre-Antoine
2018-05-28 15:01 ` [bug#31625] [PATCH 2/6] gnu: Add go-github-com-blang-semver Rouby Pierre-Antoine
2018-05-28 15:02 ` Rouby Pierre-Antoine [this message]
2018-05-28 15:03 ` [bug#31625] [PATCH 4/6] gnu: Add go-github-com-google-cadvisor Rouby Pierre-Antoine
2018-05-28 15:03 ` [bug#31625] [PATCH 5/6] gnu: Add go-github-com-google-gofuzz Rouby Pierre-Antoine
2018-05-28 15:03 ` [bug#31625] [PATCH 6/6] gnu: Add go-github-com-gorilla-context Rouby Pierre-Antoine
2018-05-29 22:40 ` bug#31625: [PATCH 1/6] gnu: Add go-github-com-urfave-cli Leo Famulari

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=20180528150240.24400-1-pierre-antoine.rouby@inria.fr \
    --to=pierre-antoine.rouby@inria.fr \
    --cc=31625@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).