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-beta2.tar.gz
md5=964c48613248c0091578aebcad94f31b
sha512=75190a847b21a83b2ce2a2c77beda7c63ca11bb2a8ff8699e473379413b7e2f6378bc9bb3e68db86679eec91352281a03687aedd84bf2c2a5193465a0557e6b3
doc/src/opam-format/opamPathName.ml.html
Source file opamPathName.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41(**************************************************************************) (* *) (* Copyright 2025 OCamlPro *) (* *) (* All rights reserved. This file is distributed under the terms of the *) (* GNU Lesser General Public License version 2.1, with the special *) (* exception on linking described in the file LICENSE. *) (* *) (**************************************************************************) let files_d = OpamRepositoryPathName.files_d let repo_d = "repo" let build_d = "build" let config_d = "config" let hooks_d = "hooks" let install_d = "install" let log_d = "log" let overlay_d = "overlay" let packages_d = "packages" let plugins_d = "plugins" let reinstall_d = "reinstall" let remove_d = "remove" let sources_d = "sources" let opam_d = "opam" let opamswitch_d = ".opam-switch" let config_f = "config" let opam_f = OpamRepositoryPathName.opam_f let lock_f = "lock" let environment_f = "environment" let changes_suffix = ".changes" let install_suffix = ".install" let config_suffix = ".config" let opam_suffix = ".opam" let subst_ext = "in" let subst_suffix = "." ^ subst_ext let switch_config = "switch-config" let switch_state = "switch-state" let repo_config = "repo-config"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>