+4
-1
README.md
+4
-1
README.md
···
1
1
# html5rw - Pure OCaml HTML5 Parser
2
2
3
-
A pure OCaml HTML5 parser implementing the WHATWG HTML5 parsing specification. This library passes the html5lib-tests suite and provides full support for tokenization, tree construction, encoding detection, and CSS selector queries.
3
+
A pure OCaml HTML5 parser implementing the WHATWG HTML5 parsing specification.
4
+
This library passes the html5lib-tests suite and provides full support for
5
+
tokenization, tree construction, encoding detection, and CSS selector queries.
6
+
This library was ported from [JustHTML](https://github.com/EmilStenstrom/justhtml/).
4
7
5
8
## Key Features
6
9