File: control

package info (click to toggle)
xml2 0.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 408 kB
  • ctags: 68
  • sloc: sh: 853; ansic: 595; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 740 bytes parent folder | download
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.