package ecaml

  1. Overview
  2. Docs
Library for writing Emacs plugin in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.12.0.tar.gz
sha256=765b64e5767a1da79f38734b40b99c465856a236256cdd4ca706449d5fb2b05e
md5=2ddd362aec66de0a82e8aa1c05ec1fa4

doc/ecaml.ecaml_value/Ecaml_value/Value/Stat/index.html

Module Value.Stat

type t = {
  1. emacs_free_performed : int;
  2. emacs_free_scheduled : int;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val now : unit -> t
val diff : t -> t -> t
OCaml

Innovation. Community. Security.