File: control

package info (click to toggle)
tclxml 1%3A3.2.7-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,952 kB
  • sloc: ansic: 11,995; tcl: 6,842; sh: 463; makefile: 12
file content (45 lines) | stat: -rw-r--r-- 1,530 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
Source: tclxml
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: devel
Priority: optional
Build-Depends: automake,
               debhelper-compat (= 13),
               dh-exec,
               expat,
               libxml2-dev,
               libxslt1-dev,
               pkg-config,
               tcl-dev,
               tcllib
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/tcltk-team/tclxml
Vcs-Git: https://salsa.debian.org/tcltk-team/tclxml.git
Homepage: https://github.com/wjoye/tclxml

Package: tclxml
Architecture: any
Multi-Arch: same
Depends: tcllib,
         ${misc:Depends},
         ${shlibs:Depends},
         ${tcl:Depends}
Description: Tcl library for XML parsing
 TclXML provides event-based parsing of XML documents.  The
 application may register callback scripts for certain document
 features, and when the parser encounters those features while parsing
 the document the callback is evaluated.

Package: tclxml-dev
Architecture: any
Section: libdevel
Depends: tclxml (= ${binary:Version}),
         ${misc:Depends},
         ${tcl:Depends}
Description: Tcl library for XML parsing - development files
 TclXML provides event-based parsing of XML documents.  The
 application may register callback scripts for certain document
 features, and when the parser encounters those features while parsing
 the document the callback is evaluated.
 .
 This package contains files needed for C development with tclxml.