Fri, 29 Mar 2024 05:31:24 UTC | login

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

ID157955
Package Nameocaml-markup
Version0.8.2
Release8.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#7c2bff131f1b8f2d1ca67e51873d48a7eb994da3
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
StartedSat, 09 May 2020 17:46:26 UTC
CompletedSat, 09 May 2020 18:14:35 UTC
Taskbuild (f33, /rpms/ocaml-markup.git:7c2bff131f1b8f2d1ca67e51873d48a7eb994da3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#7c2bff131f1b8f2d1ca67e51873d48a7eb994da3'}}
Tags
f33
RPMs
src
ocaml-markup-0.8.2-8.fc33.src.rpm (info) (download)
riscv64
ocaml-markup-0.8.2-8.fc33.riscv64.rpm (info) (download)
ocaml-markup-devel-0.8.2-8.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-0.8.2-8.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-devel-0.8.2-8.fc33.riscv64.rpm (info) (download)
ocaml-markup-debuginfo-0.8.2-8.fc33.riscv64.rpm (info) (download)
ocaml-markup-debugsource-0.8.2-8.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-debuginfo-0.8.2-8.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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