File: control

package info (click to toggle)
tclxml 3.3~svn11-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,392 kB
  • ctags: 1,362
  • sloc: ansic: 13,292; tcl: 11,656; xml: 3,269; sh: 559; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 1,282 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
Source: tclxml
Section: devel
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Homepage: http://tclxml.sourceforge.net/
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, automake, tcl-dev, libxml2-dev, libxslt1-dev, expat, tcllib
Standards-Version: 3.9.3
Vcs-hg: http://anonscm.debian.org/hg/collab-maint/tclxml/
Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/tclxml/summary

Package: tclxml
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${tcl:Depends}, tcllib
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
Section: libdevel
Architecture: any
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.