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/Cmt/index.html

Module Omod_ocamlc.Cmt

cmt 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.

OCaml

Innovation. Community. Security.