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.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 && <5), bytestring, deepseq, exceptions, filepath (>=1.5), monad-control, monad-interleave (>=0.2), mtl (>=2.3), os-string, prettyprinter (>=1.7), prettyprinter-combinators, primitive, template-haskell, text (>=2), transformers-base, tuples-homogenous-h98, vector (>=0.13), void [details] |
Tested with | ghc ==9.2.8, ghc ==9.4.7, ghc ==9.6.3, ghc ==9.8.1, ghc ==9.10.1 |
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 2024-05-16T22:45:09Z |
Distributions | LTSHaskell:0.2.1, NixOS:0.2.1, Stackage:0.2.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3296 total (34 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-05-16 [all 1 reports] |