package lambdasoup
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Easy functional HTML scraping and manipulation with CSS selectors
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.1.1.tar.gz
sha256=05d97f38e534a431176ed8d3dbe6dfb7bdcf7770109193c5a69dff53e38f10fe
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: 05 Sep 2024
Dependencies (4)
-
ocaml
>= "4.03.0" -
markup
>= "1.0.0" -
dune
>= "2.7.0" -
camlp-streams
>= "5.0.1"
Dev Dependencies (2)
-
ounit2
with-test -
bisect_ppx
dev & >= "2.5.0"
Used by (16)
- calculon-web
-
camyll
>= "0.4.0" & < "0.4.2" -
dream
>= "1.0.0~alpha2" - dream-livereload
- dream-serve
-
emoji
>= "2.0.0" - gradescope_submit
-
memtrace_viewer
< "v0.15.0" - minima-theme
- plist
- river
-
slipshow
>= "0.6.0" - snf_mcp
-
soupault
< "1.9.0" | >= "1.13.0" - universal-portal
-
virtual_dom
>= "v0.14.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page