123456789101112131415161718192021222324252627(**************************************************************************)(* *)(* 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="list"letaction()=Printf.eprintf"Binary packages in %s:\n%!"Globals.opambin_store_archives_dir;EzFile.make_dir~p:trueGlobals.opambin_store_archives_dir;Misc.call[|"ls";Globals.opambin_store_archives_dir|]letcmd={cmd_name;cmd_action=action;cmd_args=[];cmd_man=[];cmd_doc="List binary packages created on this computer";}