File: control

package info (click to toggle)
xml2 0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: sh: 800; ansic: 595; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 655 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
Source: xml2
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libxml2-dev,
 pkgconf,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/xml2.git
Vcs-Browser: https://salsa.debian.org/debian/xml2

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.