Module Workspace.Require

type t = {
  1. library : string;
  2. from : string option;
  3. flags : Vernacexpr.export_with_cats option;
}