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 Emacs library for parsing .bib files.
This package uses emacs-xterm-color to add customizable 256 color support to term and ansi-term.
This package provides a GUI for defining and monitoring services.
This package provides support for programming with ISLisp in Emacs. It features a major mode with syntax highlighting, symbol autocompletion and documentation search, among other features. It also includes an inferior mode with REPL integration. Currently it only supports the Easy ISLisp (eisl) implementation.
This package provides desktop notifications for mu4e. Additionally it can display the number of unread emails in the mode line.
This backend for Company allows for C++ code completion with Irony mode using Clang tooling.
This package adds support to Org-Babel for evaluating Python source code using IPython.
Preserve the state of scratch buffers across Emacs sessions by saving the state to and restoring it from a file, with auto-saving and backups.
Roguel-ike is an attempt to develop a coffee-break roguelike for Emacs. The complete game would allow the player to create various characters and to make them fulfill challenges like arena fight and short dungeon explorations.
This package provides a major mode for editing Fluke 9010a "9LC" files.
This package provides a major mode for editing ReScript source code.
emacs-popon allows you to pop text on a window, what we call a popon. Popons are window-local and sticky, they don't move while scrolling, and they even don't go away when switching buffer, but you can bind a popon to a specific buffer to only show on that buffer.
This package is a potpourri of helper functions to control a MPV process via its IPC interface.
CDLaTeX is an Emacs minor mode supporting fast insertion of environment templates and math in LaTeX. Similar commands are also offered as part of the AUCTeX package, but it is not the same - CDLaTeX focuses on speediness for inserting LaTeX constructs.
Use the python black package to reformat python buffers.
This package provides Org Babel support for evaluating Asymptote source code. This differs from most standard languages in that:
there is no such thing as a ``session'' in Asymptote,
we are generally only going to return results of type
file,we are adding the
fileandcmdlineheader arguments, if file is omitted then the -V option is passed to theasycommand for interactive viewing.
nov.el provides a major mode for reading EPUB documents.
This package defines a global minor mode to pair buffers with a companion, such that when the buffer is displayed in a window, the companion is also displayed.
The Emacs IPython Notebook (EIN) package provides a Jupyter Notebook client and integrated REPL (like SLIME) in Emacs. EIN improves notebook editing by allowing you to use Emacs. It also expose IPython features such as code evaluation, object inspection and code completion. These features can be accessed anywhere in Emacs and improve Python code editing and reading in general in Emacs.
Pug mode offers Emacs support for Pug. Unlike Jade mode, it is based off of Slim mode.
Repeat multi-command "edits" with configurable behavior, supporting multiple modal editing systems.
This library allows creating SVG icons by parsing remote collections whose license are compatibles with Emacs. The default size of an icon is exactly 2x1 characters such that it can be inserted inside a text without disturbing alignment.
The plz-media-type library enhances MIME type handling for HTTP requests within Emacs. It leverages the Plz HTTP library for networking calls and introduces a mechanism to process responses based on the content type header. This library defines various classes and methods for parsing and processing standard MIME types, including JSON, XML, HTML, and binary data, in a streaming and non-streaming way.
RYO modal provides a convenient way of defining modal keybindings in Emacs, and does not come with any predefined bindings.