[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/27: gnu: Add go-github-com-marten-seemann-qtls.
From: |
guix-commits |
Subject: |
03/27: gnu: Add go-github-com-marten-seemann-qtls. |
Date: |
Mon, 29 Jul 2019 14:57:18 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit a3b1dc49bb4ab68fce3af1c937545a707ae2d93b
Author: Leo Famulari <address@hidden>
Date: Tue Jul 16 11:21:56 2019 -0400
gnu: Add go-github-com-marten-seemann-qtls.
* gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 41d3826..302c413 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3506,3 +3506,29 @@ test.
All locks are implemented with read-write mutexes. To use them like a regular
mutex, simply ignore the RLock/RUnlock functions.")
(license license:unlicense))))
+
+(define-public go-github-com-marten-seemann-qtls
+ (package
+ (name "go-github-com-marten-seemann-qtls")
+ (version "0.2.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/marten-seemann/qtls")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0b9p7bwkm9hfg1mb565q4nw5k7xyks0z2xagz5fp95azy2psbnfg"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/marten-seemann/qtls"
+ ;; The test suite requires networking.
+ #:tests? #f))
+ (propagated-inputs
+ `(("go-golang-org-x-crypto" ,go-golang-org-x-crypto)))
+ (synopsis "TLS 1.3 with QUIC in Go")
+ (description "This package provides @code{qtls}, a QUIC-capable variant of
+the Go standard library's TLS 1.3 implementation.")
+ (home-page "https://github.com/marten-seemann/qtls")
+ (license license:bsd-3)))
- 01/27: gnu: Add go-golang-org-x-tools., (continued)
- 01/27: gnu: Add go-golang-org-x-tools., guix-commits, 2019/07/29
- 04/27: gnu: Add go-github-com-cheekybits-genny., guix-commits, 2019/07/29
- 06/27: gnu: Move go-github-com-pkg-errors to the Golang package module., guix-commits, 2019/07/29
- 08/27: gnu: Add go-github-com-certifi-gocertifi., guix-commits, 2019/07/29
- 17/27: gnu: go-gopkg-in-check-v1: Update to v1-1.0.0-1.788fd78., guix-commits, 2019/07/29
- 02/27: gnu: Add go-golang-org-x-crypto., guix-commits, 2019/07/29
- 20/27: gnu: go-github-com-prometheus-client-model-go: Update to 0.0.2-1.fd36f42., guix-commits, 2019/07/29
- 16/27: gnu: go-gopkg-in-yaml-v2: Update to 2.2.2., guix-commits, 2019/07/29
- 09/27: gnu: go-github-com-getsentry-raven-go: Update to 0.2.0-0.5c24d51., guix-commits, 2019/07/29
- 26/27: gnu: Update default Go compiler to Go 1.12., guix-commits, 2019/07/29
- 03/27: gnu: Add go-github-com-marten-seemann-qtls.,
guix-commits <=
- 05/27: gnu: Add go-github-com-lucas-clemente-quic-go., guix-commits, 2019/07/29
- 07/27: gnu: go-github-com-pkg-errors: Update to 0.8.1-0.27936f6., guix-commits, 2019/07/29
- 18/27: gnu: Go standard 'sys' packages: Update to 0.0.0-3.5ed2794., guix-commits, 2019/07/29
- 15/27: gnu: Prometheus Go client: Update to 0.9.4., guix-commits, 2019/07/29
- 13/27: gnu: Add go-github-com-ccding-go-stun., guix-commits, 2019/07/29
- 11/27: gnu: Go Prometheus tools: Update to 0.9.3., guix-commits, 2019/07/29
- 12/27: gnu: Add go-github-com-audriusbutkevicius-pfilter., guix-commits, 2019/07/29
- 14/27: gnu: go-github-com-syndtr-goleveldb: Update to 1.0.1-3.c3a204f., guix-commits, 2019/07/29
- 10/27: gnu: Add go-github-com-maruel-panicparse., guix-commits, 2019/07/29
- 23/27: gnu: go-github-com-prometheus-procfs: Update to 0.0.3., guix-commits, 2019/07/29