package opam-repository
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Repository library for opam 2.1
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.1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=c48e9f56ad418827e3af37d2415213a4
    
    
  sha512=c0060e609c49a12dc8f64accef990aa593db818b72df3984fb9b4b22d8678b46c515916c84134a62dab614c716b61788eadc954d295f32c1f27d38aec22b3edf
    
    
  doc/opam-repository/OpamRepositoryPath/index.html
Module OpamRepositoryPathSource
Defines the file hierarchy in repositories
Repository local path: $opam/repo/<name>
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.
Return the repo file
Packages folder: $repo/packages
Package folder: $repo/packages/XXX/$NAME.$VERSION
Source
val opam : 
  OpamTypes.dirname ->
  string option ->
  OpamTypes.package ->
  OpamFile.OPAM.t OpamFile.tReturn the OPAM file for a given package: $repo/packages/XXX/$NAME.$VERSION/opam
Source
val descr : 
  OpamTypes.dirname ->
  string option ->
  OpamTypes.package ->
  OpamFile.Descr.t OpamFile.tReturn the description file for a given package: $repo/packages/XXX/$NAME.VERSION/descr
Source
val url : 
  OpamTypes.dirname ->
  string option ->
  OpamTypes.package ->
  OpamFile.URL.t OpamFile.turls $repo/package/XXX/$NAME.$VERSION/url
files $repo/packages/XXX/$NAME.$VERSION/files
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >