textproc/ocaml-markup - The NetBSD Packages Collection

Error-recovering streaming HTML5 and XML parsers for OCaml

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.

Build dependencies

devel/ocamlbuild misc/ocaml-opaline devel/ocamlbuild misc/ocaml-opaline pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

textproc/ocaml-uutf devel/ocaml-dune devel/ocaml-findlib lang/ocaml textproc/ocaml-uutf devel/ocaml-dune devel/ocaml-findlib

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64ocaml-markup-1.0.3.tgz
NetBSD 10.0aarch64ocaml-markup-1.0.3.tgz
NetBSD 10.0aarch64ocaml-markup-1.0.3.tgz
NetBSD 10.0earmv6hfocaml-markup-1.0.3.tgz
NetBSD 10.0earmv6hfocaml-markup-1.0.3.tgz
NetBSD 10.0earmv6hfocaml-markup-1.0.3.tgz
NetBSD 10.0earmv7hfocaml-markup-1.0.3.tgz
NetBSD 10.0earmv7hfocaml-markup-1.0.3.tgz
NetBSD 10.0earmv7hfocaml-markup-1.0.3.tgz
NetBSD 10.0i386ocaml-markup-1.0.3.tgz
NetBSD 10.0i386ocaml-markup-1.0.3.tgz
NetBSD 10.0powerpcocaml-markup-1.0.3.tgz
NetBSD 10.0x86_64ocaml-markup-1.0.3.tgz
NetBSD 10.0_BETAx86_64ocaml-markup-1.0.3.tgz
NetBSD 8.0i386ocaml-markup-1.0.3.tgz
NetBSD 8.0powerpcocaml-markup-1.0.3.tgz
NetBSD 8.0powerpcocaml-markup-1.0.3.tgz
NetBSD 8.0powerpcocaml-markup-1.0.3.tgz
NetBSD 8.0powerpcocaml-markup-1.0.3.tgz
NetBSD 8.0x86_64ocaml-markup-1.0.3.tgz
NetBSD 8.0x86_64ocaml-markup-1.0.3.tgz
NetBSD 8.0x86_64ocaml-markup-1.0.3.tgz
NetBSD 9.0aarch64ocaml-markup-1.0.3.tgz
NetBSD 9.0aarch64ocaml-markup-1.0.3.tgz
NetBSD 9.0aarch64ocaml-markup-1.0.3.tgz
NetBSD 9.0earmv6hfocaml-markup-1.0.3.tgz
NetBSD 9.0earmv6hfocaml-markup-1.0.3.tgz
NetBSD 9.0earmv6hfocaml-markup-1.0.3.tgz
NetBSD 9.0earmv7hfocaml-markup-1.0.3.tgz
NetBSD 9.0earmv7hfocaml-markup-1.0.3.tgz
NetBSD 9.0earmv7hfocaml-markup-1.0.3.tgz
NetBSD 9.0i386ocaml-markup-1.0.3.tgz
NetBSD 9.0i386ocaml-markup-1.0.3.tgz
NetBSD 9.0powerpcocaml-markup-1.0.3.tgz
NetBSD 9.0powerpcocaml-markup-1.0.3.tgz
NetBSD 9.0powerpcocaml-markup-1.0.3.tgz
NetBSD 9.0powerpcocaml-markup-1.0.3.tgz
NetBSD 9.0x86_64ocaml-markup-1.0.3.tgz
NetBSD 9.0x86_64ocaml-markup-1.0.3.tgz
NetBSD 9.3x86_64ocaml-markup-1.0.3.tgz
NetBSD 9.3x86_64ocaml-markup-1.0.3.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

lwt
Enable Lwt support.

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.