OCaml HTML5 parser/serialiser based on Python's JustHTML
1{
2 "name": "html5rw-jsoo",
3 "version": "1.0.0",
4 "description": "Pure OCaml HTML5 parser and validator compiled to JavaScript/WebAssembly via js_of_ocaml",
5 "browser": "htmlrw.js",
6 "homepage": "https://tangled.org/@anil.recoil.org/ocaml-html5rw",
7 "author": "Anil Madhavapeddy <anil@recoil.org>",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/avsm/ocaml-html5rw.git#npm"
12 },
13 "keywords": [
14 "ocaml",
15 "html5",
16 "parser",
17 "js_of_ocaml",
18 "wasm",
19 "webassembly",
20 "validator",
21 "whatwg"
22 ],
23 "files": [
24 "htmlrw.js",
25 "htmlrw-worker.js",
26 "htmlrw-tests.js",
27 "htmlrw.wasm.js",
28 "htmlrw-worker.wasm.js",
29 "htmlrw-tests.wasm.js",
30 "htmlrw_js_main.bc.wasm.assets/",
31 "htmlrw_js_worker.bc.wasm.assets/",
32 "htmlrw_js_tests_main.bc.wasm.assets/",
33 "README.md",
34 "LICENSE"
35 ]
36}