package zanuda

  1. Overview
  2. Docs
Linter for OCaml+dune projects

Install

dune-project
 Dependency

Authors

Maintainers

Sources

zanuda-2.0.0.tbz
sha256=0108d8d6e6e23bfe5e5cdade27ae434db921ed4b6f522ea71800f14a7662230e
sha512=c8d633f4083867dfc73caf3b51b63c8c01771f5c286aa0a8357861044448e0b55df38eb695b997df470267ec921adae6f86c73d251fb3e965ac83ebb2c6b856c

doc/zanuda.core/Zanuda_core/Dune_project/Library/index.html

Module Dune_project.LibrarySource

Sourcetype 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;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t