package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

merlin-5.6-503.tbz
sha256=b0dcad092aaaf7a23f65ab9a089e8761bd665cc72357909e0ac6c2182f4fc2d4
sha512=9987baf2b2e82bab4c90a328bfcba9945e797e0f3d947156f04435ee84b49542844b379e35a79027c3ffe81f4b7a8f1c60803233999b4c039d4598033371880d

doc/merlin-lib.ocaml_parsing/Ocaml_parsing/Unit_info/Artifact/index.html

Module Unit_info.ArtifactSource

Build artifacts

Sourcetype t

Metadata for a single compilation artifact:

  • the module name associated to the artifact
  • the filesystem path
  • the input source file if it exists
Sourceval source_file : t -> filename option

source_file a is the source file of a if it exists.

Sourceval prefix : t -> file_prefix

prefix a is the filename prefix of the compilation artifact.

Sourceval filename : t -> filename

filename u is the filesystem path for a compilation artifact.

Sourceval modname : t -> modname

modname a is the module name of the compilation artifact.

Sourceval from_filename : filename -> t

from_filename filename reconstructs the module name modname_from_source filename associated to the artifact filename.

On This Page
  1. Build artifacts