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.
Sorcery is a dark and low-contrast Emacs theme inspired by Apprentice and Sourcerer.
Debpaste is an Emacs interface for the Debian Pastezone, allowing you to receive, post, and delete pastes. It communicates with the server using XML-RPC.
This package provides a major mode that let the user interact with SWI-Prolog in all buffers. For instance, one can consult Prolog programs and evaluate embedded queries. This mode is focused on the command ediprolog-dwim (Do What I Mean) which is supposed to, depending on the context, carry out the appropriate action.
The use-package macro allows you to isolate package configuration in your .emacs file in a way that is both performance-oriented and tidy.
This is an Emacs mode to give you a UI for managing init system daemons (services) for those getting tired of typing out sudo service my_thing reload all the time. It offers a consistent UI over different init systems.
emacs-linum-relative displays the relative line number on the left margin in Emacs.
Skempo is an attempt to improve Emacs built-in Skeleton and Tempo templates. It tries to make a unified syntax for template definitions. It also adds tags and marks support for Skeleton, and Abbrev support for Tempo.
VHDL-ts-mode provides syntax highlighting, indentation, imenu, which-func, navigation and basic beautify and completion features to navigate and edit VHDL files.
This package provides a Helm interface to lookup Clojure documentation on https://clojuredocs.org with Helm.
Two function are exposed:
helm-clojuredocs: opens a Helm session with no initial pattern. Searching starts with minimal 3 characters entered.helm-clojuredocs-at-point: opens a Helm session with initial pattern guessed from thing under current cursor position.
This package provides emacs-helm commands for emacs-org-ql, a Lispy query language for Org files, allowing for actions to be performed based on search criteria.
Flymake collects diagnostic information for multiple sources, called backends, and visually annotates the relevant portions in the buffer.
emacs-straight is a purely functional package manager for the Emacs hacker.
Disproject is a package for GNU Emacs that implements Transient menus for dispatching project-related commands on top of the Project library. It aims to provide a more capable version of the project-switch-project command, which it is inspired by. Those who are familiar with Projectile may also find similarities to projectile-commander.
Consult-dir allows you to easily insert directory paths into the minibuffer prompt in Emacs.
When using the minibuffer, you can switch---with completion and filtering provided by your completion setup---to any directory you’ve visited recently, or to a project or bookmarked directory. The minibuffer prompt will be replaced with the directory you choose.
This package is a front end for the command-line program djvused from DjVuLibre, see http://djvu.sourceforge.net/.
This package permits comparisons of two or three buffers based on diff output.
xterm-color.el is an ANSI control sequence to text-property translator.
Pippel is an Emacs frontend for the Python package manager Pip. As Pippel also uses Tabulated List mode, it provides a similar package menu like package-list-packages.
emacs-git-messenger provides git-messenger:popup-message, a function that when called, will popup the last git commit message for the current line. This uses git-blame internally.
This package defines cargo-minor-mode, which gives a set of key combinations to perform Cargo tasks within Rust projects.
This package provides a basic major mode for editing .hgignore files used by the Mercurial version control system.
This package provides a major mode for editing Systemd unit files in GNU Emacs.
This package define functions for swapping buffers between windows contained in the same frame. An alternate behavior is to have the current window switch to the previous buffer instead of swapping with the other window.
This package provides a popup offering a preview of a list of candidates on which user-defined dispatch actions can act.