Name : ocaml-markup
| |
Version : 1.0.3
| Vendor : Fedora Project
|
Release : 19.fc42
| Date : 2025-01-10 04:50:02
|
Group : Unspecified
| Source RPM : ocaml-markup-1.0.3-19.fc42.src.rpm
|
Size : 2.55 MB
| |
Packager : Fedora Project
| |
Summary : Error-recovering streaming HTML5 and XML parsers for OCaml
|
Description :
Markup.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.
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/o |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
ocaml(Markup)
ocaml(Markup__)
ocaml(Markup__Common)
ocaml(Markup__Detect)
ocaml(Markup__Encoding)
ocaml(Markup__Entities)
ocaml(Markup__Error)
ocaml(Markup__Html_parser)
ocaml(Markup__Html_tokenizer)
ocaml(Markup__Html_writer)
ocaml(Markup__Input)
ocaml(Markup__Kstream)
ocaml(Markup__Namespace)
ocaml(Markup__Stream_io)
ocaml(Markup__Text)
ocaml(Markup__Trie)
ocaml(Markup__Utility)
ocaml(Markup__Xml_parser)
ocaml(Markup__Xml_tokenizer)
ocaml(Markup__Xml_writer)
ocaml-markup
ocaml-markup(x86-64)
Requires :