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-rc1.tar.gz
md5=2186062a10a1a998d70743335e4c1bb1
sha512=5e2d064a58f1884194d370b9272fe50ee2f7afc8130d7b7e98878eeb3f5bc5d9ecb7815e033a5dfdab608b736443fb6a9b9b8c0a7785c890f955041faecedca8
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)"
>