12345678910111213141516171819202122232425262728(**************************************************************************)(* *)(* Copyright 2020 OCamlPro & Origin Labs *)(* *)(* All rights reserved. This file is distributed under the terms of the *)(* GNU Lesser General Public License version 2.1, with the special *)(* exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)openEzcmd.TYPESletcmd_name="dev-deps"letaction~args()=let(_p:Types.project)=Build.build~force_dev_deps:true~dev_deps:true~build:false~args()in()letcmd=letargs,specs=Build.build_args()in{cmd_name;cmd_action=(fun()->action~args());cmd_args=[]@specs;cmd_man=[];cmd_doc="Install dev dependencies (odoc, ocamlformat, merlin, etc.)"}