| 12
 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
 
 | Source: tclxml
Section: devel
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Homepage: https://github.com/wjoye/tclxml
Build-Depends: automake,
               debhelper (>= 11),
               dh-exec,
               expat,
               libxml2-dev,
               libxslt1-dev,
               tcl-dev,
               tcllib
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/tcltk-team/tclxml.git
Vcs-Browser: https://salsa.debian.org/tcltk-team/tclxml
Package: tclxml
Architecture: any
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
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.
 |