1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  
     | 
    
      Source: xml2
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/debian/xml2.git
Vcs-Browser: https://salsa.debian.org/debian/xml2
Build-Depends:
 debhelper (>= 11~),
 libxml2-dev,
 pkg-config,
Package: xml2
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Convert between XML, HTML, CSV and a line-oriented format
 xml2 tools are used to convert XML, HTML and CSV to and from a
 line-oriented format more amenable to processing by classic Unix
 pipeline processing tools, like grep, sed, awk, cut, shell scripts,
 and so forth.
 
     |