[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: Add go-github-com-julienschmidt-httprouter.
From: |
guix-commits |
Subject: |
06/10: gnu: Add go-github-com-julienschmidt-httprouter. |
Date: |
Mon, 4 Sep 2023 23:45:49 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 8c41567ea508fab07aaee04188c0849210f15db8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 1 20:58:14 2023 +0100
gnu: Add go-github-com-julienschmidt-httprouter.
* gnu/packages/golang.scm (go-github-com-julienschmidt-httprouter): New
variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 624cb11e0c..262410996c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10088,6 +10088,29 @@ extensions.")
for color and styles.")
(license license:lgpl3)))
+(define-public go-github-com-julienschmidt-httprouter
+ (package
+ (name "go-github-com-julienschmidt-httprouter")
+ (version "1.3.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/julienschmidt/httprouter")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1a6sy0ysqknsjssjh7qg1dqn21xmj9a36c57nrk7srfmab4ffmk1"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/julienschmidt/httprouter"))
+ (home-page "https://github.com/julienschmidt/httprouter")
+ (synopsis "High performance HTTP request router")
+ (description
+ "Package @code{httprouter} is a trie based high performance HTTP request
+router.")
+ (license license:bsd-3)))
+
(define-public go-github-com-kevinburke-ssh-config
(package
(name "go-github-com-kevinburke-ssh-config")
- branch master updated (31baada263 -> bf231a591c), guix-commits, 2023/09/04
- 01/10: gnu: freerdp: Enable server build., guix-commits, 2023/09/04
- 04/10: gnu: Add go-github-com-bmizerany-perks-quantile., guix-commits, 2023/09/04
- 06/10: gnu: Add go-github-com-julienschmidt-httprouter.,
guix-commits <=
- 07/10: gnu: Add go-github-com-mreiferson-go-options., guix-commits, 2023/09/04
- 09/10: gnu: Add go-github-com-nsqio-go-nsq., guix-commits, 2023/09/04
- 03/10: gnu: Add go-github-com-bitly-timer-metrics., guix-commits, 2023/09/04
- 08/10: gnu: Add go-github-com-nsqio-go-diskqueue., guix-commits, 2023/09/04
- 02/10: gnu: Add go-github-com-bitly-go-hostpool., guix-commits, 2023/09/04
- 05/10: gnu: Add go-github-com-mreiferson-go-svc., guix-commits, 2023/09/04
- 10/10: gnu: Add nsq., guix-commits, 2023/09/04