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

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-consult-dir 0.1
Propagated dependencies: emacs-consult@3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/karthink/consult-dir
Licenses: GPL 3+
Build system: emacs
Synopsis: Insert paths into minibuffer prompts in Emacs
Description:

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.

emacs-track-changes 1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/track-changes.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Abstraction library which handles accumulating file changes
Description:

This library is a layer of abstraction above before-change-functions and after-change-functions which takes care of accumulating changes until a time when its client finds it convenient to react to them.

emacs-lsp-ivy 0.5
Propagated dependencies: emacs-dash@2.20.0 emacs-ivy@0.15.1 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/emacs-lsp/lsp-ivy
Licenses: GPL 3+
Build system: emacs
Synopsis: Provide LSP-enhanced completion for symbols
Description:

This package enhances ivy with completion for symbols from workspaces with a LSP-compliant server running.

emacs-org-pdftools 1.1-0.5613b7a
Propagated dependencies: emacs-org-noter@1.6.1 emacs-pdf-tools@1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fuxialexander/org-pdftools/
Licenses: GPL 3+
Build system: emacs
Synopsis: Support for links to documents in pdfview mode
Description:

This package adds support for org links from pdftools buffers with more precise location control.

emacs-nasm-mode 1.1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/skeeto/nasm-mode
Licenses: Unlicense
Build system: emacs
Synopsis: NASM x86 assembly major mode
Description:

NASM mode is a major mode for editing NASM x86 assembly programs. It includes syntax highlighting, automatic indentation, and imenu integration. Unlike Emacs' generic ASM mode, it understands NASM-specific syntax.

emacs-libgit 0.0.1-1.ab1a53a
Dependencies: libgit2@1.5.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/libegit2
Licenses: GPL 2+
Build system: cmake
Synopsis: Emacs bindings for libgit2
Description:

This is an experimental module written in C providing libgit2 bindings for Emacs, intended to boost the performance of Magit.

emacs-exwm-x 2.0.2
Dependencies: xhost@1.0.9 dbus@1.15.8
Propagated dependencies: emacs-counsel@0.15.1 emacs-exwm@0.34 emacs-switch-window@1.6.2 emacs-use-package@2.4.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tumashu/exwm-x
Licenses: GPL 3+
Build system: emacs
Synopsis: Derivative window manager based on EXWM
Description:

EXWM-X is a derivative window manager based on EXWM, with focus on mouse-control.

emacs-eval-in-repl-slime 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-slime@2.31
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaz-yos/eval-in-repl
Licenses: Expat
Build system: emacs
Synopsis: One keybinding to communicate with REPLs
Description:

This package provides an ESS-like binding to send lines or regions to a REPL from Common Lisp buffers.

emacs-eglot 1.19
Propagated dependencies: emacs-eldoc@1.16.0 emacs-external-completion@0.1 emacs-flymake@1.4.3 emacs-jsonrpc@1.0.26 emacs-project@0.11.1 emacs-xref@1.7.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joaotavora/eglot
Licenses: GPL 3+
Build system: emacs
Synopsis: Client for Language Server Protocol (LSP) servers
Description:

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.

emacs-amx 3.4
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DarwinAwardWinner/amx
Licenses: GPL 3+
Build system: emacs
Synopsis: Alternative M-x interface for Emacs
Description:

Amx is an alternative interface for M-x in Emacs. It provides several enhancements over the ordinary execute-extended-command, such as prioritizing your most-used commands in the completion list and showing keyboard shortcuts, and it supports several completion systems for selecting commands, such as Ido and Ivy.

emacs-fixed-pitch 0.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cstby/fixed-pitch-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Use a monospaced typeface for code and a proportional one elsewhere
Description:

Fixed-pitch mode is an Emacs minor mode for setting a monospaced typeface. This allows you to set a proportional typeface for UI elements while keeping a monospaced typeface for code.

emacs-vertico 2.6
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/minad/vertico
Licenses: GPL 3+
Build system: emacs
Synopsis: Vertical interactive completion
Description:

