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 facilitates the creation and maintenance of tables of contents.
This package provides a TRAMP method for Docker containers.
Hyperspace is a way to get nearly anywhere from wherever you are, whether that's within Emacs or on the web. It's somewhere in between Quicksilver and keyword URLs, giving you a single, consistent interface to get directly where you want to go. It’s for things that you use often, but not often enough to justify a dedicated binding.
This package provides an ESS-like binding to send lines or regions to a REPL from Javascript buffers.
SLIME extends Emacs with support for interactive programming in Common Lisp. The features are centered around slime-mode, an Emacs minor mode that complements the standard lisp-mode. While lisp-mode supports editing Lisp source files, slime-mode adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.
This package provides a Hexchat-like status bar for joined channels in ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the erc-track module, and displays all the same information erc-track does in the mode line, but in an alternative format.
This package provides a minor mode that replaces keywords or expressions with SVG rounded box labels that are fully customizable.
Sorcery is a dark and low-contrast Emacs theme inspired by Apprentice and Sourcerer.
This package automatically pulls changes from source code to their corresponding tangled blocks.
This package provides support for the Bazel build system. See https://bazel.build/ for background on Bazel.
This package can visualize maildirs hierarchically in Notmuch's ``hello buffer''.
git-link returns the URL for the current buffer's file location at the current line number or active region. git-link-commit returns the URL for a commit. URLs are added to the kill ring.
This package provides Marginalia mode which adds marginalia to the minibuffer completions. Marginalia are marks or annotations placed at the margin of the page of a book or in this case helpful colorful annotations placed at the margin of the minibuffer for your completion candidates.
This package is an alternative frontend for completion-at-point. It replaces the standard completions buffer with Ido prompt.
This package provides a major mode for editing OCaml code in Emacs. Some of its major features include:
syntax highlighting (font lock);
automatic indentation;
querying the type of expressions (using compiler generated annot files);
running an OCaml REPL within Emacs;
scanning of declarations and placing them in a menu.
org-auto-tangle allows you to automatically tangle code blocks whenever saving an org-mode file.
Sakura Emacs theme is the rose tinted fork of Creamsody, inspired by the Deep Purple.
This package provides tree-sitter major mode for editing Devicetree files.
json-reformat provides a reformatting tool for JSON.
ERC is a powerful, modular, and extensible IRC client for Emacs.
This package features a new, portable, visual stepping facility for Common Lisp, realized as an extension to SLY.
Casual is a collection of opinionated Transient-based keyboard driven user interfaces for various built-in modes.
This package provides a sort of right-click contextual menu for Emacs offering you relevant actions to use on a target determined by the context.
In the minibuffer, the target is the current best completion candidate. In the *Completions* buffer the target is the completion at point. In a regular buffer, the target is the region if active, or else the file, symbol or URL at point.
The type of actions offered depend on the type of the target. For files you get offered actions like deleting, copying, renaming, visiting in another window, running a shell command on the file, etc. For buffers the actions include switching to or killing the buffer. For package names the actions include installing, removing or visiting the homepage.
This is an Emacs mode for editing, debugging and developing Haskell programs.