_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


emacs-company-jedi 0.04
Propagated dependencies: emacs-jedi@20250602.2107 emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-company-jedi
Licenses: GPL 3+
Build system: emacs
Synopsis: Provides Python completion in @code{company-mode}
Description:

This package provides a Company backend for Python.

emacs-gitlab-snip-helm 0.0.2
Propagated dependencies: emacs-dash@2.20.0 emacs-helm@4.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/sasanidas/gitlab-snip-helm/
Licenses: GPL 3+
Build system: emacs
Synopsis: GitLab snippet API interaction for Emacs
Description:

This package provides GitLab snippet API interaction for Emacs.

emacs-tco 0.3-1.482db53
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/tco.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Tail-call optimization for Emacs Lisp
Description:

This package provides tail-call optimization for Emacs Lisp functions that call themselves in tail position.

emacs-xref-union 0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/xref-union.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Combine multiple Xref backends
Description:

This package provides a way to combine multiple Xref source (e.g., Etags and Eglot) and have the results all at once.

emacs-corfu-candidate-overlay 1.5
Propagated dependencies: emacs-corfu@2.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://code.bsdgeek.org/adam/corfu-candidate-overlay
Licenses: GPL 3
Build system: emacs
Synopsis: Show first Corfu's completion candidate in an overlay while typing
Description:

Simple corfu as-you-type auto-suggestion candidate overlay with a visual indication of whether there are many or exactly one candidate available.

emacs-lsp-lua-emmy 0.1.0-1.ab53fb2
Propagated dependencies: emacs-lsp-mode@9.0.1-0.1472333
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/phenix3443/lsp-lua-emmy/
Licenses: GPL 3+
Build system: emacs
Synopsis: Lua support in @code{lsp-mode} client for Emacs
Description:

This package provides a Lua language support in lsp-mode client for Emacs.

emacs-fullframe 0.5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~tomterl/fullframe
Licenses: GPL 3+
Build system: emacs
Synopsis: Generalized automatic execution in a single frame
Description:

This library provides helpers for single-window-per-frame execution of buffer-exposing commands.

emacs-add-node-modules-path 1.3.1
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/codesuki/add-node-modules-path
Licenses: Expat
Build system: emacs
Synopsis: Add @file{node_modules} to the buffer-local @file{exec-path}
Description:

This package searches the parent directories of the current file for the project's node_modules/.bin/ directory, allowing Emacs to find project-specific installations of packages.

emacs-jit-spell 0.5
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/astoff/jit-spell
Licenses: GPL 3+
Build system: emacs
Synopsis: Just-in-time spell checking
Description:

This package highlights all misspelled words in a window, just like a word processor or web browser does. This behavior is different from the built-in Flyspell package, which only checks words as the cursor moves over them. Moreover, unlike Flyspell, Jit-spell communicates with the spell-checking subprocess entirely asynchronously, which can lead to a noticeable performance improvement.

emacs-edit-indirect 0.1.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fanael/edit-indirect
Licenses: FreeBSD
Build system: emacs
Synopsis: Edit regions in separate buffers
Description:

This package allows you to edit regions in separate buffers, like org-edit-src-code but for arbitrary regions.

emacs-pabbrev 4.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/pabbrev.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Predictive abbreviation expansion
Description:

The code provides a abbreviation expansion for Emacs. It is fairly similar to Dabbrev expansion, which works based on the contents of the current buffer (or other buffers).

Predictive abbreviation expansion works based on the previously written text. Unlike dynamic abbreviation, the text is analysed during idle time, while Emacs is doing nothing else.

emacs-assess 0.7
Propagated dependencies: emacs-m-buffer@0.16.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/assess.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Test support functions
Description:

This provides functions to support ert, the Emacs Regression Test framework. It includes

  • a set of predicates for comparing strings, buffers and file contents.

  • explainer functions for all predicates giving useful output macros for creating many temporary buffers at once, and for restoring the buffer list.

  • methods for testing indentation, by comparison or "round-tripping".

  • methods for testing fontification.

Assess aims to be a stateless and noiseless as possible, leaving Emacs unchanged whether the tests succeed or fail and suppressing extraneous messages.

