package ecaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.14.0.tar.gz
sha256=ca97b30782e1b9fc42ccd54ba6afd60a7eb1087b56f3e21076ae33abfa638dfa
md5=ecae1a972130cd93c64eecc1ed71cad1

doc/ecaml.ecaml_value/Ecaml_value/index.html

Module Ecaml_value

module Caml_embed : sig ... end
module Ecaml_callback : sig ... end

This module is used to enforce the expected types of registered callbacks.

module Feature : sig ... end
module Form : sig ... end

An Emacs "form", which is a Lisp object that is intended to be evaluated. (Info-goto-node "(elisp)Forms").

module Funcall : sig ... end

A typeful interface for calling Elisp, as external does for C. E.g.,

module Function : sig ... end

Lower-level interface for functions that call from Emacs to OCaml.

module Generated_bindings : sig ... end
module Symbol : sig ... end
module Value : sig ... end
module Valueable : sig ... end
val message : string -> unit
val messagef : ('a, unit, string, unit) Core_kernel.format4 -> 'a
val message_s : Core_kernel.Sexp.t -> unit
val initialize : unit -> unit
OCaml

Innovation. Community. Security.