package rescriptdep

  1. Overview
  2. Docs
A dependency analyzer for ReScript modules

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=b4add411a4fe583fc5e42800189a5d37
sha512=6a5eec651a35db4fc14b4db34c6839bc556868e8f649fd306664ff218dddd8824afeaacfc58a55b2b6b482a0e1ba4837b2bc076ebd22393a38161124b79640f5

doc/rescriptdep.vendor/Cmi_format/index.html

Module Cmi_formatSource

Sourcetype pers_flags =
  1. | Deprecated of string
Sourcetype error =
  1. | Not_an_interface of string
  2. | Wrong_version_interface of string * string
  3. | Corrupted_interface of string
Sourceexception Error of error
Sourcetype 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;
}
Sourceval input_cmi : in_channel -> cmi_infos
Sourceval read_cmi : string -> cmi_infos