[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/25: gnu: Add go-github-com-google-safehtml.
From: |
guix-commits |
Subject: |
05/25: gnu: Add go-github-com-google-safehtml. |
Date: |
Mon, 6 Feb 2023 18:06:17 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 195780da771109c9b6177d52ee779e024c65cddd
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:44:50 2023 -0700
gnu: Add go-github-com-google-safehtml.
* gnu/packages/golang.scm (go-github-com-google-safehtml): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6e398ccd2e..b3710559ac 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10965,6 +10965,31 @@ production-ready implementation, compatible with the
original Jsonnet C++
implementation.")
(license license:asl2.0)))
+(define-public go-github-com-google-safehtml
+ (package
+ (name "go-github-com-google-safehtml")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/safehtml")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0j2xjy8xrk9y9k6bqpvimj84i6hg1wwsyvwsb0axhmp49cmnrp86"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/safehtml"))
+ (propagated-inputs `(("go-golang-org-x-text" ,go-golang-org-x-text)))
+ (home-page "https://github.com/google/safehtml")
+ (synopsis "Safe HTML for Go")
+ (description
+ "Package safehtml provides immutable string-like types which represent
values
+that are guaranteed to be safe, by construction or by escaping or sanitization,
+to use in various HTML contexts and with various DOM APIs.")
+ (license license:bsd-3)))
+
(define-public go-github-com-google-shlex
(package
(name "go-github-com-google-shlex")
- branch master updated (2a6cee99b3 -> f3ab5888a0), guix-commits, 2023/02/06
- 07/25: gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9., guix-commits, 2023/02/06
- 21/25: gnu: go-github-com-burntsushi-toml: Update to 1.2.1., guix-commits, 2023/02/06
- 04/25: gnu: Add go-github-com-jba-printsrc., guix-commits, 2023/02/06
- 05/25: gnu: Add go-github-com-google-safehtml.,
guix-commits <=
- 12/25: gnu: Add xurls., guix-commits, 2023/02/06
- 02/25: gnu: go-golang-org-x-mod: Update to 0.7.0., guix-commits, 2023/02/06
- 11/25: gnu: go-golang-org-x-tools: Update to 0.5.0., guix-commits, 2023/02/06
- 14/25: gnu: Add misspell., guix-commits, 2023/02/06
- 06/25: gnu: Add go-github-com-jba-templatecheck., guix-commits, 2023/02/06
- 13/25: gnu: Add go-mvdan-cc-xurls., guix-commits, 2023/02/06
- 03/25: gnu: Add go-golang-org-x-exp., guix-commits, 2023/02/06
- 10/25: gnu: gopkg-in-errgo-fmt-errors: Rename to go-gopkg-in-errgo-fmt-errors., guix-commits, 2023/02/06
- 08/25: gnu: go-github-com-pkg-diff: Update to 0.0.0-20210226163009-20ebb0f2a09e., guix-commits, 2023/02/06
- 15/25: gnu: Add go-github-com-client9-misspell., guix-commits, 2023/02/06