Vertico provides a minimalistic vertical completion UI, which is based on Emacs' default completion system. By reusing the default system, it achieves full compatibility with built-in Emacs commands and completion tables. Vertico is pretty bare-bone and only provides a minimal set of commands. Additional optional enhancements can be provided externally by complementary packages.

emacs-lsp-java 3.1-1.4909c14
Propagated dependencies: emacs-dap-mode@0.8 emacs-lsp-mode@9.0.1-0.1472333 emacs-markdown-mode@2.7 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-ht@2.3 emacs-request@0.3.2-1.3336eaa emacs-treemacs@3.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-lsp/lsp-java/
Licenses: GPL 3+
Build system: emacs
Synopsis: Java support for lsp-mode
Description:

Emacs Java IDE using Eclipse JDT Language Server.

emacs-typing 1.1.4-0.a2ef25d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kensanata/typing/
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs game where you have to type fast
Description:

The Typing of Emacs is a game for Emacs that forces you to type words correctly as fast as possible, otherwise you will die. The game builds the list of words from the active buffer.

emacs-org-appear 0.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/awth13/org-appear
Licenses: Expat
Build system: emacs
Synopsis: Make invisible parts of Org fragments appear visible
Description:

This package enables automatic visibility toggling of org-mode elements depending on cursor position. Hidden fragment parts appear when the cursor enters a fragment and disappear when it leaves.

emacs-pass 2.0
Propagated dependencies: emacs-password-store@2.3.2 emacs-f@0.21.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/NicolasPetton/pass
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for @file{password-store.el}
Description:

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.

emacs-flycheck-grammalecte 2.5
Dependencies: grammalecte@2.3.0 python@3.11.14
Propagated dependencies: emacs-flycheck@35.0 emacs-pkg-info@0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.umaneti.net/flycheck-grammalecte/
Licenses: GPL 3+
Build system: emacs
Synopsis: Integrate Grammalecte with Flycheck
Description:

Integrate the French grammar and typography checker Grammalecte with Flycheck to automatically look for mistakes in your writings. It also provides an easy way to find synonyms and antonyms for a given word (to avoid repetitions for example).

emacs-add-hooks 3.1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nickmccurdy/add-hooks/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs function for setting multiple hooks
Description:

This package provides a add-hooks function tidies up duplicate hook and function names further into a single declarative call.

emacs-elisp-docstring-mode 0.0.1-1.f512e50
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/elisp-docstring-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing Emacs Lisp docstrings
Description:

This package provides font lock and automatic escaping and unescaping of quotes.

emacs-jedi 20250602.2107
Dependencies: python-wrapper@3.11.14 python-epc@0.0.5-0.f3673ae python-jedi@0.19.2
Propagated dependencies: emacs-auto-complete@1.5.1 emacs-python-environment@0.0.2 emacs-epc@0.1.1-1.e1bfa5c
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tkf/emacs-jedi
Licenses: GPL 3+
Build system: emacs
Synopsis: Provides Python completion in Emacs
Description:

This package provides completion in Python buffers and also helps find the locations of docstrings, arguments, and functions.

emacs-erc 5.6.1
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.gnu.org/software/emacs/erc.html
Licenses: GPL 3+
Build system: emacs
Synopsis: An Emacs Internet Relay Chat client
Description:

ERC is a powerful, modular, and extensible IRC client for Emacs.

emacs-auctex 14.1.0
Dependencies: ghostscript@9.56.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.gnu.org/software/auctex/
Licenses: GPL 3+
Build system: emacs
Synopsis: Integrated environment for TeX
Description:

AUCTeX is a comprehensive customizable integrated environment for writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs or XEmacs.

emacs-adwaita-dark-theme 1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/jessieh/adwaita-dark-theme
Licenses: GPL 2+
Build system: emacs
Synopsis: Adwaita-inspired dark color scheme for Emacs
Description:

This package provides an Adwaita-inspired dark color scheme for Emacs.

emacs-know-your-http-well 0.6.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/for-GET/know-your-http-well
Licenses: GPL 3+
Build system: emacs
Synopsis: Meaning of HTTP headers codes
Description:

Meaning of HTTP headers codes.

Total packages: 69282