package opam-format
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Format library for opam 2.6
Install
dune-project
Dependency
Authors
-
David Allsopp
-
VVincent Bernardoff <vb@luminar.eu.org>
-
RRaja Boujbel <raja.boujbel@ocamlpro.com>
-
KKate Deplaix <kit-ty-kate@exn.st>
-
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.6.0.tar.gz
md5=33de6843fe6e44bf715623fe5fa42d32
sha512=512fc80cf12d277c226bbeed14ce4aeef7ec4aeaa970e76dddf9fb763b310b0209284fd6c83773b3fa63e42c7f09ddf6e3c6b84a0db2de6cc9e58a933124f2b3
doc/opam-format/OpamSysPkg/index.html
Module OpamSysPkgSource
System package
Source
type status = {s_available : Set.t;(*Package available but not installed
*)s_not_found : Set.t;(*Package unavailable on this system
*)
}System packages status
Source
type availability_mode = | Available of Set.t(*Set of available system packages
*)| Suppose_available(*In this system, all packages are considered available
*)
System package availability
Returns true if both values are Suppose_available or both are Available with equal sets, false otherwise.
Source
type to_install = {ti_new : Set.t;(*Package to install required by new opam packages
*)ti_required : Set.t;(*Package to install required by already install opam packages
*)
}System packages to install. We need to split per purpose as some distribution need to keep up-to-date already installed system packages. See OpamSysInteract.install_packages_commands_t.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>