Duplicate code detection across OCaml packages
0
fork

Configure Feed

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

Apply dune fmt to remaining dune files

dune fmt fallout from the nox- rename — three more (libraries ...)
lines got long enough to trigger one-per-line wrapping. No semantic
changes.

+11 -1
+11 -1
lib/dune
··· 1 1 (library 2 2 (name dupfind) 3 3 (public_name dupfind) 4 - (libraries compiler-libs.common eio logs vlog fmt fpath bos re nox-json nox-tty)) 4 + (libraries 5 + compiler-libs.common 6 + eio 7 + logs 8 + vlog 9 + fmt 10 + fpath 11 + bos 12 + re 13 + nox-json 14 + nox-tty))