OCaml HTML5 parser/serialiser based on Python's JustHTML

Squashed 'ocaml-cff/' changes from 81862cf..84b9b30

84b9b30 Promote the opam files
7c8fbb6 Fix errors in documentation, and add a toplevel index

git-subtree-dir: ocaml-cff
git-subtree-split: 84b9b30ecdf6b37b19609c99b4288659d290d719

+3 -1
+1
cff.opam
··· 38 38 ] 39 39 ] 40 40 x-maintenance-intent: ["(latest)"] 41 + x-extra-doc-deps: ["bytesrw-eio"]
+2 -1
dune-project
··· 30 30 bytesrw-eio 31 31 (odoc :with-doc) 32 32 (alcotest (and :with-test (>= 1.7.0))) 33 - (eio_main :with-test))) 33 + (eio_main :with-test)) 34 + (documentation (depends bytesrw-eio)))