Module Omod_ocamlc.Cma
cma files
val read : Omod.fpath -> (t, string) Stdlib.resultread_cma freads a cma ile fromf.
val name : t -> stringname cmais the archive name ofcma.
val custom : t -> boolcustom cmaistrueif it requires custom mode linking.
val custom_cobjs : t -> string listcustom_cobjsare C objects files needed for custom mode linking.
val custom_copts : t -> string listcustom_coptsare extra options passed for custom mode linking.
val dllibs : t -> string listdllibsare dynamically loaded C libraries for ocamlrun dynamic linking.