[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
178/224: gnu: Add go-goji-io.
From: |
guix-commits |
Subject: |
178/224: gnu: Add go-goji-io. |
Date: |
Fri, 21 Mar 2025 17:16:25 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 4c1292206a81717a60303cbea223a1e350ca134a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 26 12:24:21 2025 +0000
gnu: Add go-goji-io.
* gnu/packages/golang-web.scm (go-goji-io): New variable.
Change-Id: I9697d0e46a38635834bb77f9ca0cc9b86f42fccf
---
gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 81dfafff17..fcfc23d1cf 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -9860,6 +9860,34 @@ metrics SDK.")
"Package trace provides an implementation of the tracing part of the
OpenTelemetry API.")))
+(define-public go-goji-io
+ (package
+ (name "go-goji-io")
+ (version "2.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/goji/goji")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sckb1gayxfrlm12kdp33vwqq4gs5irqswr7pm0skkdz66swsvcc"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "goji.io"))
+ (home-page "https://goji.io")
+ (synopsis "HTTP request multiplexer for Golang")
+ (description
+ "Goji is a HTTP request multiplexer, similar to std
+@code{net/http.ServeMux}. It compares incoming requests to a list of
+registered Patterns, and dispatches to the @code{http.Handler} that
+corresponds to the first matching Pattern. Goji also supports
+Middleware (composable shared functionality applied to every request) and uses
+the standard @code{context} package to store request-scoped values.")
+ (license license:expat)))
+
(define-public go-golang-org-x-oauth2
(package
(name "go-golang-org-x-oauth2")
- 150/224: gnu: git-lfs: Adjust inputs., (continued)
- 150/224: gnu: git-lfs: Adjust inputs., guix-commits, 2025/03/21
- 153/224: gnu: aws-vault: Set version in build-flags., guix-commits, 2025/03/21
- 156/224: gnu: packages: Remove redundant (gnu packages golang) from some modules., guix-commits, 2025/03/21
- 157/224: gnu: oauth2l: Update to 1.3.2., guix-commits, 2025/03/21
- 162/224: gnu: go-github-com-klauspost-compress: Update to 1.18.0., guix-commits, 2025/03/21
- 164/224: gnu: go-github-com-nats-io-jwt-v2: Update to 2.7.3., guix-commits, 2025/03/21
- 165/224: gnu: go-github-com-nats-io-nkeys: Update to 0.4.10., guix-commits, 2025/03/21
- 166/224: gnu: go-github-com-nats-io-nats-go: Update to 1.39.1., guix-commits, 2025/03/21
- 172/224: gnu: Add go-gitlab-com-gitlab-org-api-client-go., guix-commits, 2025/03/21
- 173/224: gnu: go-github-com-rogpeppe-go-internal: Improve description., guix-commits, 2025/03/21
- 178/224: gnu: Add go-goji-io.,
guix-commits <=
- 181/224: gnu: go-github-com-go-md2man: Package executable separately., guix-commits, 2025/03/21
- 184/224: gnu: Add go-github-com-cskr-pubsub-v2., guix-commits, 2025/03/21
- 215/224: gnu: kubo: Fix build., guix-commits, 2025/03/21
- 189/224: gnu: go-github-com-pion-sdp-v3: Update to 3.0.10., guix-commits, 2025/03/21
- 191/224: gnu: go-github-com-libp2p-go-yamux-v4: Update to 4.0.2., guix-commits, 2025/03/21
- 211/224: gnu: Add go-github-com-rwcarlsen-goexif., guix-commits, 2025/03/21
- 204/224: gnu: Add go-github-com-ipfs-boxo., guix-commits, 2025/03/21
- 207/224: gnu: Add go-github-com-texttheater-golang-levenshtein., guix-commits, 2025/03/21
- 202/224: gnu: Add go-go-opentelemetry-io-otel-metric., guix-commits, 2025/03/21
- 206/224: gnu: Add go-github-com-libp2p-go-libp2p-kad-dht., guix-commits, 2025/03/21