Tue, 18 Jun 2024 14:11:26 UTC | login

Information for build ocaml-markup-1.0.3-15.fc41

ID308393
Package Nameocaml-markup
Version1.0.3
Release15.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#00eb3f971fe84bd0b3d45874da459c4590082762
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.
https://github.com/aantron/markup.ml
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 14:07:44 UTC
CompletedTue, 04 Jun 2024 15:18:15 UTC
Taskbuild (f41, /rpms/ocaml-markup.git:00eb3f971fe84bd0b3d45874da459c4590082762)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#00eb3f971fe84bd0b3d45874da459c4590082762'}}
Tags
f41
RPMs
src
ocaml-markup-1.0.3-15.fc41.src.rpm (info) (download)
riscv64
ocaml-markup-1.0.3-15.fc41.riscv64.rpm (info) (download)
ocaml-markup-devel-1.0.3-15.fc41.riscv64.rpm (info) (download)
ocaml-markup-lwt-1.0.3-15.fc41.riscv64.rpm (info) (download)
ocaml-markup-lwt-devel-1.0.3-15.fc41.riscv64.rpm (info) (download)
ocaml-markup-debuginfo-1.0.3-15.fc41.riscv64.rpm (info) (download)
ocaml-markup-debugsource-1.0.3-15.fc41.riscv64.rpm (info) (download)
ocaml-markup-lwt-debuginfo-1.0.3-15.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-15 - OCaml 5.2.0 for Fedora 41 * 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