package opam-lib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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/OpamStd/index.html
Module OpamStd
Signatures and functors
module type SET = sig ... endSets with extended interface and infix operators
module type MAP = sig ... endMaps with extended interface
module type ABSTRACT = sig ... endA signature for handling abstract keys and collections thereof
module AbstractString : ABSTRACT with type t = stringA basic implementation of ABSTRACT using strings
Generators for set and map modules with printers
module type OrderedType = sig ... endmodule Set : sig ... endmodule Map : sig ... endInteger collections
Utility modules extending the standard library on base types
module Option : sig ... endmodule List : sig ... endmodule String : sig ... endmodule Format : sig ... endmodule Exn : sig ... endManipulation and query of environment variables
module Env : sig ... endSystem query and exit handling
module Sys : sig ... endGeneral use infix function combinators
module Op : sig ... endHelper functions to initialise configuration from the environment
module Config : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page