Mon, 06 May 2024 17:32:34 UTC | login

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

ID156188
Package Nameocaml-markup
Version0.8.2
Release7.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-markup.git#65ab108e596e21fe97b22fddea5137003d14b5ff
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
StartedWed, 29 Apr 2020 18:45:44 UTC
CompletedWed, 29 Apr 2020 19:06:04 UTC
Taskbuild (f33, /rpms/ocaml-markup.git:65ab108e596e21fe97b22fddea5137003d14b5ff)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-markup.git#65ab108e596e21fe97b22fddea5137003d14b5ff'}}
Tags
f33
RPMs
src
ocaml-markup-0.8.2-7.fc33.src.rpm (info) (download)
riscv64
ocaml-markup-0.8.2-7.fc33.riscv64.rpm (info) (download)
ocaml-markup-devel-0.8.2-7.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-0.8.2-7.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-devel-0.8.2-7.fc33.riscv64.rpm (info) (download)
ocaml-markup-debuginfo-0.8.2-7.fc33.riscv64.rpm (info) (download)
ocaml-markup-debugsource-0.8.2-7.fc33.riscv64.rpm (info) (download)
ocaml-markup-lwt-debuginfo-0.8.2-7.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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