package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end

Backend signature

val to_string : OpamTypes.repository -> string

Pretty-print

Compare repositories

val default_address : OpamTypes.address

The address for the default OPAM repository (currently: https://opam.ocaml.org/)

val default : unit -> OpamTypes.repository

The default OPAM repository (named "default", upstream at default_address)

Create a local repository on a given path

val check_digest : OpamTypes.filename -> string option -> bool

check_digest file expected check that the file digest is the one expected.