textproc/hs-xml-conduit - The NetBSD Packages Collection

Pure-Haskell utilities for dealing with XML with the conduit package

This package provides parsing and rendering functions for XML. It is
based on the datatypes found in the xml-types package. This package is
broken up into the following modules:

* Text.XML: DOM-based parsing and rendering. This is the most commonly
  used module.

* Text.XML.Cursor: A wrapper around Text.XML which allows
  bidirectional traversing of the DOM, similar to XPath. (Note:
  Text.XML.Cursor.Generic is the same concept, but will work with any
  node representation.)

* Text.XML.Unresolved: A slight modification to Text.XML which does
  not require all entities to be resolved at parsing. The datatypes
  are slightly more complicated here, and therefore this module is
  only recommended when you need to deal directly with raw entities.

* Text.XML.Stream.Parse: Streaming parser, including some streaming
  parser combinators.

* Text.XML.Stream.Render: Streaming renderer.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

textproc/hs-attoparsec textproc/hs-blaze-html textproc/hs-blaze-markup devel/hs-conduit devel/hs-resourcet devel/hs-conduit-extra devel/hs-data-default-class textproc/hs-xml-types lang/ghc96 textproc/hs-attoparsec textproc/hs-blaze-html textproc/hs-blaze-markup devel/hs-conduit devel/hs-resourcet devel/hs-conduit-extra devel/hs-data-default-class textproc/hs-xml-types

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-xml-conduit-1.9.1.3nb1.tgz
NetBSD 10.0aarch64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 10.0aarch64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 10.0x86_64hs-xml-conduit-1.9.1.3nb1.tgz
NetBSD 10.0_BETAx86_64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 8.0x86_64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 8.0x86_64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 9.0aarch64hs-xml-conduit-1.9.1.3nb1.tgz
NetBSD 9.0aarch64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 9.0aarch64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 9.0x86_64hs-xml-conduit-1.9.1.3nb1.tgz
NetBSD 9.0x86_64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 9.3x86_64hs-xml-conduit-1.9.1.1nb8.tgz
NetBSD 9.3x86_64hs-xml-conduit-1.9.1.3nb1.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

(none)

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.