module type SECTION = sig
.. end
val available : t -> OpamTypes.section list
List the available sections
val kind : t -> OpamTypes.section -> string
Return the section kind
val asmcomp : t -> OpamTypes.section -> string list
Return the list of native-compiler options
val bytecomp : t -> OpamTypes.section -> string list
Return the list of bytecode-compiler options
val asmlink : t -> OpamTypes.section -> string list
Return the list of native-code linking options
val bytelink : t -> OpamTypes.section -> string list
Return the list of bytecode linking options
val requires : t -> OpamTypes.section -> OpamTypes.section list
Return the build requirements
val variable : t ->
OpamTypes.section -> OpamTypes.variable -> OpamTypes.variable_contents option
Return the value of variables
val variables : t -> OpamTypes.section -> OpamTypes.variable list
The list of local variables