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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides Emacs bindings to ØMQ.
This package allows you to load environments buffer locally. The package is named ben, which stands for Buffer ENvironments.
The project relies on direnv which allows setting per-directory environments through .envrc files.
The main improvement of ben over envrc is the asynchronous processing of environments, which prevents Emacs from freezing. This is especially useful while loading computationally heavy environments, such when loading .envrc files that rely on Guix. In these cases, computations can take hours to complete. This package aims to facilitate loading such environments in the background.
El2org is a simple tool, which can convert Emacs-lisp file to org file, you can use this tool to write orgify commentary.
es-mode includes highlighting, completion and indentation support for Elasticsearch queries. Also supported are es-mode blocks in org-mode, for which the results of queries can be processed through jq, or in the case of aggregations, can be rendered in to a table. In addition, there is an es-command-center mode, which displays information about Elasticsearch clusters.
Cov shows code coverage data for your program in Emacs. It supports currently gcov, lcov, coverage.py, and clover output, as well as the Coveralls format produced by Undercover.
This Emacs library provides two functions that perform schema validation.
GN mode is a major mode for editing GN config files in Emacs. Files of this type (e.g., BUILD.gn or *.gni) are common in Chromium-derived projects.
Irony-eldoc is an eldoc extension that shows documentation for the current function or variable in the minibuffer.
Emacs-Guix provides a visual interface, tools and features for the GNU Guix package manager. Particularly, it allows you to do various package management tasks from Emacs. To begin with, run M-x guix-about or M-x guix-help command.
This package permits navigation of undo history in a temporary buffer, which is read-only save for undo commands, and subsequent committal of a chain of undo commands as a single edit in the undo history.
This package integrates Flow with Emacs, allowing for definition-jumping and type-checking on demand.
helpful is an alternative to the built-in Emacs help that provides much more contextual information.
Show the source code for interactively defined functions (unlike the built-in Help).
Fall back to the raw sexp if no source is available.
Show where a function is being called.
Docstrings will Highlight the summary (the first sentence), include cross-references, hide superfluous puncuation.
Show you the properties that have been applied to the current symbol. This provides visibility of features like edebug or byte-code optimisation.
Provide a separate
helpful-commandfunction to view interactive functions.Display any keybindings that apply to interactive functions.
Trace, disassemble functions from inside Helpful. This is discoverable and doesn't require memorisation of commands.
This package adds support for proselint in Flymake.
Liberime is an Emacs dynamic module provide librime bindings.
This backend for Company allows for C++ code completion with Irony mode using Clang tooling.
This package provides the following collection of Emacs dired mode additions:
dired-avfs
dired-columns
dired-filter
dired-hacks-utils
dired-images
dired-list
dired-narrow
dired-open
dired-rainbow
dired-ranger
dired-subtree
dired-tagsistant
sly-quicklisp is an external contrib for SLY that provides a sly-quickload command that prompts the user for a package to install.
emacs-transpose-frame provides some interactive functions which allows users to transpose windows arrangement in currently selected frame.
This package provides a minor mode that enables syntax-based indentation for SQL mode buffers. Indentation rules are flexible and can be customized to match your personal coding style.
This library implements a generic interface for toggling switches and setting options and then invoking an Emacs command which does something with these arguments. The prototypical use is for the command to call an external process, passing on the arguments as command line arguments.
This package enhances ivy with completion for symbols from workspaces with a LSP-compliant server running.
This package allows using Ace jump to a candidate in Helm window.
This package provides on-the-fly syntax checking for GNU Emacs. It is a replacement for the older Flymake extension which is part of GNU Emacs, with many improvements and additional features.
Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax checking for over 30 programming and markup languages with more than 70 different tools. It highlights errors and warnings inline in the buffer, and provides an optional IDE-like error list.
Enlive is an Emacs library that allows the user to query HTML documents from within Elisp using a DSL similar to CSS selectors.