package codept-lib

  1. Overview
  2. Docs
module Lbl : sig ... end
type p = Namespaced.t
type local_association = {
  1. path : p;
  2. ml : string option;
  3. mli : string option;
}
type library_module = {
  1. path : p;
  2. lib : p;
}
type unit = {
  1. file : string;
  2. deps : p list;
}
type deps = {
  1. dependencies : unit list;
  2. local : local_association list;
  3. library : library_module list;
  4. unknown : p list;
}
val schema : (Lbl.deps, deps) Schematic.Ext.t
OCaml

Innovation. Community. Security.