(lang dune 3.21) (name html5rw) (generate_opam_files true) (license MIT) (authors "Anil Madhavapeddy ") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/ocaml-html5rw)) (package (name html5rw) (synopsis "Pure OCaml HTML5 parser implementing the WHATWG specification") (description "A pure OCaml HTML5 parser that passes the html5lib-tests suite. \ Implements the WHATWG HTML5 parsing specification including tokenization, \ tree construction, encoding detection, and CSS selector queries.") (depends (ocaml (>= 5.1.0)) (astring (>= 0.8.5)) (bytesrw (>= 0.3.0)) (uutf (>= 1.0.0)) (uuuu (>= 0.3.0)) (uunf (>= 15.0.0)) (xmlm (>= 1.4.0)) langdetect (odoc :with-doc) (jsont (>= 0.2.0)) (cmdliner (>= 1.3.0))))