Mon, 06 May 2024 14:32:35 UTC | login

Information for build ocaml-markup-0.8.2-6.fc33

ID155934
Package Nameocaml-markup
Version0.8.2
Release6.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#6a8d59008ff00c95c75b98912f958d1536e3d685
SummaryError-recovering streaming HTML5 and XML parsers for OCaml
DescriptionMarkup.ml is a pair of parsers implementing the HTML5 and XML specifications, including error recovery. Usage is simple, because each parser is a function from byte streams to parsing signal streams. In addition to being error-correcting, the parsers are: - **streaming**: parsing partial input and emitting signals while more input is still being received; - **lazy**: not parsing input unless you have requested the next parsing signal, so you can easily stop parsing part-way through a document; - **non-blocking**: they can be used with Lwt, but still provide a straightforward synchronous interface for simple usage; and - **one-pass**: memory consumption is limited since the parsers don't build up a document representation, nor buffer input beyond a small amount of lookahead. The parsers detect character encodings automatically, and emit everything in UTF-8. The HTML parser understands SVG and MathML, in addition to HTML5.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 16 Apr 2020 15:57:36 UTC
CompletedThu, 16 Apr 2020 16:16:08 UTC
Taskbuild (f33, /rpms/ocaml-markup.git:6a8d59008ff00c95c75b98912f958d1536e3d685)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#6a8d59008ff00c95c75b98912f958d1536e3d685'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-6 - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-5 - OCaml 4.10.0 final. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 22 2020 Jerry James <loganjerry@gmail.com> - 0.8.2-3 - OCaml 4.10.0+beta1 rebuild. * Thu Jan 16 2020 Jerry James <loganjerry@gmail.com> - 0.8.2-2 - Add ocaml-uutf-devel R to -devel - Add ocaml-bisect-ppx-devel R to -lwt-devel - Build in parallel * Fri Jan 10 2020 Jerry James <loganjerry@gmail.com> - 0.8.2-1 - Initial RPM