this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clean up monorepo dependencies

- Remove bisect_ppx from odoc (opam dep + 11 instrumentation stanzas)
- Remove unix and findlib from js_top_worker-unix.opam (not opam packages)
- Remove bisect_ppx, findlib, unix from root dune-project
- Add mdx with :with-test guard
- Delete experiments/widget-bridge (stale, removed lwd/note deps)

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

+3 -23
-1
odoc.opam
··· 57 57 "conf-jq" {with-test} 58 58 "ppx_expect" {with-test} 59 59 "bos" {with-test} 60 - "bisect_ppx" {with-test & > "2.5.0"} 61 60 ] 62 61 63 62 x-dune-sites: [["lib" "extensions"]]
-2
src/document/dune
··· 11 11 (name odoc_document) 12 12 (public_name odoc.document) 13 13 (instrumentation 14 - (backend bisect_ppx)) 15 - (instrumentation 16 14 (backend landmarks --auto)) 17 15 (libraries 18 16 odoc_model
-2
src/html/dune
··· 3 3 (public_name odoc.html) 4 4 (instrumentation 5 5 (backend landmarks --auto)) 6 - (instrumentation 7 - (backend bisect_ppx)) 8 6 (libraries odoc_model odoc_document tyxml base64))
-2
src/html_support_files/dune
··· 35 35 (public_name odoc.html_support_files) 36 36 (instrumentation 37 37 (backend landmarks --auto)) 38 - (instrumentation 39 - (backend bisect_ppx)) 40 38 (wrapped false)) 41 39 42 40 (install
-2
src/latex/dune
··· 3 3 (public_name odoc.latex) 4 4 (instrumentation 5 5 (backend landmarks --auto)) 6 - (instrumentation 7 - (backend bisect_ppx)) 8 6 (libraries odoc_model odoc_document fmt fpath odoc_utils))
-2
src/manpage/dune
··· 3 3 (public_name odoc.manpage) 4 4 (instrumentation 5 5 (backend landmarks --auto)) 6 - (instrumentation 7 - (backend bisect_ppx)) 8 6 (libraries odoc_model odoc_document))
-2
src/model/dune
··· 26 26 (:standard -w -50)) 27 27 (instrumentation 28 28 (backend landmarks --auto)) 29 - (instrumentation 30 - (backend bisect_ppx)) 31 29 (libraries compiler-libs.common odoc-parser odoc_utils))
+1 -2
src/model_desc/dune
··· 4 4 (libraries odoc_model) 5 5 (instrumentation 6 6 (backend landmarks --auto)) 7 - (instrumentation 8 - (backend bisect_ppx))) 7 + )
+1 -2
src/odoc/bin/dune
··· 9 9 (link_flags (-linkall)) 10 10 (instrumentation 11 11 (backend landmarks --auto)) 12 - (instrumentation 13 - (backend bisect_ppx))) 12 + ) 14 13 15 14 (generate_sites_module 16 15 (module sites)
+1 -2
src/odoc/dune
··· 19 19 unix) 20 20 (instrumentation 21 21 (backend landmarks --auto)) 22 - (instrumentation 23 - (backend bisect_ppx))) 22 + ) 24 23 25 24 (rule 26 25 (targets classify.ml)
-2
src/parser/dune
··· 5 5 (public_name odoc-parser) 6 6 (instrumentation 7 7 (backend landmarks --auto)) 8 - (instrumentation 9 - (backend bisect_ppx)) 10 8 (flags 11 9 (:standard -w -50)) 12 10 (libraries astring camlp-streams))
-2
src/xref2/dune
··· 3 3 (public_name odoc.xref2) 4 4 (instrumentation 5 5 (backend landmarks --auto)) 6 - (instrumentation 7 - (backend bisect_ppx)) 8 6 (libraries odoc_model odoc_utils)) 9 7 10 8 (rule