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.client/OpamClient/API/SWITCH/index.html
Module API.SWITCH
Switch API
val switch :
?compiler:OpamTypes.compiler ->
quiet:bool ->
warning:bool ->
OpamTypes.switch ->
unitSet the given switch, installing it if necessary. Take the global file lock.
val install :
quiet:bool ->
warning:bool ->
update_config:bool ->
OpamTypes.switch ->
OpamTypes.compiler ->
unitInstall the given compiler.
val import : OpamTypes.filename option -> unitImport the packages from a file. If no filename is specified, read stdin.
val export : OpamTypes.filename option -> unitExport the packages to a file. If no filename is specified, write to stdout.
val remove : OpamTypes.switch -> unitRemove the given compiler.
val reinstall : OpamTypes.switch -> unitReinstall the given compiler.
List the available compiler descriptions.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>