package opam-repository
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Repository library for opam 2.0
Install
    
    dune-project
 Dependency
Authors
- 
  
    
    VVincent Bernardoff <vb@luminar.eu.org>
 - 
  
    
    RRaja Boujbel <raja.boujbel@ocamlpro.com>
 - 
  
    
    RRoberto Di Cosmo <roberto@dicosmo.org>
 - 
  
    
    TThomas Gazagnaire <thomas@gazagnaire.org>
 - 
  
    
    LLouis Gesbert <louis.gesbert@ocamlpro.com>
 - 
  
    
    FFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>
 - 
  
    
    AAnil Madhavapeddy <anil@recoil.org>
 - 
  
    
    GGuillem Rieu <guillem.rieu@ocamlpro.com>
 - 
  
    
    RRalf Treinen <ralf.treinen@pps.jussieu.fr>
 - 
  
    
    FFrederic Tuong <tuong@users.gforge.inria.fr>
 
Maintainers
Sources
  
    
      2.0.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=b9536b57408632daed491bae0eea947a
    
    
  sha512=5c30ec0a09981860453972a351e27f6e882f023041514ecdc48702de40aa770d3e54931dfb2f9e8070f4233fd5e9bf5bfae6b2797b1b2068a49cab9f5784bafc
    
    
  doc/opam-repository/OpamRepositoryConfig/index.html
Module OpamRepositoryConfigSource
Configuration options for the repository lib (record, global reference, setter, initialisation)
Toggles parsing of the tool's output to detect errors (curl returns 0 on a 404)
Source
type t = {download_tool : (OpamTypes.arg list * dl_tool_kind) Lazy.t;validation_hook : OpamTypes.arg list option;retries : int;force_checksums : bool option;
}Source
type 'a options_fun =
  ?download_tool:(OpamTypes.arg list * dl_tool_kind) Lazy.t ->
  ?validation_hook:OpamTypes.arg list option ->
  ?retries:int ->
  ?force_checksums:bool option ->
  'ainclude OpamStd.Config.Sig
  with type t := t
   and type 'a options_fun := 'a options_fun
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >