Sat, 20 Apr 2024 12:15:43 UTC | login

Information for build ocaml-markup-1.0.0-2.fc33

ID190691
Package Nameocaml-markup
Version1.0.0
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#81f1c268aefbb2d1a2e6cd781d8d006660d48b59
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 complete
Volume DEFAULT
StartedThu, 24 Dec 2020 12:48:29 UTC
CompletedThu, 24 Dec 2020 13:22:18 UTC
Taskbuild (f33, /rpms/ocaml-markup.git:81f1c268aefbb2d1a2e6cd781d8d006660d48b59)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#81f1c268aefbb2d1a2e6cd781d8d006660d48b59'}}
Tags
f33
RPMs
src
ocaml-markup-1.0.0-2.fc33.src.rpm (info) (download)
riscv64
ocaml-markup-1.0.0-2.fc33.riscv64.rpm (info) (download)
ocaml-markup-devel-1.0.0-2.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-1.0.0-2.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-devel-1.0.0-2.fc33.riscv64.rpm (info) (download)
ocaml-markup-debuginfo-1.0.0-2.fc33.riscv64.rpm (info) (download)
ocaml-markup-debugsource-1.0.0-2.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-debuginfo-1.0.0-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Dec 02 2020 Jerry James <loganjerry@gmail.com> - 1.0.0-2 - Upstream re-released version 1.0.0 * Fri Oct 23 2020 Jerry James <loganjerry@gmail.com> - 1.0.0-1 - Version 1.0.0 * Wed Sep 02 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-12.1 - Bump release and rebuild. * Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-12 - OCaml 4.11.1 rebuild * Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-11 - OCaml 4.11.0 rebuild * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-10 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-8 - OCaml 4.11.0+dev2-2020-04-22 rebuild * Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.8.2-7 - OCaml 4.11.0 pre-release attempt 2 * 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