emacs-module: Utilities to write Emacs dynamic modules

[ apache, foreign, foreign-binding, library ] [ Propose Tags ]

This package provides a full set of bindings to emacs-module.h that allows to develop Emacs modules in Haskell. Bindings are based on Emacs 25 version of the interface and thus should work in all subsequent versions of Emacs.

For pointers on how to write minimal Emacs module, please refer to https://github.com/sergv/emacs-module/blob/master/test/src/Emacs/TestsInit.hs

Flags

Manual Flags

NameDescriptionDefault
assertions

Enable runtime assertions

Disabled
module-assertions

Build a plugin that is intended to be used with Emacs's '--module-assertions' flag enabled. Plugin will not free any global values returned to Emacs and thus have an ever-growing memory leak.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.1.1, 0.2, 0.2.1
Change log ChangeLog.md
Dependencies base (>=4.14 && <5), bytestring, deepseq, exceptions, monad-control, mtl, prettyprinter (>=1.7), resourcet, safe-exceptions-checked, template-haskell, text, transformers-base, vector, void [details]
License Apache-2.0
Author Sergey Vinokurov
Maintainer Sergey Vinokurov <serg.foo@gmail.com>
Category Foreign, Foreign binding
Home page https://github.com/sergv/emacs-module
Source repo head: git clone https://github.com/sergv/emacs-module.git
Uploaded by SergeyVinokurov at 2022-04-09T11:10:06Z
Distributions LTSHaskell:0.2.1, NixOS:0.2.1, Stackage:0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3123 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-04-09 [all 1 reports]