omod.support
Omod_ocamlc.Cma
cma files
cma
omod
type t
The type for cma files.
val read : Omod.fpath -> (t, string) result
read_cma f reads a cma file from f.
read_cma f
f
val name : t -> string
name cma is the archive name of cma.
name cma
val cmos : t -> Cmo.t list
cmos cma are the cmos contained in the archive.
cmos cma
cmo
val custom : t -> bool
custom cma is true if it requires custom mode linking.
custom cma
true
val custom_cobjs : t -> string list
custom_cobjs are C objects files needed for custom mode linking.
custom_cobjs
val custom_copts : t -> string list
custom_copts are extra options passed for custom mode linking.
custom_copts
val dllibs : t -> string list
dllibs are dynamically loaded C libraries for ocamlrun dynamic linking.
dllibs