Detect which human language a document uses from OCaml, from the Nu Html validator
languages unicode ocaml

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 - 3 (name langdetect) 4 5 (generate_opam_files true) 6 7 (license MIT) 8 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-langdetect") 10 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues") 12 - (maintenance_intent "(latest)") 13 14 (package 15 (name langdetect)
··· 1 + (lang dune 3.21) 2 (name langdetect) 3 4 (generate_opam_files true) 5 6 (license MIT) 7 (authors "Anil Madhavapeddy") 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 + (source (tangled anil.recoil.org/ocaml-langdetect)) 10 11 (package 12 (name langdetect)
+2 -1
langdetect.opam
··· 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-langdetect" 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues" 11 depends: [ 12 - "dune" {>= "3.20"} 13 "ocaml" {>= "5.1.0"} 14 "uutf" {>= "1.0.0"} 15 "cmdliner" {>= "1.2.0"} ··· 30 "@doc" {with-doc} 31 ] 32 ] 33 x-maintenance-intent: ["(latest)"]
··· 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-langdetect" 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues" 11 depends: [ 12 + "dune" {>= "3.21"} 13 "ocaml" {>= "5.1.0"} 14 "uutf" {>= "1.0.0"} 15 "cmdliner" {>= "1.2.0"} ··· 30 "@doc" {with-doc} 31 ] 32 ] 33 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-langdetect" 34 x-maintenance-intent: ["(latest)"]