package lambdasoup

  1. Overview
  2. Docs
Easy functional HTML scraping and manipulation with CSS selectors

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
sha256=0bab1205a013196403ce5508f76edf9e5da3eccb5090f81fa9b5cdb6273fdac3
md5=4d87811a1c17fc7e2eedf8b659e4ebd1

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: 16 Nov 2015

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind build
  3. ocaml < "5.0"

Dev Dependencies

None

Used by (9)

  1. calculon-web
  2. dream >= "1.0.0~alpha2" & < "1.0.0~alpha6"
  3. mechaml
  4. minima-theme
  5. plist < "1.0.0"
  6. river >= "0.2"
  7. socialpeek
  8. soupault < "1.9.0"
  9. universal-portal

Conflicts

None

OCaml

Innovation. Community. Security.