Sat, 20 Apr 2024 01:12:00 UTC | login

Information for RPM ocaml-markup-0.8.2-8.fc33.src.rpm

ID606663
Nameocaml-markup
Version0.8.2
Release8.fc33
Epoch
Archsrc
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.
Build Time2020-05-09 17:59:08 GMT
Size285.93 KB
c90a0e1a5a80cc06fa3ff52791dde5c6
LicenseMIT
Buildrootf33-build-210798-48395
Provides
ocaml-markup = 0.8.2-8.fc33
ocaml-markup-debuginfo = 0.8.2-8.fc33
ocaml-markup-debugsource = 0.8.2-8.fc33
ocaml-markup-devel = 0.8.2-8.fc33
ocaml-markup-lwt = 0.8.2-8.fc33
ocaml-markup-lwt-devel = 0.8.2-8.fc33
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ocaml >= 4.02.0
ocaml-bisect-ppx-devel >= 2.0.0
ocaml-dune
ocaml-findlib
ocaml-lwt-devel
ocaml-mmap-devel
ocaml-ocamldoc
ocaml-ocplib-endian-devel
ocaml-ounit-devel
ocaml-uutf-devel >= 1.0.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
markup-0.8.2-rename-ounit.patch1.15 KB
markup-0.8.2.tar.gz274.38 KB
ocaml-markup.spec7.14 KB
Component of No Buildroots