package ecaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.15.0.tar.gz
sha256=89f2806dd37012b07ddbaf40c2d9cfb9de29289944d921d23f4fd9b93d5c7cba

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 -> Sexplib0.Sexp.t
val now : unit -> t
val diff : t -> t -> t
OCaml

Innovation. Community. Security.