# # Initializes OCaml package management. # # Authors: # Sebastian Wiesner # # Return if requirements are not found. if (( ! $+commands[opam] )); then return 1 fi # Initialize OPAM. eval "$(opam config env)"