package omod

  1. Overview
  2. Docs
Lookup and load installed OCaml modules

Install

Dune Dependency

Authors

Maintainers

Sources

omod-0.0.3.tbz
sha512=4f53b8cdd054dc1a6813427452a91294e0bbcfefe948fc1caec47be136dbcecf13112bf2b620fa2f667592b04b28df74e3bf012ea0fb0038c1da4217155ca626

doc/omod.support/Omod_ocamlc/Cma/index.html

Module Omod_ocamlc.Cma

cma files

type t

The type for cma files.

val read : Omod.fpath -> (t, string) result

read_cma f reads a cma file from f.

val name : t -> string

name cma is the archive name of cma.

val cmos : t -> Cmo.t list

cmos cma are the cmos contained in the archive.

val custom : t -> bool

custom cma is true if it requires custom mode linking.

val custom_cobjs : t -> string list

custom_cobjs are C objects files needed for custom mode linking.

val custom_copts : t -> string list

custom_copts are extra options passed for custom mode linking.

val dllibs : t -> string list

dllibs are dynamically loaded C libraries for ocamlrun dynamic linking.

OCaml

Innovation. Community. Security.