package omod

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

omod-0.0.5.tbz
sha512=ba4922a3ff0c549a288908d0506ad8e53a0b256c3c564987a8026c6619f2ce5025d930671452caa250d2e23234b6aa29a5fb0b138ada37cb8a1d535c2968ba24

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

Module Omod_ocamlc.CmxaSource

cmxa files

Sourcetype t

The type for cmxa files

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

read_cmxa f reads a cmxa file from f.

Sourceval name : t -> string

name cmxa is the archive name of cmxa.

Sourceval cmxs : t -> Cmx.t list

cmxs cmxa are the cmxs contained in the archive.

Sourceval cobjs : t -> string list

cobjs cmxa are C objects files needed for linking.

Sourceval copts : t -> string list

copts cmxa are options for the C linker.