GNU bug report logs -
#31625
[PATCH 1/6] gnu: Add go-github-com-urfave-cli.
Previous Next
Full log
View this message in rfc822 format
* 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
This bug report was last modified 6 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.