Mon, 27 May 2024 00:41:49 UTC | login

Information for RPM ocaml-markup-1.0.0-2.fc33.rvre0.src.rpm

ID781316
Nameocaml-markup
Version1.0.0
Release2.fc33.rvre0
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 Time2021-04-25 07:36:35 GMT
Size286.11 KB
3614f93bcf6ad5f39c0ecd4b00f3a082
LicenseMIT
Buildrootf33-build-597433-66913
Provides
ocaml-markup = 1.0.0-2.fc33.rvre0
ocaml-markup-debuginfo = 1.0.0-2.fc33.rvre0
ocaml-markup-debugsource = 1.0.0-2.fc33.rvre0
ocaml-markup-devel = 1.0.0-2.fc33.rvre0
ocaml-markup-lwt = 1.0.0-2.fc33.rvre0
ocaml-markup-lwt-devel = 1.0.0-2.fc33.rvre0
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ocaml >= 4.02.0
ocaml-bisect-ppx-devel >= 2.0.0
ocaml-dune >= 2.7.0
ocaml-lwt-devel
ocaml-ocamldoc
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 2 of 2
Name ascending sort Size
markup-1.0.0.tar.gz274.34 KB
ocaml-markup.spec7.84 KB
Component of No Buildroots