sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Information about the final application.
val config_file : t -> Fpath.t
config_file t
is the configuration file of the application.
val name : t -> string
name t
is the name of the application.
val main : t -> Fpath.t
main t
is the name of the main application file.
with_output t o
is similar to t
but with the output set to Some o
.
val libraries : t -> string list
libraries t
are the direct OCamlfind dependencies.
val opam :
t ->
extra_repo:(string * string) list ->
install:Install.t ->
opam_name:string ->
Opam.t
opam scope t
is t
'opam file to install in the scope
context.
val context : t -> Key.context
parsed t
is a value representing the command-line argument being parsed.
val v :
?config_file:Fpath.t ->
packages:Package.t list ->
keys:Key.t list ->
context:Key.context ->
?configure_cmd:string ->
?pre_build_cmd:(Fpath.t option -> string) ->
?lock_location:(Fpath.t option -> string -> string) ->
build_cmd:string ->
src:[ `Auto | `None | `Some of string ] ->
string ->
t
create context n r
contains information about the application being built.
val pp : bool -> t Fmt.t