File: control

package info (click to toggle)
golang-github-grokify-html-strip-tags-go 0.0~git20180907.e9e4496-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-github-grokify-html-strip-tags-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Homepage: https://github.com/grokify/html-strip-tags-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grokify-html-strip-tags-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grokify-html-strip-tags-go.git
XS-Go-Import-Path: github.com/grokify/html-strip-tags-go
Testsuite: autopkgtest-pkg-go

Package: golang-github-grokify-html-strip-tags-go-dev
Architecture: all
Depends: ${misc:Depends}
Description: Golang library to HTML StripTags
 golang-github-grokify-html-strip-tags-go-dev is a Go package containing an
 extracted version of the unexported stripTags function in
 html/template/html.go.