guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: Add go-github-com-gaukas-godicttls.


From: guix-commits
Subject: 03/08: gnu: Add go-github-com-gaukas-godicttls.
Date: Fri, 12 Jan 2024 13:02:06 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 08e7d92f5e547d1c55de5c00d3f8df212612fa39
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Wed Dec 27 18:33:19 2023 +0100

    gnu: Add go-github-com-gaukas-godicttls.
    
    * gnu/packages/golang.scm (go-github-com-gaukas-godicttls): New variable.
    
    Change-Id: I2259f6d396c372f18ed9e4d490fa97b80a90a076
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 919040fa04..1f3d934e2e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7283,6 +7283,29 @@ Go 1.20.")
     (home-page "https://github.com/quic-go/qtls-go1-20";)
     (license license:expat)))
 
+(define-public go-github-com-gaukas-godicttls
+  (package
+    (name "go-github-com-gaukas-godicttls")
+    (version "0.0.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/gaukas/godicttls";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0n9i0b9nbwq7ms36r34kfc346prrif78hhp55gmbkvlgvsc3m2af"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/gaukas/godicttls"))
+    (home-page "https://github.com/gaukas/godicttls";)
+    (synopsis "dictionary for TLS")
+    (description "This package provides a dictionary for TLS written in Go
+providing bidirectional mapping values to their names, plus enum convenience
+for values.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-quic-go-qpack
   (package
     (name "go-github-com-quic-go-qpack")



reply via email to

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