Tue, 07 May 2024 00:14:24 UTC | login

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

ID152539
Package Nameocaml-markup
Version0.8.2
Release5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#df4601013672ab8b9da160299c0c996e19b066b1
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
StartedWed, 08 Apr 2020 21:28:34 UTC
CompletedWed, 08 Apr 2020 21:45:15 UTC
Taskbuild (f33, /rpms/ocaml-markup.git:df4601013672ab8b9da160299c0c996e19b066b1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#df4601013672ab8b9da160299c0c996e19b066b1'}}
Tags No tags
RPMs No RPMs
Changelog * 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