package uniq

  1. Overview
  2. Docs
A library which introspect and infer dependencies via codept, ocamlfind and opam

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uniq-0.1.0.tbz
sha256=998588f1053cf03161a4bded6d7f8068c88de497e77fc0bbca81a5234fa444d5
sha512=53d4ee5ad8c01e19a2e1fbda86266768d118f78566b82f0c736338ce2c12258185a5f4dbb90bf0da37a7528098266ec81861bdcfea29e55daa3122a4f3a1daca

doc/uniq.clos/Uniq_clos/index.html

Module Uniq_closSource

Sourcemodule Info = Uniq_info
Sourcemodule Meta = Uniq_meta
Sourcetype env
Sourcetype disambiguate = Modname.t -> Meta.Path.t list -> Meta.Path.t
Sourcetype intf = Modname.t * Info.t
Sourcetype impl = Modname.t * Info.t
Sourceval env : ?cfg:Uniq_cfg.t -> Fpath.t list -> (env, [> `Msg of string ]) result
Sourceval stdlib : env -> Fpath.t option
Sourceval impls : env:env -> disambiguate:disambiguate -> Info.t list -> (Info.t list, [> `Msg of string ]) result
Sourceval verify : env:env -> disambiguate:disambiguate -> Info.t list -> (intf list * impl list, [> `Msg of string ]) result