File: control

package info (click to toggle)
unhtml 2.3.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 252 kB
  • ctags: 51
  • sloc: ansic: 486; makefile: 71; awk: 2
file content (16 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: unhtml
Section: text
Priority: extra
Maintainer: Mònica Ramírez Arceda <monica@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/unhtml.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/unhtml.git

Package: unhtml
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Remove the markup tags from an HTML file
 This program removes all HTML tags from an HTML file and directs its
 output to stdout. It can be used as a filter for getting the text
 content of an HTML file without the need of firing up a web browser.