File: control

package info (click to toggle)
golang-github-jaytaylor-html2text 0.0~git20211013.90c08c5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: golang-github-jaytaylor-html2text
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-olekukonko-tablewriter-dev,
               golang-github-ssor-bom-dev,
               golang-golang-x-net-dev
Standards-Version: 4.6.0
Homepage: https://github.com/jaytaylor/html2text
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jaytaylor-html2text
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jaytaylor-html2text.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: jaytaylor.com/html2text,
                   github.com/jaytaylor/html2text
Rules-Requires-Root: no

Package: golang-github-jaytaylor-html2text-dev
Architecture: all
Depends: golang-github-olekukonko-tablewriter-dev,
         golang-github-ssor-bom-dev,
         golang-golang-x-net-dev,
         ${misc:Depends}
Multi-Arch: foreign
Breaks: golang-github-advancedlogic-goose-dev (<< 0.0~git20210820.9d5822d+ds-2)
Description: Turns HTML into a plain-text equivalent
 This package provides a golang library that turns HTML into nicely
 formatted plain text.
 .
 This is meant to be useful when providing users an option to receive
 text-only or html-formatted emails.