Mon, 06 May 2024 22:31:36 UTC | login

Information for build ocaml-markup-1.0.3-6.fc38

ID232808
Package Nameocaml-markup
Version1.0.3
Release6.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#5609aa944b669bc97a678b36d88a38b8ff76f04f
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
StartedMon, 27 Feb 2023 15:30:24 UTC
CompletedMon, 27 Feb 2023 15:58:43 UTC
Taskbuild (f38, /rpms/ocaml-markup.git:5609aa944b669bc97a678b36d88a38b8ff76f04f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#5609aa944b669bc97a678b36d88a38b8ff76f04f'}}
Tags
f38
f39
f40
RPMs
src
ocaml-markup-1.0.3-6.fc38.src.rpm (info) (download)
riscv64
ocaml-markup-1.0.3-6.fc38.riscv64.rpm (info) (download)
ocaml-markup-devel-1.0.3-6.fc38.riscv64.rpm (info) (download)
ocaml-markup-lwt-1.0.3-6.fc38.riscv64.rpm (info) (download)
ocaml-markup-lwt-devel-1.0.3-6.fc38.riscv64.rpm (info) (download)
ocaml-markup-debuginfo-1.0.3-6.fc38.riscv64.rpm (info) (download)
ocaml-markup-debugsource-1.0.3-6.fc38.riscv64.rpm (info) (download)
ocaml-markup-lwt-debuginfo-1.0.3-6.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-6 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Aug 18 2022 Jerry James <loganjerry@gmail.com> - 1.0.3-4 - Rebuild for ocaml-lwt 5.6.1 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.0.3-2 - Use new OCaml macros * Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-2 - OCaml 4.14.0 rebuild * Wed Apr 27 2022 Jerry James <loganjerry@gmail.com> - 1.0.3-1 - Version 1.0.3 - Drop upstreamed patch for OCaml 4.13.1 compatibility * Mon Feb 28 2022 Jerry James <loganjerry@gmail.com> - 1.0.2-7 - Rebuild for ocaml-uutf 1.0.3 * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-6 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Jan 03 2022 Jerry James <loganjerry@gmail.com> - 1.0.2-4 - Rebuild for changed ocaml-lwt hashes * Tue Oct 05 2021 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-3 - OCaml 4.13.1 build * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jul 05 2021 Jerry James <loganjerry@gmail.com> - 1.0.2-1 - Version 1.0.2 * Tue Jun 22 2021 Jerry James <loganjerry@gmail.com> - 1.0.1-1 - Version 1.0.1 * Thu Jun 03 2021 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-6 - Rebuild for new ocaml-lwt. * Mon Mar 01 2021 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-5 - OCaml 4.12.0 build * Mon Feb 22 2021 Jerry James <loganjerry@gmail.com> - 1.0.0-4 - Rebuild for ocaml-lwt 5.4.0 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild