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

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

See README.md here


[Skip to Readme]

Modules

[Index] [Quick Jump]

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 && <2.2) [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 2023-06-29T19:30:26Z
Distributions
Downloads 164 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for html-parse-util-0.2.3

[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.