File: control

package info (click to toggle)
xmlformat 1.04-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,012 kB
  • sloc: xml: 2,289; perl: 996; ruby: 831; makefile: 109; sh: 65
file content (58 lines) | stat: -rw-r--r-- 2,131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: xmlformat
Section: utils
Priority: optional
Maintainer: Mathieu Malaterre <malat@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: xsltproc, fop, docbook-xsl, ruby
Homepage: http://www.kitebird.com/software/xmlformat/
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/xmlformat/trunk/
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/xmlformat/trunk
Standards-Version: 3.9.3

Package: xmlformat-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Provides: xmlformat
Conflicts: xmlformat
Replaces: xmlformat
Suggests: libxml2-utils
Description: XML Document Formatter
 xmlformat is a configurable formatter (or "pretty-printer") for XML documents.
 It provides control over indentation, line-breaking, and text wrapping. These
 properties can be defined on a per-element basis.
 .
 xmlformat provides improved diagnostic information when a document is not
 well-formed. (Prints line and token number, and stack trace).
 .
 This is the perl implementation

Package: xmlformat-ruby
Architecture: all
Depends: ${misc:Depends}, ruby
Provides: xmlformat
Conflicts: xmlformat
Replaces: xmlformat
Suggests: libxml2-utils
Description: XML Document Formatter
 xmlformat is a configurable formatter (or "pretty-printer") for XML documents.
 It provides control over indentation, line-breaking, and text wrapping. These
 properties can be defined on a per-element basis.
 .
 xmlformat provides improved diagnostic information when a document is not
 well-formed. (Prints line and token number, and stack trace).
 .
 This is the ruby implementation

Package: xmlformat-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, doc-base
Description: XML Document Formatter documentation
 xmlformat is a configurable formatter (or "pretty-printer") for XML documents.
 It provides control over indentation, line-breaking, and text wrapping. These
 properties can be defined on a per-element basis.
 .
 xmlformat provides improved diagnostic information when a document is not
 well-formed. (Prints line and token number, and stack trace).
 .
 This is the documentation for xmlformat