1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: xml2
Section: utils
Priority: optional
Maintainer: Patrick Schoenfeld <schoenfeld@debian.org>
Homepage: http://ofb.net/~egnor/xml2/
Vcs-Git: git://git.debian.org/git/collab-maint/xml2.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/xml2.git
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.0.50~), libxml2-dev, pkg-config, quilt (>= 0.46-7), dh-autoreconf
Package: xml2
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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.
|