lambdasoupversion

Easy functional HTML scraping and manipulation with CSS selectors

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.

AuthorAnton Bachin <antonbachin@yahoo.com>
LicenseMIT
Published
Homepagehttps://github.com/aantron/lambdasoup
Issue Trackerhttps://github.com/aantron/lambdasoup/issues
MaintainerAnton Bachin <antonbachin@yahoo.com>
Dependencies
Source [http] https://github.com/aantron/lambdasoup/archive/0.7.2.tar.gz
sha256=10884459bffa3777173943b4458b4b6dddcec4a5f6c13341fb6e93faed6a43c2
md5=53267dc41b68c885a483ba317536a4f4
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/lambdasoup/lambdasoup.0.7.2/opam
Required by
Optionally used by