Your message dated Sat, 25 Jan 2025 19:02:52 +0000
with message-id <e1tblqi-006jkb...@fasolo.debian.org>
and subject line Bug#1093660: fixed in ocaml-markup 1.0.3-1
has caused the Debian Bug report #1093660,
regarding ITP: ocaml-markup -- error-recovering functional HTML5 and XML
parsers and writers
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1093660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu <glo...@debian.org>
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org
* Package name : ocaml-markup
Version : 1.0.3
Upstream Contact: Anton Bachin
* URL : https://github.com/aantron/markup.ml
* License : MIT
Programming Lang: OCaml
Description : error-recovering functional HTML5 and XML parsers and
writers
Markup.ml provides an HTML parser and an XML parser. The parsers are
wrapped in a simple interface: they are functions that transform byte
streams to parsing signal streams. Streams can be manipulated in
various ways, such as processing by fold, filter, and map, assembly
into DOM tree structures, or serialization back to HTML or XML.
.
Both parsers are based on their respective standards. The HTML
parser, in particular, is based on the state machines defined in
HTML5.
.
The parsers are error-recovering by default, and accept
fragments. This makes it very easy to get a best-effort parse of some
input. The parsers can, however, be easily configured to be strict,
and to accept only full documents.
.
Apart from this, the parsers are streaming (do not build up a
document in memory), non-blocking (can be used with threading
libraries), lazy (do not consume input unless the signal stream is
being read), and process the input in a single pass. They
automatically detect the character encoding of the input stream, and
convert everything to UTF-8.
This package will be maintained in the OCaml Team.
--- End Message ---
--- Begin Message ---
Source: ocaml-markup
Source-Version: 1.0.3-1
Done: Stéphane Glondu <glo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ocaml-markup, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1093...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stéphane Glondu <glo...@debian.org> (supplier of updated ocaml-markup package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 21 Jan 2025 01:12:18 +0100
Source: ocaml-markup
Binary: libmarkup-lwt-ocaml libmarkup-lwt-ocaml-dbgsym libmarkup-lwt-ocaml-dev
libmarkup-ocaml libmarkup-ocaml-dbgsym libmarkup-ocaml-dev
Architecture: source amd64
Version: 1.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-ma...@lists.debian.org>
Changed-By: Stéphane Glondu <glo...@debian.org>
Description:
libmarkup-lwt-ocaml - adapter between Markup.ml and Lwt (runtime)
libmarkup-lwt-ocaml-dev - adapter between Markup.ml and Lwt (dev files)
libmarkup-ocaml - error-recovering functional HTML5 and XML parsers and
writers (ru
libmarkup-ocaml-dev - error-recovering functional HTML5 and XML parsers and
writers (de
Closes: 1093660
Changes:
ocaml-markup (1.0.3-1) unstable; urgency=medium
.
* Initial release (Closes: #1093660)
Checksums-Sha1:
4cdabe3d97ed88077144dc8cff36832ec1955491 2019 ocaml-markup_1.0.3-1.dsc
16987762a2560d316ba73bbe824b9b2bd91392b0 281554 ocaml-markup_1.0.3.orig.tar.gz
5cb6359b9957dd53b2075936be5aaeabcad7fbd9 2716
ocaml-markup_1.0.3-1.debian.tar.xz
5ec7b7b16e9c0d75f6b3ba9042dc3b2b8b87720d 5460
libmarkup-lwt-ocaml-dbgsym_1.0.3-1_amd64.deb
99089cd0e761b67db0af4a443f9e01fa4da3c813 58356
libmarkup-lwt-ocaml-dev_1.0.3-1_amd64.deb
9003228902260d82aa6189c4cdfcd695fd15d3ec 21624
libmarkup-lwt-ocaml_1.0.3-1_amd64.deb
69625d20e25cd96b1902131d162326af9e243f1d 100956
libmarkup-ocaml-dbgsym_1.0.3-1_amd64.deb
233abed157d9151db907f725e5ef4af7047ffb25 1851392
libmarkup-ocaml-dev_1.0.3-1_amd64.deb
17e6bc70b96351e358f36481dc8841a18000a04f 712028
libmarkup-ocaml_1.0.3-1_amd64.deb
85d7b2721c263b4b58bb6ffb84e08340948c3255 7966
ocaml-markup_1.0.3-1_amd64.buildinfo
Checksums-Sha256:
27f1a5ede28e35b249b73aa6f1185c0b2f2305b71db370150144f2c04bca560f 2019
ocaml-markup_1.0.3-1.dsc
9526fd06a0afc37d7ae6e2528787142d52b124238ffb0e7e8e83bdd383806eb5 281554
ocaml-markup_1.0.3.orig.tar.gz
aed12541548c712dc5f1040facf6de097c3e77322cb4b749dd3e0a64ecf60473 2716
ocaml-markup_1.0.3-1.debian.tar.xz
de6e6ec87bee46cb98274a127f1b4725b3ad256f19bdd1d85f79d42a2f6d9fd7 5460
libmarkup-lwt-ocaml-dbgsym_1.0.3-1_amd64.deb
f5ee6c68cdb5a456551398557d6734f1623a24f677bab6b9dd5291e924f6957b 58356
libmarkup-lwt-ocaml-dev_1.0.3-1_amd64.deb
9b28fbe5bfe8caff96b9fbf1d55f0882eddd35b1b94e0754d1238f9b1612b91e 21624
libmarkup-lwt-ocaml_1.0.3-1_amd64.deb
8e0e1679970e90b7754f2b07681f7e0c007fb5888470f054519f69aba9a4988e 100956
libmarkup-ocaml-dbgsym_1.0.3-1_amd64.deb
44cbe0f1754c48c925ed2137d650e416c4a446dea3198ccdef73b1d3b20df886 1851392
libmarkup-ocaml-dev_1.0.3-1_amd64.deb
42064acfe1efb30bfdec82a5c96ee59faf87f45e04105720ed2adf81a543d896 712028
libmarkup-ocaml_1.0.3-1_amd64.deb
6b5083177f6b1b9ecfdeb3e4ba7ddbb706dbd3d8328d4324c85f0dd97321e40a 7966
ocaml-markup_1.0.3-1_amd64.buildinfo
Files:
6ea122f49bdfc4cb33de1bb6c1cd5446 2019 ocaml optional ocaml-markup_1.0.3-1.dsc
3609724f5408dff41b1cb43107bc24ef 281554 ocaml optional
ocaml-markup_1.0.3.orig.tar.gz
4778b6cf04c65799235a547deb10e855 2716 ocaml optional
ocaml-markup_1.0.3-1.debian.tar.xz
e268dedd88027def677701c9bad17fbc 5460 debug optional
libmarkup-lwt-ocaml-dbgsym_1.0.3-1_amd64.deb
d574ca6c4143f7638c30d7d0d1871498 58356 ocaml optional
libmarkup-lwt-ocaml-dev_1.0.3-1_amd64.deb
9e3bde5476fc6f981b0cb44d88965333 21624 ocaml optional
libmarkup-lwt-ocaml_1.0.3-1_amd64.deb
149de7eff7d8230e31909e4468b456b9 100956 debug optional
libmarkup-ocaml-dbgsym_1.0.3-1_amd64.deb
fe294ab33aee7aa0fa020d5a8fe245b3 1851392 ocaml optional
libmarkup-ocaml-dev_1.0.3-1_amd64.deb
4d5c97c123e3522a739e86387d3a5bf7 712028 ocaml optional
libmarkup-ocaml_1.0.3-1_amd64.deb
e3331a7dd437ffba8b4e098e9551082d 7966 ocaml optional
ocaml-markup_1.0.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmeO5qMSHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCBpt8H/iB2FnD6dgHPJigxLIMTjy4dgVJj5rzk
ziqqPQ/V3hsAp1EzonDNdBfuk+/Zh2RvczHppE0x/qmDfU6GPjWSKjED5OZpLgMS
5aova9laeeFRKjF+kLTy+58c530XNnx7hz+zwrkt3LwwsrtZ65R1jn9M3e/SCnqJ
i5CugNcQE4PWmHyUwE9PbhQtUBAO/7Osm2QvCmPCcjU0hzaM40CSqHyPtcWYUYs3
/PbgtKBOFZ+eUI11NpilzAHr0SvqSdw/K+hILYP1R9ePVX+c/AhBQh6/gnVUYsbu
ShPtCF7ruS8sL1lJOp46YEaYqE1Mt5AWr2fRh5ij1EuWjs9y4RLMbxk=
=SVI2
-----END PGP SIGNATURE-----
pgpwoLx5b4pxL.pgp
Description: PGP signature
--- End Message ---