guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

386/401: gnu: Add go-github-com-gobwas-httphead.


From: guix-commits
Subject: 386/401: gnu: Add go-github-com-gobwas-httphead.
Date: Thu, 26 Dec 2024 19:31:31 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 42dbe3bb62052a848d13279a115f5825300ca743
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 26 21:28:32 2024 +0000

    gnu: Add go-github-com-gobwas-httphead.
    
    * gnu/packages/golang-web.scm (go-github-com-gobwas-httphead): New variable.
    
    Change-Id: I2b116bae78ec56c42504c046873caed7102ff201
---
 gnu/packages/golang-web.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 9378189539..6a151e3e35 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2557,6 +2557,30 @@ from CloudFlare's github.com/cloudflare/cfssl/revoke.")
               ;; For the WebAuthn's fork: LICENSE.
               license:bsd-3))))
 
+(define-public go-github-com-gobwas-httphead
+  (package
+    (name "go-github-com-gobwas-httphead")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/gobwas/httphead";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "106l8ml5yihld3rrf45q5fhlsx64hrpj2dsvnnm62av4ya5nf0gb"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/gobwas/httphead"))
+    (home-page "https://github.com/gobwas/httphead";)
+    (synopsis "Tiny HTTP header value parsing library in Golang")
+    (description
+     "Package httphead contains utils for parsing HTTP and HTTP-grammar
+compatible text protocols headers.")
+    (license license:expat)))
+
 (define-public go-github-com-goccy-go-json
   (package
     (name "go-github-com-goccy-go-json")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]