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.
EXWM-X is a derivative window manager based on EXWM, with focus on mouse-control.
Helm-CIDER adds Helm interfaces to cider-apropos, cider-apropos-documentation, cider-browse-ns (namespaces).
It also provides original Helm commands: helm-cider-spec, helm-cider-spec-ns, helm-cider-repl-history, helm-cider-cheatsheet.
This package is a major mode for Emacs that provides syntax highlighting for SPARQL. It can also execute queries against a SPARQL HTTP endpoint, such as Fuseki or DBPedia.
Ido-ubiquitous enables ido-style completion for almost every function that uses the standard completion function completing-read.
evil-matchit is a minor mode for jumping between matching tags in evil mode using %. It is a port of matchit for Vim.
This package provides functions for inserting the definition of natural constants and units into an Emacs buffer.
This package provides Emacs Lisp utilities for a variety of tasks, including version control, task management, and regex-based replacement.
Rustic is a fork of Rust mode. In addition to its predecessor, it offers the following features:
Flycheck integration,
Cargo popup,
multiline error parsing,
translation of ANSI control sequences through XTerm color,
asynchronous Org Babel,
custom compilation process,
rustfmterrors in a Rust compilation mode,automatic LSP configuration with Eglot or LSP mode,
optional Rust inline documentation,
etc.
This package provides a Flymake backend for GNU Guile using guild compile.
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.
plan9 is an Emacs theme with light colors and a classic look which is inspired by the colors of Plan 9 from Bell Labs.
The Emacs library isearch-prop.el lets you search within contexts. You can limit incremental search to a set of zones of buffer text, search contexts that in effect constitute a multi-region. These zones can be defined in various ways, including some ways provided specially by this library.
This package mainly defines a macro which helps remove some of the boilerplate code from defining new Flymake backend functions.
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 package provides a NTLM handler for the URL package.
This simple Emacs minor mode allows you to toggle a window's "dedicated" flag. When a window is "dedicated", Emacs will not select files into that window. This can be quite handy since many commands will use another window to show results (compilation mode, starting info, and so on). A dedicated window won't be used for such a purpose. For details, please read the source file.
This package provides Yasnippets snippets for Doom Emacs. It also exposes a small API to assist in writing your own snippets.
The use-package macro allows you to isolate package configuration in your .emacs file in a way that is both performance-oriented and tidy.
emacs-dumbparens is a minor mode for Emacs that deals with parens pairs and doesn't try to be smart about it.
This package allows you to execute org-mode source code blocks with eval-in-repl. It can execute code blocks asynchronously, without needing to write the result into the buffer.
This package is a transient extension, which uses posframe (a child frame) to show transient popups in Emacs. It was developed with transient popups of magit in mind.
Emacs-Syncthing is a client for the Syncthing file synchronization tool which provides an Emacs interface to replace the built-in web UI.
Emacs Polyglot, or Eglot, is an Emacs Language Server Protocol client that stays out of the way. It guesses the LSP program to start for the current file, using the major mode as a hint. It prompts you to enter one if it fails.
This package provides an Emacs interface to hg histedit for editing the commit history.