package b0
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0
doc/b0.kit/B0_odoc/Compile/index.html
Module B0_odoc.Compile
Source
Compiling .cmi
, .cmti
, .cmt
and .mld
files to .odoc
files.
Compile
Compilation dependencies, for compiling .cmi
, .cmti
or .cmt
files to .odoc
files.
Compilation writes, files written by compiling a .cmi
, .cmti
, .cmt
or .mld
file to an .odoc
file.
Source
val cmd :
?resolve_forward_deps:bool ->
?hidden:bool ->
B0_memo.t ->
odoc_deps:B0_std.Fpath.t list ->
writes:B0_std.Fpath.t list ->
pkg:string ->
B0_std.Fpath.t ->
o:B0_std.Fpath.t ->
unit
cmd m ~resolve_forward_deps ~hidden ~odoc_deps ~writes ~pkg cobj o
compiles the compilation object cobj
part of package pkg
to destination odoc file o
.
Convenience
Source
val to_odoc :
B0_memo.t ->
?hidden:bool ->
pkg:string ->
odoc_deps:B0_std.Fpath.t list ->
B0_std.Fpath.t ->
o:B0_std.Fpath.t ->
unit
to_odoc m ~hidden ~pkg ~odoc_deps obj ~o
compiles obj
(which can be any of a .cmi
, .cmt
, .cmti
or .mld
file) to an odoc file o
assuming it depends on odoc_deps
and is part of package pkg
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page