this repo has no description

Auto-deploy x-ocaml.js via odoc support files

Install x_ocaml.bc.js into the opam share directory and register it as
an odoc support file so that `odoc support-files -o DIR` copies
_x-ocaml/x-ocaml.js automatically, removing the need for manual
deployment in deploy.sh.

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

+5
+5
src/dune
··· 29 29 (pps ppx_blob)) 30 30 (preprocessor_deps 31 31 (file style.css))) 32 + 33 + (install 34 + (package x-ocaml) 35 + (section share) 36 + (files (x_ocaml.bc.js as x-ocaml.js)))