html-parse-util: Utility functions for working with html-parse

[ bsd3, library, text, xml ] [ Propose Tags ]

See README.md here


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • HTML
      • Parser
        • Text.HTML.Parser.Util

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.2.1, 0.2.2, 0.2.3
Change log CHANGELOG.md
Dependencies attoparsec (>=0.13 && <0.15), base (>=4.7 && <5), html-parse (>=0.2.0.2 && <0.3), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2006–2019 Neil Mitchell, 2020–2022 Tony Zorman
Author Neil Mitchell (TagSoup), Tony Zorman (port to html-parse)
Maintainer soliditsallgood@mailbox.org
Category Text, XML
Home page https://github.com/slotThe/html-parse-util#readme
Bug tracker https://github.com/slotThe/html-parse-util/issues
Source repo head: git clone https://github.com/slotThe/html-parse-util
Uploaded by TonyZorman at 2022-08-28T07:35:13Z
Distributions
Downloads 164 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-08-28 [all 2 reports]

Readme for html-parse-util-0.2.0

[back to package description]

html-parse-utils

This is a reimplementation of utility functions from Neil Mitchell's TagSoup library, as well as some extra functionality, for Ben Gamari's html-parse library; because yay Text and yay Attoparsec.