Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides an ESS-like binding to send lines or regions to a REPL from Erlang buffers.
This package provides a major mode for editing Systemd unit files in GNU Emacs.
This package provides the ability to scrape YouTube, with the results displayed in a tabulated list format. The videos can be opened with a user-defined video player (by default mpv) or downloaded using yt-dlp. This package also includes a minimal yt-dlp wrapper.
Weyland Yutani is a dark Emacs theme based on the Alien movie franchise.
Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML files. The various elements of the HTML input are parsed with customizable functions (e.g. webfeeder-title-function).
Out-of-box, Citar provides default support for file-per-note bibliographic notes that are compatible with Org-Roam v2. This package integrates directly with the Org-Roam database, and provides the following additional features to Citar note support:
multiple references per note
multiple reference notes per file
ability to query note citations by reference
``live'' updating of Citar UI for presence of notes
This package provides a minor mode form-feed-mode to display page delimiters which usually appear as ^L glyphs on a single line as horizontal lines spanning the entire window. The minor mode is suitable for inclusion into mode hooks and is intended to be used that way.
Dhall-mode provides an Emacs Major mode for working with the Dhall configuration language. It features:
Syntax highlighting
Multiline support for String
Basic indentation, commenting
Automatic formatting on save using dhall-format.
Error highlighting.
emacs-objed allows navigating and editing text objects. It enables modal editing and composition of commands, too. It combines ideas of other Editors like Vim or Kakoune and tries to align them with regular Emacs conventions.
Dall-e Shell is a comint-based Dall-e shell for Emacs.
This package provides Yasnippets snippets for Clojure.
This package provides a simple HTTP server written in Emacs Lisp to serve files and directory listings.
Zenburn theme is a port of the popular Vim Zenburn theme for Emacs. It is built on top of the custom theme support in Emacs 24 or later.
This package adds Clojure syntax checker clj-kondo.
This package is an Emacs minor mode and allows you to edit one occurrence of some text in a buffer (possibly narrowed) or region, and simultaneously have other occurrences edited in the same way.
You can also use Iedit mode as a quick way to temporarily show only the buffer lines that match the current text being edited. This gives you the effect of a temporary keep-lines or occur.
This package can be used with multiple-cursors to provide an incremental search that moves all fake cursors in sync.
This package shows a list of all SRFIs and provides commands to visit them in your web browser.
This package provides a backend for Flymake to use the tool ShellCheck for static analyzing bash and sh scripts.
This package provides convenience functions to insert dummy Latin text into a buffer. This can be useful if you need to produce paragraphs or pages of text for testing purposes.
This package implements the macro ##, which provides compact syntax for short lambda.
This is a major mode for managing password-store (pass) keychains. The keychain entries are displayed in a directory-like structure and can be consulted and modified.
This is a translation framework on Emacs, with high configurability and extensibility. It can easily be extended to various Text-to-Text conversion scenarios.
info-rename-buffer-mode is a global minor-mode that automatically renames Info buffers to match their visiting manual. That's a useful feature when consulting several Info manuals simultaneously, because it frees the user from the burden of renaming Info buffers to descriptive names manually before visiting another manual, thus avoiding accidentally overriding the currently visited node in case the user tries to open a new Info buffer.
This module lets you access the PostgreSQL object-relational DBMS from Emacs, using its socket-level frontend/backend protocol. The module is capable of automatic type coercions from a range of SQL types to the equivalent Emacs Lisp type. This is a low level API, and won't be useful to end users.