package lambdasoup
Easy functional HTML scraping and manipulation with CSS selectors
Install
Dune Dependency
Authors
Maintainers
Sources
0.6.tar.gz
sha256=32692d1f9b0674793aac7c6d04d56897f9f26f87294e08a93ebf19a15c671d50
md5=963757668dae20f4ab1d90c3dcd99753
Description
Lambda Soup is an HTML scraping library inspired by Python's Beautiful Soup. It provides lazy traversals from HTML nodes to their parents, children, siblings, etc., and to nodes matching CSS selectors. The traversals can be manipulated using standard functional combinators such as fold, filter, and map.
The DOM tree is mutable. You can use Lambda Soup for automatic HTML rewriting in scripts. Lambda Soup rewrites its own ocamldoc page this way.
A major goal of Lambda Soup is to be easy to use, including in interactive sessions, and to have a minimal learning curve. It is a very simple library.
Published: 09 Feb 2016
Dependencies (4)
-
markup
>= "0.7"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
< "5.0"
Dev Dependencies
None
Used by (9)
- calculon-web
-
dream
>= "1.0.0~alpha2" & < "1.0.0~alpha6"
- mechaml
- minima-theme
-
plist
< "1.0.0"
-
river
>= "0.2"
- socialpeek
-
soupault
< "1.9.0"
- universal-portal
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page