Tue, 07 May 2024 01:20:16 UTC | login

Information for build ocaml-markup-1.0.3-14.fc40

ID293639
Package Nameocaml-markup
Version1.0.3
Release14.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#06720b980e46f5fd46d2640ea8c4a328c4bcec32
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, 29 Feb 2024 19:13:18 UTC
CompletedThu, 29 Feb 2024 19:19:40 UTC
Taskbuild (f40, /rpms/ocaml-markup.git:06720b980e46f5fd46d2640ea8c4a328c4bcec32)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#06720b980e46f5fd46d2640ea8c4a328c4bcec32'}}
Tags
f40
RPMs
src
ocaml-markup-1.0.3-14.fc40.src.rpm (info) (download)
riscv64
ocaml-markup-1.0.3-14.fc40.riscv64.rpm (info) (download)
ocaml-markup-devel-1.0.3-14.fc40.riscv64.rpm (info) (download)
ocaml-markup-lwt-1.0.3-14.fc40.riscv64.rpm (info) (download)
ocaml-markup-lwt-devel-1.0.3-14.fc40.riscv64.rpm (info) (download)
ocaml-markup-debuginfo-1.0.3-14.fc40.riscv64.rpm (info) (download)
ocaml-markup-debugsource-1.0.3-14.fc40.riscv64.rpm (info) (download)
ocaml-markup-lwt-debuginfo-1.0.3-14.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-12 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-11 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-10 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-8 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 1.0.3-7 - OCaml 5.0.0 rebuild * 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