package relocatable
- 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)"
>
On This Page
Relocatable packages required
Install
dune-project
Dependency
Authors
Maintainers
Description
This virtual package is used to specify switch and package requirements for Relocatable packages. A package is Relocatable if all its installed files may be copied to another switch, rather than requiring the package to be recompiled for a different switch.
A package which is not Relocatable should include "relocatable" in its conflicts field.
A switch which should consist only of relocatable packages should include the "relocatable" package in its switch invariant.
Published: 13 Mar 2026
Dependencies
None
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page