File: control

package info (click to toggle)
html2text 2.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,912 kB
  • sloc: cpp: 5,118; yacc: 885; sh: 711; makefile: 79
file content (24 lines) | stat: -rw-r--r-- 882 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
Source: html2text
Maintainer: Bruno Naibert de Campos <bruno.naibert@gmail.com>
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/html2text
Vcs-Git: https://salsa.debian.org/debian/html2text.git
Homepage: https://gitlab.com/grobian/html2text

Package: html2text
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: curl | wget
Description: advanced HTML to text converter
 html2text is a converter from HTML to plain text.
 .
 html2text reads HTML documents supplied in the command line (or from standard
 input), converts each of them into a stream of plain text characters and
 writes output to the file or the terminal.
 .
 html2text was written because the author wasn't happy with the
 output of "lynx -dump" and so he wrote something better.