tangled
alpha
login
or
join now
anil.recoil.org
/
monopam-odocv3-dune-test
0
fork
atom
Monorepo to help test new odocv3 rules in https://github.com/ocaml/dune/pull/12995
0
fork
atom
overview
issues
pulls
pipelines
pin-odoc
anil.recoil.org
2 months ago
ad83cc8d
2869acab
+2
-1
1 changed file
expand all
collapse all
unified
split
setup.sh
+2
-1
setup.sh
···
7
7
opam switch create . 5.4.0 -y
8
8
9
9
echo "Pinning vendor packages..."
10
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
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
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 .