Monorepo to help test new odocv3 rules in https://github.com/ocaml/dune/pull/12995

pin-odoc

+2 -1
+2 -1
setup.sh
··· 7 7 opam switch create . 5.4.0 -y 8 8 9 9 echo "Pinning vendor packages..." 10 + opam pin add dune https://github.com/jonludlam/dune.git#odoc-v3-rules 10 11 opam pin add -ny repo_tool vendor/repo-tool 11 12 opam pin add -ny init vendor/ocaml-init 12 13 opam pin add -ny conpool vendor/ocaml-conpool ··· 38 39 opam pin add -ny cookeio vendor/ocaml-cookeio 39 40 40 41 echo "Installing dependencies..." 41 - opam install -y --deps-only --with-test repo_tool init conpool karakeep bytesrw-eio punycode yamlt claude xdge yamlrw-unix yamlrw yamlrw-eio json-pointer yamlrw-unix yamlrw yamlrw-eio requests tomlt crockford yamlrw-unix yamlrw yamlrw-eio html5rw html5rw-js odoc-xo langdetect langdetect-js publicsuffix cookeio 42 + opam install -y --deps-only --with-test repo_tool init conpool karakeep bytesrw-eio punycode yamlt claude xdge yamlrw-unix yamlrw yamlrw-eio json-pointer yamlrw-unix yamlrw yamlrw-eio requests tomlt crockford yamlrw-unix yamlrw yamlrw-eio html5rw html5rw-js odoc-xo langdetect langdetect-js publicsuffix cookeio odoc 42 43 43 44 echo "Building..." 44 45 opam exec -- dune build --root .