Ubolonton's ELPA

This is my Emacs Lisp Package Archive, mainly for packages that contain dynamic modules, built with emacs-module-rs.

It distributes pre-compiled binaries, to save users from the hassle of building these from source.

To use this ELPA, put the following somewhere in your init file:

(require 'package)
(add-to-list 'package-archives '("ublt" . "https://elpa.ubolonton.org/packages/"))

To check that your Emacs was built with dynamic module support:

(functionp 'module-load)

Available packages: