codept-lib
Schema
codept-lib.bundled
module Lbl : sig ... end
val namespace : (Lbl.namespace, Module.Namespace.t) Schematic.Ext.t
val m2l : (Lbl.m2l, M2l.t) Schematic.Ext.t
type p = Namespaced.t
type local_association = {
path : p;
ml : string option;
mli : string option;
}
type library_module = {
lib : p;
type unit = {
file : string;
deps : p list;
type deps = {
dependencies : unit list;
local : local_association list;
library : library_module list;
unknown : p list;
val x : (Lbl.deps, deps) Schematic.Ext.t
val schema : (Lbl.deps, deps) Schematic.Ext.t