Module As_args

module As_args: sig .. end
Build argument bundles

For documentation see Assemblage.Args.



Argument bundles


type t 
val v : ?exists:bool As_conf.value ->
As_ctx.t -> string list As_conf.value -> t
val vc : ?exists:bool As_conf.value -> As_ctx.t -> string list -> t
val empty : t
val is_empty : t -> bool
val append : t -> t -> t
val (@@@) : t -> t -> t
val concat : t list -> t
val deps : t -> As_conf.Key.Set.t
val for_ctx : As_conf.t -> As_ctx.t -> t -> string list
val pp : As_conf.t -> Format.formatter -> t -> unit

Built-in argument bundles


val linkall : t
val thread : t
val vmthread : t
val cclib : string list -> t
val ccopt : string list -> t
val stub : string -> t