https://github.com/slotthe/html-parse-util
Utility functions for the html-parse package. // GitHub Mirror
https://github.com/slotthe/html-parse-util
haskell html-parse
Last synced: 4 months ago
JSON representation
Utility functions for the html-parse package. // GitHub Mirror
- Host: GitHub
- URL: https://github.com/slotthe/html-parse-util
- Owner: slotThe
- License: other
- Created: 2022-08-26T04:40:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T15:00:23.000Z (about 3 years ago)
- Last Synced: 2025-03-01T04:49:40.421Z (11 months ago)
- Topics: haskell, html-parse
- Language: Haskell
- Homepage: https://gitlab.com/slotThe/html-parse-utils
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`.
[TagSoup library]: https://hackage.haskell.org/package/tagsoup
[html-parse library]: https://hackage.haskell.org/package/html-parse