package ocaml-base-compiler

  1. Overview
  2. Docs
Official 4.06.0 release

Install

Dune Dependency

Authors

Maintainers

Sources

4.06.0.tar.gz
sha256=011879c913e8f988ecdac020b205e2baa4023052efed25013bdb9a6b0d5c6a80
md5=4f3906e581181c5435078ffe3e485e3f

doc/ocamlcommon/Cmi_format/index.html

Module Cmi_format

type pers_flags =
  1. | Rectypes
  2. | Deprecated of string
  3. | Opaque
  4. | Unsafe_string
type cmi_infos = {
  1. cmi_name : string;
  2. cmi_sign : Types.signature_item list;
  3. cmi_crcs : (string * Digest.t option) list;
  4. cmi_flags : pers_flags list;
}
val output_cmi : string -> Pervasives.out_channel -> cmi_infos -> Digest.t
val input_cmi : Pervasives.in_channel -> cmi_infos
val read_cmi : string -> cmi_infos
type error =
  1. | Not_an_interface of string
  2. | Wrong_version_interface of string * string
  3. | Corrupted_interface of string
exception Error of error
val report_error : Format.formatter -> error -> unit
OCaml

Innovation. Community. Security.