html5-parser 0.4.10-7 source package in Ubuntu
Changelog
html5-parser (0.4.10-7) unstable; urgency=medium * Rediff patches * Renumber patches * Rediff patches -- YOKOTA Hiroshi <email address hidden> Wed, 16 Nov 2022 21:40:55 +0900
Upload details
- Uploaded by:
- Html5-Parser maintainer team
- Uploaded to:
- Sid
- Original maintainer:
- Html5-Parser maintainer team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
html5-parser_0.4.10-7.dsc | 2.3 KiB | 23a62905d70ed886267878ebee78c085478e61a0e82b79b7fc445816cad3cf05 |
html5-parser_0.4.10.orig.tar.gz | 266.4 KiB | f9294418c0da95c2d5facc19d3dc32941093a6b8e3b3e4b36cc7b5a1697fbca4 |
html5-parser_0.4.10.orig.tar.gz.asc | 833 bytes | e550894cdbbea0093385f7d66cd935be4d0f0204b503b277e56cf58979146155 |
html5-parser_0.4.10-7.debian.tar.xz | 12.7 KiB | a4bbed3d9793643ae1f1776b953abc5df847f60bd7699ba737b9e972e82409aa |
Available diffs
- diff from 0.4.10-5build1 (in Ubuntu) to 0.4.10-7 (9.5 KiB)
- diff from 0.4.10-6 to 0.4.10-7 (9.2 KiB)
No changes file available.
Binary packages built by this source
- python3-html5-parser: fast, standards compliant, C based, HTML 5 parser for python
A fast implementation of the HTML 5 parsing spec for Python. Parsing is
done in C using a variant of the gumbo parser. The gumbo parse tree is
then transformed into an lxml tree, also in C, yielding parse times that
can be a thirtieth of the html5lib parse times. That is a speedup of 30x.
This differs, for instance, from the gumbo python bindings, where the
initial parsing is done in C but the transformation into the final
tree is done in python.
- python3-html5-parser-dbgsym: debug symbols for python3-html5-parser