package spin

  1. Overview
  2. Docs
Project scaffolding tool and set of templates for Reason and OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

spin-0.5.1.tbz
sha256=63f80ce6baa89438f3b5b5f0a07fe8ec3648a0af2116f64d1ced0a55e1db1452
sha512=15df032c37f5bebab26e36b732c8c4fd5e63ade258a4c045e601f61fe142c01757e83a3903e76114e606ef7aea0bb46f998f98bf94dde40c07168cf5e009be22

doc/spin.lib/Spin/Config_file_doc/index.html

Module Spin.Config_file_doc

type cst =
  1. | Name of Base.string
  2. | Description of Base.string
val cst_of_sexp : Sexplib0.Sexp.t -> cst
type t = {
  1. name : Base.string;
  2. description : Base.string;
}
type doc = t
val path : string
val doc_of_cst : cst Base.list -> doc
val t_of_cst : use_defaults:'a -> models:'b -> global_context:'c -> cst Base.list -> doc
OCaml

Innovation. Community. Security.