package omod

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

Install

Dune Dependency

Authors

Maintainers

Sources

omod-0.0.4.tbz
sha512=cab9e8ab6ca6e836fdaa3dcf9552d31e4de2bf069fcab096c1565d204ff91fc3516cd017a13702d749580bd3563c462db3277ab036cfc5d3cb9703a08ddbb927

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

Module Omod_ocamlc.Cmx

cmx files

include DOBJ
type t

The type for the object files.

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

read f reads an object file from f.

val name : t -> string

name o is the object name of o.

val iface_digest : t -> Digest.t

iface_digest o is the interface digest of o.

val iface_deps : t -> (string * Digest.t option) list

iface_deps o are the interfaces o depends on; without itself.

val digest : t -> Digest.t

digest cmx is the implementation digest of cmx.

val cmx_deps : t -> (string * Digest.t option) list

cmx_cmx_deps cmx are the implementations cmx depends on.

OCaml

Innovation. Community. Security.