emacs-module: Utilities to write Emacs dynamic modules
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 28 version of the interface and thus should work in all subsequent versions of Emacs, but will now work with earlier versions.
For pointers on how to write minimal Emacs module, please refer to tutorial https://github.com/sergv/emacs-module/blob/master/Tutorial.md.
Entry point: Emacs.Module module.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
call-stacks | Enable call stacks | Disabled |
assertions | Enable runtime assertions | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- emacs-module-0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.1.1, 0.2, 0.2.1, 0.2.1.1 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.16 && <4.20), bytestring, deepseq, exceptions, filepath (>=1.4.100), monad-control, monad-interleave (>=0.2), mtl (>=2.3), prettyprinter (>=1.7), prettyprinter-combinators, primitive, template-haskell, text (>=2), transformers-base, tuples-homogenous-h98, vector (>=0.13), void [details] |
License | Apache-2.0 |
Author | Sergey Vinokurov |
Maintainer | Sergey Vinokurov <serg.foo@gmail.com> |
Revised | Revision 1 made by SergeyVinokurov at 2024-05-16T22:48:24Z |
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 2023-05-09T00:01:45Z |
Distributions | LTSHaskell:0.2.1, NixOS:0.2.1, Stackage:0.2.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3249 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-05-09 [all 1 reports] |