package zanuda

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
sha256=5b7deabdb016858a0e19ddfb7647f628a243065f88c5ae9f4c362500d51cea7a
sha512=ceb852103fbbb88b5eeb8130bc7aa8bffe7130df6645d3298e1bb9b8f7e8f6c7b323ccc474cf92a08d28e7b80e9a96d68fd53de2e51c7c0e7d8e3e82e436b4bc

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

Module Zanuda_core.Dune_projectSource

Specialized data type to deserialize the output of 'dune describe'

Sourcetype module_ = {
  1. name : string;
  2. impl : string option;
  3. intf : string option;
  4. cmt : string option;
  5. cmti : string option;
}
Sourceval sexp_of_module_ : module_ -> Sexplib0.Sexp.t
Sourceval module__of_sexp : Sexplib0.Sexp.t -> module_
Sourceval module_ : ?cmt:string -> ?cmti:string -> string -> module_
Sourcetype executables = {
  1. names : string list;
  2. modules : module_ list;
  3. requires : string list;
  4. include_dirs : string list;
}
Sourceval executables_of_sexp : Sexplib0.Sexp.t -> executables
Sourcemodule Library : sig ... end
Sourcetype t =
  1. | Executables of executables
  2. | Library of Library.t
  3. | Root of string
  4. | Build_context of string
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
OCaml

Innovation. Community. Security.