1234567891011121314151617181920212223242526(**************************************************************************)(* *)(* 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.V2letcmd_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()inEZCMD.subcmd_name(fun()->action~args())~args:specs~doc:"Install dev dependencies (odoc, ocamlformat, merlin, etc.)"