1234567891011121314151617181920212223242526272829303132333435363738394041(**************************************************************************)(* *)(* Copyright 2025 OCamlPro *)(* *)(* 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. *)(* *)(**************************************************************************)letfiles_d=OpamRepositoryPathName.files_dletrepo_d="repo"letbuild_d="build"letconfig_d="config"lethooks_d="hooks"letinstall_d="install"letlog_d="log"letoverlay_d="overlay"letpackages_d="packages"letplugins_d="plugins"letreinstall_d="reinstall"letremove_d="remove"letsources_d="sources"letopam_d="opam"letopamswitch_d=".opam-switch"letconfig_f="config"letopam_f=OpamRepositoryPathName.opam_fletlock_f="lock"letenvironment_f="environment"letchanges_suffix=".changes"letinstall_suffix=".install"letconfig_suffix=".config"letopam_suffix=".opam"letsubst_ext="in"letsubst_suffix="."^subst_extletswitch_config="switch-config"letswitch_state="switch-state"letrepo_config="repo-config"