OpamRepositoryPathSourceDefines the file hierarchy in repositories
Module type of internal representation of repositories. Use the functor Path.
Representation of pathnames for a specific repository root kind
module Make
(I : PATH_REPR) :
PATH
with type repo_root = I.root
and type repo_dirname = I.dir
and type 'a typed_file = 'a I.typed_fileInstantiate repository paths by giving a filepath representation
Prefix where to store the downloaded files cache: $opam/download-cache. Warning, this is relative to the opam root, not a repository root.
Pin global cache, located in temporary directory, cleaned at end of process
Pin cache for a given download url.