The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

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

Restore OCaml 4.08 compatibility

+2 -2
+2 -2
vendor/opam/cmdliner/src/tool/cmdliner_main.ml
··· 629 629 let+ dry_run = dry_run and+ shells = shells_opt 630 630 and+ update_opam_install = update_opam_install 631 631 and+ toolnames = toolnames_posleft and+ sharedir = sharedir_poslast 632 - and+ standalone_completion in 632 + and+ standalone_completion = standalone_completion in 633 633 install_tool_completion 634 634 ~dry_run ~update_opam_install ~shells ~toolnames ~sharedir 635 635 ~standalone_completion ··· 674 674 let+ dry_run = dry_run and+ update_opam_install = update_opam_install 675 675 and+ shells = shells_opt and+ tools = tools_posleft 676 676 and+ sharedir = sharedir_opt and+ mandir = mandir_opt and+ prefix = prefix 677 - and+ standalone_completion in 677 + and+ standalone_completion = standalone_completion in 678 678 install_tool_support 679 679 ~dry_run ~update_opam_install tools shells ~prefix ~sharedir ~mandir 680 680 ~standalone_completion