package opam-lib
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The OPAM library
Install
    
    dune-project
 Dependency
Authors
- 
  
    
    TThomas Gazagnaire <thomas@gazagnaire.org>
- 
  
    
    AAnil Madhavapeddy <anil@recoil.org>
- 
  
    
    FFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>
- 
  
    
    FFrederic Tuong <tuong@users.gforge.inria.fr>
- 
  
    
    LLouis Gesbert <louis.gesbert@ocamlpro.com>
- 
  
    
    GGuillem Rieu <guillem.rieu@ocamlpro.com>
- 
  
    
    VVincent Bernardoff <vb@luminar.eu.org>
- 
  
    
    RRoberto Di Cosmo <roberto@dicosmo.org>
Maintainers
Sources
  
    
      1.3.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=625767c3465219cc8799aad1449c74279b31686db0821300cfdb92fbff17e9fd
    
    
  md5=e0688c0cf9a55f93ee93f62d07cf6b74
    
    
  doc/opam-lib.format/OpamFile/Config/index.html
Module OpamFile.Config
Configuration file: $opam/config
include IO_FILE
val empty : tEmpty file
val write : OpamTypes.filename -> t -> unitWrite some contents to a file
val read : OpamTypes.filename -> tRead file contents. Raise an error if the file does not exist.
val safe_read : OpamTypes.filename -> tRead file contents. Return empty if the file does not exist.
val read_from_channel : ?filename:OpamTypes.filename -> in_channel -> tRead from channel.
val read_from_string : ?filename:OpamTypes.filename -> string -> tval write_to_channel : out_channel -> t -> unitWrite to channel.
val create : 
  OpamTypes.switch ->
  OpamTypes.repository_name list ->
  ?criteria:(OpamTypes.solver_criteria * string) list ->
  ?solver:OpamTypes.arg list ->
  int ->
  ?download_tool:OpamTypes.arg list ->
  int ->
  tCreation
val with_switch : t -> OpamTypes.switch -> tOCaml switch updates
val with_repositories : t -> OpamTypes.repository_name list -> tRepository updates
val with_opam_version : t -> OpamVersion.t -> tUpdate opam-version
val with_criteria : t -> (OpamTypes.solver_criteria * string) list -> tval with_solver : t -> OpamTypes.arg list option -> tval opam_version : t -> OpamTypes.opam_versionReturn the OPAM version
val repositories : t -> OpamTypes.repository_name listReturn the list of repository
val switch : t -> OpamTypes.switchReturn the OCaml switch
val jobs : t -> intReturn the number of jobs
val dl_tool : t -> OpamTypes.arg list optionval dl_jobs : t -> intReturn the number of download jobs
val criteria : t -> (OpamTypes.solver_criteria * string) listval solver : t -> OpamTypes.arg list option sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >