Find and remove dead code and unused APIs in OCaml projects
0
fork

Configure Feed

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

at main 16 lines 133 B view raw
1# OCaml build artifacts 2_build/ 3_opam/ 4*.install 5 6# Editor files 7.vscode/ 8.idea/ 9*.swp 10*~ 11 12# OS files 13.DS_Store 14 15# Log files 16logs.txt