OCaml HTML5 parser/serialiser based on Python's JustHTML

Update dune-project and opam files across packages

Sync opam package metadata including x-maintenance-intent
and external dependency specifications.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+4 -6
+2 -5
dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name html5rw) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license MIT) 8 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-html5rw") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-html5rw)) 13 10 14 11 (package 15 12 (name html5rw)
+2 -1
html5rw.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-html5rw" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "astring" {>= "0.8.5"} 15 15 "bytesrw" {>= "0.3.0"} ··· 36 36 "@doc" {with-doc} 37 37 ] 38 38 ] 39 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-html5rw" 39 40 x-maintenance-intent: ["(latest)"]