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/Errors/index.html

Module Spin.Errors

exception Missing_env_var of Base.string
exception Incorrect_destination_path of Base.string
exception Incorrect_template_name of Base.string
exception Config_file_syntax_error
exception Current_directory_not_a_spin_project
exception Generator_does_not_exist of Base.string
exception Cannot_parse_template_file of Base.string
exception Cannot_access_remote_repository of Base.string
exception Generator_files_already_exist of Base.string
exception Subprocess_exited_with_non_zero of Base.string * Base.int
exception External_command_unavailable of Base.string
exception Cannot_checkout_version of Base.string
val handle_errors : (Base.unit -> 'a) -> 'a
type error = {
  1. doc : Base.string;
  2. exit_code : Base.int;
}
OCaml

Innovation. Community. Security.