package statocaml_changelog

  1. Overview
  2. Docs
Typed changelog

Install

Dune Dependency

Authors

Maintainers

Sources

statocaml-0.1.0.tar.gz
md5=df68d4831c73322a834d4483c2429bae
sha512=7a714c81bf552d04deb61ac4fd7fb0ba8a9afe811762dcc9f154c5bad4009ea196c7e1f21cb342f657e21d1b554644c469d2853351796685461f641ce4eff705

doc/statocaml_changelog/Changelog/index.html

Module ChangelogSource

Sourceval name_wrapper : string W.t
Sourcetype contributor = string * int
Sourceval contributor_wrapper : (string * int) W.t
Sourcetype entry = {
  1. references : int list;
  2. text : string;
  3. break : bool;
  4. analysis : contributor list;
  5. authors : contributor list;
  6. review : contributor list;
  7. suggestion : contributor list;
  8. report : contributor list;
  9. other : contributor list;
}
Sourceval default_entry : entry
Sourceval entry_wrapper : entry Ocf.Wrapper.t
Sourceval pp_contributors : Format.formatter -> (string * 'a) list -> unit
Sourceval pp_entry : Format.formatter -> entry -> unit
Sourceval pp_entries : Format.formatter -> entry list -> unit
Sourceval entry_mapping : string Statocaml.Smap.t
Sourceval fixing_entry_wrapper : entry W.t
Sourcetype categories = entry list Statocaml.Smap.t
Sourceval categories_wrapper : entry list Statocaml.Smap.t W.t
Sourceval pp_category : Format.formatter -> string -> entry list -> unit
Sourceval pp_categories : Format.formatter -> entry list Statocaml.Smap.t -> unit
Sourcetype version = {
  1. major : int;
  2. minor : int;
  3. fix : int;
}
Sourceval version : int -> int -> int -> version
Sourceval compare_version : version -> version -> int
Sourceval string_of_version : version -> string
Sourceval pp_version : Format.formatter -> version -> unit
Sourcetype release = {
  1. date : Ptime.t option;
  2. version : version;
  3. categories : categories;
}
Sourceval empty : 'a Statocaml.Smap.t
Sourceval releases_to_events : release Statocaml.Smap.t -> Statocaml.Types.event list
Sourceval pp_release : Format.formatter -> string -> release -> unit
Sourceval pp_releases : Format.formatter -> release Statocaml.Smap.t -> unit
Sourceval month_of_string : string -> int
Sourceval re_version : Re.t
Sourceval re_version_comp : Re.re
Sourceval re_release_name : Re.re
Sourceval version_of_string : string -> version option
Sourceval release_of_json : string -> Yojson.Safe.t -> string * release
Sourceval read_file : Lwt_io.file_name -> release Statocaml.Smap.t Lwt.t
Sourceval release_of_version : release Statocaml.Smap.t -> string -> release option
OCaml

Innovation. Community. Security.