Information for RPM ocaml-markup-1.0.3-15.fc41.src.rpm
ID | 1308163 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Name | ocaml-markup | ||||||||
Version | 1.0.3 | ||||||||
Release | 15.fc41 | ||||||||
Epoch | |||||||||
Arch | src | ||||||||
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. | ||||||||
Build Time | 2024-06-04 15:15:48 GMT | ||||||||
Size | 295.29 KB | ||||||||
012ad9e5453b9f3d3953c8d4b515e3f2 | |||||||||
License | MIT | ||||||||
https://github.com/aantron/markup.ml | |||||||||
Buildroot | f41-build-811910-147589 | ||||||||
Provides |
|
||||||||
Obsoletes | No Obsoletes | ||||||||
Conflicts | No Conflicts | ||||||||
Requires |
|
||||||||
Recommends | No Recommends | ||||||||
Suggests | No Suggests | ||||||||
Supplements | No Supplements | ||||||||
Enhances | No Enhances | ||||||||
Files |
|
||||||||
Component of | No Buildroots |