Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ocaml-markup | Distribution: Mageia |
Version: 0.8.2 | Vendor: Mageia.Org |
Release: 4.mga8 | Build date: Sun Jan 10 21:01:40 2021 |
Group: Development/OCaml | Build host: localhost |
Size: 2609976 | Source RPM: ocaml-markup-0.8.2-4.mga8.src.rpm |
Packager: pterjan <pterjan> | |
Url: http://aantron.github.io/markup.ml/ | |
Summary: Error-recovering streaming HTML5 and XML parsers for OCaml |
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.
MIT
* Sun Jan 10 2021 pterjan <pterjan> 0.8.2-4.mga8 + Revision: 1670775 - Rebuild to generate ocamlx provides * Fri Feb 28 2020 umeabot <umeabot> 0.8.2-3.mga8 + Revision: 1551806 - Rebuild for ocaml 4.10.0 final * Thu Feb 20 2020 umeabot <umeabot> 0.8.2-2.mga8 + Revision: 1545755 - Mageia 8 Mass Rebuild * Wed Jan 29 2020 tv <tv> 0.8.2-1.mga8 + Revision: 1485143 - imported package ocaml-markup
/usr/lib/.build-id /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/8b66dfd314ad3fb0d79a5fb7ac974f0292c33c /usr/lib64/ocaml/markup /usr/lib64/ocaml/markup/META /usr/lib64/ocaml/markup/markup.cma /usr/lib64/ocaml/markup/markup.cmi /usr/lib64/ocaml/markup/markup.cmxs /usr/lib64/ocaml/markup/markup__.cmi /usr/lib64/ocaml/markup/markup__Common.cmi /usr/lib64/ocaml/markup/markup__Detect.cmi /usr/lib64/ocaml/markup/markup__Encoding.cmi /usr/lib64/ocaml/markup/markup__Entities.cmi /usr/lib64/ocaml/markup/markup__Error.cmi /usr/lib64/ocaml/markup/markup__Html_parser.cmi /usr/lib64/ocaml/markup/markup__Html_tokenizer.cmi /usr/lib64/ocaml/markup/markup__Html_writer.cmi /usr/lib64/ocaml/markup/markup__Input.cmi /usr/lib64/ocaml/markup/markup__Kstream.cmi /usr/lib64/ocaml/markup/markup__Namespace.cmi /usr/lib64/ocaml/markup/markup__Stream_io.cmi /usr/lib64/ocaml/markup/markup__Text.cmi /usr/lib64/ocaml/markup/markup__Trie.cmi /usr/lib64/ocaml/markup/markup__Utility.cmi /usr/lib64/ocaml/markup/markup__Xml_parser.cmi /usr/lib64/ocaml/markup/markup__Xml_tokenizer.cmi /usr/lib64/ocaml/markup/markup__Xml_writer.cmi /usr/share/doc/ocaml-markup /usr/share/doc/ocaml-markup/README.md /usr/share/licenses/ocaml-markup /usr/share/licenses/ocaml-markup/LICENSE.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:24:54 2025