package opam-lib

  1. Overview
  2. Docs

doc/opam-lib.repository/OpamVCS/Make/index.html

Module OpamVCS.Make

Create a backend from a VCS implementation.

Parameters

module VCS : VCS

Signature

pull_url package local_dir checksum remote_url pull the contents of remote_url into local_dir. Can return either a file or a directory. checksum is the optional expected checksum.

val pull_repo : OpamTypes.repository -> unit OpamProcess.job

pull_repo pull the contents of a repository.

pull_archive repo archive pull archive in the given repository.

Return the (optional) revision of a given repository. Only useful for VCS backends.

OCaml

Innovation. Community. Security.