gnu: Add go-github-com-xtaci-lossyconn.

* gnu/packages/golang-web.scm (go-github-com-xtaci-lossyconn): New variable.

Change-Id: I8d1e5c02215e799265deb1b46a916982a7d71d7e
This commit is contained in:
Sharlatan Hellseher 2024-09-22 13:55:06 +01:00
parent bdf729ab1e
commit 2880519316
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5744,6 +5744,29 @@ (define-public go-github-com-xeipuuv-gojsonschema
programming language, which supports draft-04, draft-06 and draft-07.")
(license license:asl2.0)))
(define-public go-github-com-xtaci-lossyconn
(package
(name "go-github-com-xtaci-lossyconn")
(version "0.0.0-20200209145036-adba10fffc37")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xtaci/lossyconn")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1pizmd8py5x8yjqp6fz2y0kpvd1za3rbp7whyyh69zyk1a305fam"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/xtaci/lossyconn"))
(home-page "https://github.com/xtaci/lossyconn")
(synopsis "Lossy connection simulator")
(description
"Package lossyconn is a lossy connection simulator for Golang.")
(license license:expat)))
(define-public go-github-com-xtaci-smux
(package
(name "go-github-com-xtaci-smux")