tdom 0.9.3-1 source package in Ubuntu

Changelog

tdom (0.9.3-1) unstable; urgency=medium

  [Hector Romojaro]
  * New upstream release: 0.9.3
  * Remove debian/compat in favor of build-depends debhelper-compat
  * Bump Standards-Version to 4.6.1
  * Added files with long lines to lintian-overrides
  * Updated copyright file

 -- Hector Romojaro <email address hidden>  Mon, 29 Aug 2022 09:54:41 +0200

Upload details

Uploaded by:
Si Watt
Uploaded to:
Sid
Original maintainer:
Si Watt
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
tdom_0.9.3-1.dsc 2.0 KiB 60360d1b82ce3f983699e1b659b956dec2fdcb8fd188045961ad6fa7fa361ea6
tdom_0.9.3.orig.tar.gz 1.3 MiB b46bcb6750283bcf41bd6f220cf06e7074752dc8b9a87a192bd81e53caad53f9
tdom_0.9.3-1.debian.tar.xz 6.4 KiB 2048a934d81bb88d96c079fc660513c6407fd63d79df03c8e4b7910ffbca29a6

Available diffs

No changes file available.

Binary packages built by this source

tdom: fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl written in C

 tDOM takes advantage of Expat, the XML parser from James Clark,
 including namespace and DTD support. It includes a modified version
 of Tclexpat, the Tcl interface to Expat, with event-based XML push (SAX-like)
 and pull (StAX-like) parsing. tDOM comes with a (partial) DOM-I and DOM-II
 implementation in C for maximum performance and minimum memory need. A very
 complete, compliant, and fast XPath implementation is provided. A fast XSLT
 implementation in C completes the basic feature set. tDOM interfaces with the
 gumbo HTML5 parser and provides a robust JSON parser/ serializer for
 JSON-to-JSON roundtripping. Documentation is provided in TMML, HTML and
 nroff formats.

tdom-dbgsym: debug symbols for tdom
tdom-dev: header files and development libraries for tDOM

 tDOM is a fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl written in C.
 tDOM takes advantage of Expat, the XML parser from James Clark,
 including namespace and DTD support. It includes a modified version
 of Tclexpat, the Tcl interface to Expat, with event-based XML push (SAX-like)
 and pull (StAX-like) parsing, and comes with a (partial) DOM-I and DOM-II
 implementation in C for maximum performance and minimum memory need. A very
 complete, compliant, and fast XPath implementation is provided. A fast XSLT
 implementation in C completes the basic feature set. tDOM interfaces with the
 gumbo HTML5 parser and provides a robust JSON parser/ serializer for
 JSON-to-JSON roundtripping. Documentation is provided in TMML, HTML and
 nroff formats.