package zanuda

  1. Overview
  2. Docs
type t = {
  1. name : string;
  2. uid : string;
  3. local : bool;
  4. requires : string list;
  5. source_dir : string;
  6. modules : module_ list;
  7. include_dirs : string list;
}
val t_of_sexp : Sexplib0.Sexp.t -> t
OCaml

Innovation. Community. Security.