OpamSysPollThis module polls various aspects of the host, to define the arch, os, etc. variables
val variables :
(OpamVariable.t * OpamTypes.variable_contents option Lazy.t) listThe function used internally to get our canonical names for architectures (returns its input lowercased if not a recognised arch). This is typically called on the output of uname -m
The function used internally to get our canonical names for OSes (returns its input lowercased if not a recognised OS). This is typically called on the output of uname -s