./textproc/ocaml-markup, Error-recovering streaming HTML5 and XML parsers for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q2, Version: 0.7.6, Package name: ocaml-markup-0.7.6, Maintainer: jaapb

Markup.ml is a pair of best-effort parsers implementing the HTML5 and XML
specifications.

In addition to being error-correcting, the parsers are:
* streaming: capable of 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 partway 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.


Required to run:
[devel/ocaml-jbuilder] [devel/ocaml-findlib] [devel/ocaml-lwt] [lang/ocaml] [textproc/ocaml-uutf]

Required to build:
[devel/ocamlbuild] [pkgtools/cwrappers] [misc/ocaml-opaline]

Master sites:

SHA1: ea5c5146723d642a3094cbb7c7cf612d6f1a5c5e
RMD160: b865e82717a8ec96d60de2c0b9c601ce9443bafd
Filesize: 272.822 KB

Version history: (Expand)