package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 5.0.0

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.0.tar.gz
sha256=72fa3d0ba19b82fcb9e6c62e0090b9d22e5905c4be0f94faf56904a9377a9e5b

doc/compiler-libs.common/Cmxs_format/index.html

Module Cmxs_format

type dynunit = {
  1. dynu_name : Misc.modname;
  2. dynu_crc : Digest.t;
  3. dynu_imports_cmi : Misc.crcs;
  4. dynu_imports_cmx : Misc.crcs;
  5. dynu_defines : string list;
}
type dynheader = {
  1. dynu_magic : string;
  2. dynu_units : dynunit list;
}
OCaml

Innovation. Community. Security.