me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-gaukas-godicttls.

* gnu/packages/golang.scm (go-github-com-gaukas-godicttls): New variable.

Change-Id: I2259f6d396c372f18ed9e4d490fa97b80a90a076
master
Clément Lassieur 2023-12-27 18:33:19 +01:00
parent 882f340cbf
commit 08e7d92f5e
No known key found for this signature in database
GPG Key ID: 89F96D4808F359C7
1 changed files with 23 additions and 0 deletions

View File

@ -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")