package opam-client
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Client 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.0-rc2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b8da67083c444167378fa1b6da2567cfacc8c5151fac79021960d395feec7da7
    
    
  md5=86a60db4df8412db09cef82cf26cf335
    
    
  doc/index.html
opam-client
API
Library opam-client
- OpamActionHandles concrete actions on packages, like installations and removals
- OpamAdminCheck
- OpamAdminCommand
- OpamAdminRepoUpgrade
- OpamArgCommand-line argument parsers and helpers
- OpamAuxCommandsSome command helpers, and auxiliary opam management functions used by the CLI
- OpamClientHigh-level execution of user-facing functions like install and upgrade, and wrappers around the pinning commands
- OpamClientConfigConfiguration options for the client lib (record, global reference, setter, initialisation), plus helper for global setup
- OpamCommandsOpam CLI main entry point
- OpamConfigCommandFunctions handling the "opam config" subcommand
- OpamGitVersion(generated) Current git version of OPAM
- OpamInitDefaultsThis module defines a few defaults, used at 'opam init', that bind opam to its default OCaml repository at https://opam.ocaml.org. All can be overriden through the init command flags or an init config file.
- OpamListCommandFunctions handling the "opam list" subcommand
- OpamPinCommandFunctions handling the "opam pin" subcommand
- OpamRepositoryCommandFunctions handling the "opam repository" subcommand
- OpamSolutionInterface with the solver, processing of full solutions through actions
- OpamSwitchCommandFunctions handling the "opam switch" subcommand
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page