emacs-browse-kill-ring 2.0.0-0.1ef72cc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/browse-kill-ring/browse-kill-ring
Licenses: GPL 2+
Build system: emacs
Synopsis: Interactively insert items from kill-ring
Description:

Did you ever feel that C-y M-y M-y M-y ... is not a great way of trying to find that piece of text you know you killed a while back? Then browse-kill-ring.el is for you.

emacs-default-encrypt 5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/lechten/defaultencrypt
Licenses: GPL 3+
Build system: emacs
Synopsis: Automatically encrypt or sign Gnus messages in Emacs
Description:

DefaultEncrypt is designed to be used with Gnus in Emacs. It automatically encrypts messages that you send (e.g., email) when public keys for all recipients are available, and it protects you from accidentally sending un-encrypted messages. It can also be configured to automatically sign messages that you send. For details and instructions on how to use DefaultEncrypt, please refer to the home page or read the comments in the source file, jl-encrypt.el.

emacs-evil-mc 0.0.3-2.1cabb86
Propagated dependencies: emacs-evil@1.15.0-0.008a6cd
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/gabesoft/evil-mc
Licenses: Expat
Build system: emacs
Synopsis: Interactive search compatible with @code{multiple-cursors}
Description:

This package can be used with multiple-cursors to provide an incremental search that moves all fake cursors in sync.

emacs-afternoon-theme 0.1-0.89b1d77
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/osener/emacs-afternoon-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: Dark color theme with a deep blue background
Description:

Afternoon theme is a dark color theme with a deep blue background.

emacs-rjsx-mode 0.5.0
Propagated dependencies: emacs-js2-mode@20231224
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/felipeochoa/rjsx-mode
Licenses: Expat
Build system: emacs
Synopsis: Major mode for JSX files
Description:

This package extends the parser of js2-mode to support JSX syntax.

emacs-math-symbol-lists 1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/vspinu/math-symbol-lists
Licenses: GPL 3+
Build system: emacs
Synopsis: Lists of Unicode math symbols and @code{LaTeX} commands
Description:

This is a storage package used by completion engines like company-math.

emacs-lojban 0.23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/LojbanMode
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs utilities for operating on Lojban text
Description:

Lojban is an Emacs library of functions, variables, regexps and interactive commands for handling Lojban text.

emacs-acme-theme 1.0.0-0.7c408d1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ianyepan/acme-emacs-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs theme inspired by Plan 9's Acme and Sam Editor
Description:

Acme theme is an Emacs theme with an old-school vibe inspired by Plan 9 Acme and the Sam text editor.

emacs-org-web-tools 1.3
Dependencies: pandoc@2.19.2
Propagated dependencies: emacs-compat@30.1.0.1 emacs-dash@2.20.0 emacs-esxml@0.3.8 emacs-plz@0.9.1 emacs-request@0.3.2-1.3336eaa emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-web-tools
Licenses: GPL 3+
Build system: emacs
Synopsis: Display/Process web page as Org mode content
Description:

This package contains library functions and commands useful for retrieving web page content and processing it into Org mode content.

For example, you can copy a URL to the clipboard or kill-ring, then run a command that downloads the page, isolates the ``readable'' content with eww-readable, converts it to Org mode content with Pandoc, and displays it in an Org mode buffer. Another command does all of that but inserts it as an Org entry instead of displaying it in a new buffer.

emacs-wttrin 0.2.4
Propagated dependencies: emacs-xterm-color@2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bcbcarl/emacs-wttrin
Licenses: Expat
Build system: emacs
Synopsis: Frontend for weather web service @url{wttr.in}
Description:

This package provides local weather information from wttr.in.

emacs-markdown-preview-mode 0.9.4
Propagated dependencies: emacs-markdown-mode@2.7 emacs-websocket@1.15 emacs-web-server@0.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ancane/markdown-preview-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Preview Markdown files
Description:

This package provides a minor mode for preview of Markdown files, and sends rendered Markdown to a web browser.

emacs-fancy-battery 0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/fancy-battery
Licenses: GPL 3
Build system: emacs
Synopsis: Display battery status in Emacs mode line
Description:

This package provides fancy-battery-mode which is like the built-in display-battery-mode, but more fancy. It just the remaining time, uses colours to indicate the status of the battery, and is more customizable.

Total packages: 69244