File: control

package info (click to toggle)
libxslt 1.1.29-2.1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,744 kB
  • sloc: xml: 75,279; ansic: 34,036; sh: 4,211; python: 3,044; makefile: 2,991; perl: 34
file content (128 lines) | stat: -rw-r--r-- 3,950 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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Source: libxslt
Section: text
Priority: optional
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders:
 Aron Xu <aron@debian.org>,
 YunQiang Su <syq@debian.org>,
Standards-Version: 3.9.8
Build-Depends:
 binutils (>= 2.14.90.0.7),
 debhelper (>= 10),
 dh-python,
 libgcrypt11-dev,
 libxml2-dev (>= 2.6.27),
 perl,
 python-all-dbg,
 python-all-dev (>= 2.6.6-3~),
Homepage: http://xmlsoft.org/xslt/
Vcs-Git: https://anonscm.debian.org/git/debian-xml-sgml/libxslt.git
Vcs-Browser: https://anonscm.debian.org/git/debian-xml-sgml/libxslt.git

Package: libxslt1.1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: XSLT 1.0 processing library - runtime library
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains the libxslt library used by applications for XSLT
 transformations.

Package: libxslt1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides:
 libxslt-dev,
Depends:
 libxml2-dev (>= 2.6.26),
 libxslt1.1 (= ${binary:Version}),
 ${misc:Depends},
Description: XSLT 1.0 processing library - development kit
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains the development files for libxslt.

Package: libxslt1-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 libxslt1.1 (= ${binary:Version}),
 ${misc:Depends},
Multi-Arch: same
Description: XSLT 1.0 processing library - debugging symbols
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package provides the debugging symbols for the library and for
 the xsltproc utility provided by the xsltproc package.
 Debugging symbols for the Python modules are not available.

Package: xsltproc
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: XSLT 1.0 command line processor
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT version 1.0 stylesheets.
 .
 This package contains a command line tool that facilitates XSLT
 transformations.

Package: python-libxslt1
Section: python
Architecture: any
Provides:
 ${python:Provides},
Depends:
 python-libxml2,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
Description: Python bindings for libxslt1
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains Python bindings for libxslt, needed to use
 libxslt in Python programs.

Package: python-libxslt1-dbg
Section: debug
Architecture: any
Priority: extra
Provides:
 ${python:Provides},
Depends:
 python-dbg,
 python-libxml2-dbg,
 python-libxslt1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Python bindings for libxslt1 (debug extension)
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains Python bindings for libxslt, needed to use
 libxslt in Python programs for use with the Python debug interpreter.