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.10.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=6f64322df0415af45430b0024d3dcdcc
    
    
  sha512=49218a14c3b7e2f47052c1fb6907b54086f5af4adb43d120065c77f2c573d72136ac64f55f577a613eb43ebe29fbe14f9ac0e25756209ca7a572aa35a4410a5d
    
    
  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 overridden 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