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

ci

+1 -1
+1 -1
.tangled/workflows/build.yml
··· 40 40 opam install . --confirm-level=unsafe-yes --deps-only 41 41 - name: build 42 42 command: | 43 - opam exec -- dune build 43 + opam exec -- dune build -p langdetect 44 44 - name: switch-test 45 45 command: | 46 46 opam install . --confirm-level=unsafe-yes --deps-only --with-test