+4
-1
README.md
+4
-1
README.md
···
1
# html5rw - Pure OCaml HTML5 Parser
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.
4
5
## Key Features
6
···
1
# html5rw - Pure OCaml HTML5 Parser
2
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/).
7
8
## Key Features
9