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

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-eglot-jl 2.4.0
Propagated dependencies: emacs-eglot@1.23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/non-Jedi/eglot-jl
Licenses: CC0
Build system: emacs
Synopsis: Julia support for Eglot
Description:

This package adds support for Eglot to the Julia language.

emacs-iter2 2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/doublep/iter2
Licenses: GPL 3+
Build system: emacs
Synopsis: Reimplementation of Elisp generators
Description:

iter2 is a fully compatible reimplementation of built-in generator package. It provides iter2-defun and iter2-lambda forms that can be used in place of iter-defun and iter-lambda. All other functions and macros (e.g. iter-yield, iter-next) are intentionally not duplicated: just use the ones from the original package.

emacs-numpydoc 0.9
Propagated dependencies: emacs-dash@2.20.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/douglasdavis/numpydoc.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Insert NumPy-style docstrings in Python functions
Description:

This package can be used to insert NumPy-style docstrings in Python function definitions. The generated docstring includes argument names, type hints, exceptions, and the return type hint.

emacs-eglot 1.23
Propagated dependencies: emacs-eldoc@1.16.0 emacs-external-completion@0.1 emacs-flymake@1.4.5 emacs-jsonrpc@1.0.28 emacs-project@0.11.2 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-slime-repl-ansi-color 0.0.0-1.ad03263
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/deadtrickster/slime-repl-ansi-color
Licenses: GPL 2+
Build system: emacs
Synopsis: Color ANSI codes in the REPL of SLIME
Description:

Color ANSI codes in the REPL of SLIME

emacs-minibuffer-line 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/minibuffer-line.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Display status info in the minibuffer window
Description:

This package lets you display various status information in the minibuffer window instead of the mode-line. Of course, this is only displayed when the minibuffer window is not already used for other things (e.g. a minibuffer or an each area message).

The contents and aspect is controlled by the minibuffer-line-format variable and the minibuffer-line face.

emacs-elpy 1.35.0-3.0b381f5
Propagated dependencies: emacs-company@1.0.2 emacs-find-file-in-project@6.2.5 emacs-highlight-indentation@0.7.0-1.d03803f emacs-yasnippet@0.14.3 emacs-pyvenv@1.21 emacs-s@1.13.0 python-autopep8@2.3.2 python-black@26.3.1 python-flake8@7.1.1 python-jedi@0.19.2 python-yapf@0.43.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jorgenschaefer/elpy
Licenses: GPL 3+
Build system: emacs
Synopsis: Python development environment for Emacs
Description:

Elpy brings powerful Python editing to Emacs. It combines and configures a number of other packages written in Emacs Lisp as well as Python, together offering features such as navigation, documentation, completion, interactive development and more.

emacs-password-store 2.3.2
Dependencies: password-store@1.7.4
Propagated dependencies: emacs-with-editor@3.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.zx2c4.com/password-store/tree/contrib/emacs
Licenses: GPL 3+
Build system: emacs
Synopsis: Password store (pass) support for Emacs
Description:

This package provides functions for working with pass ("the standard Unix password manager").

emacs-denote-explore 4.0
Propagated dependencies: emacs-denote@4.1.3 emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pprevos/denote-explore
Licenses: GPL 3+
Build system: emacs
Synopsis: Analyse and visualise a collection of Denote notes
Description:

The Denote Explore package provides auxiliary functions to maintain and explore your collection of Denote files. Denote Explore provides four groups of Emacs commands:

  1. Summary statistics: Count and visualize notes, attachments and keywords.

  2. Random walks: Generate new ideas using Serendipity.

  3. Janitor: Manage your Denote collection.

  4. Visualisations: Visualise your Denote network as a network graph. (Optional dependencies GraphViz, D3js, to be acquired separately!)

emacs-julia-mode 1.0.2-0.7fc071e
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/JuliaEditorSupport/julia-emacs
Licenses: Expat
Build system: emacs
Synopsis: Major mode for Julia
Description:

This Emacs package provides a mode for the Julia programming language.

emacs-habitica 1.0-1.c45c602
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abrochard/emacs-habitica
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface for Habitica
Description:

Emacs extension for Habitica, a RPG style habit tracker and todo list.

emacs-bm 202506
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://joodland.github.io/bm/
Licenses: GPL 2+
Build system: emacs
Synopsis: Visual bookmarks for Emacs
Description:

This package provides visible, buffer local bookmarks and the ability to jump forward and backward to the next bookmark.

emacs-daemons 2.1.0
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cbowdon/daemons.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs UI for managing init system services
Description:

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-org-modern 1.14
Propagated dependencies: emacs-compat@31.0.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/org-modern
Licenses: GPL 3+
Build system: emacs
Synopsis: Modern Org style
Description:

Org Modern implements a modern style for your Org buffers using font locking and text properties. The package styles headlines, keywords, tables and source blocks.

emacs-lsp-docker 1.0.0
Propagated dependencies: emacs-lsp-mode@10.0.0 emacs-yaml@1.2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-lsp/lsp-docker
Licenses: GPL 3+
Build system: emacs
Synopsis: Leverage LSP mode in Docker environment
Description:

This package provides scripts and configurations to leverage LSP mode in Docker environment.

emacs-google-maps 1.0.0-1.2eb16ff
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jd/google-maps.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Access Google Maps from Emacs
Description:

The google-maps package displays Google Maps directly inside Emacs. It requires a Google Map Static API key to function.

emacs-nssh 0.9.12-1.74d4373
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/nssh
Licenses: GPL 3+
Build system: emacs
Synopsis: SSH mode for Emacs
Description:

This package provides an SSH mode for Emacs, built on top of Tramp and shell mode. It keeps a history of previously connected hosts and supports auto-completion of known hosts.

emacs-grid 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ichernyshovvv/grid.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Library for putting text into boxes and align these boxes
Description:

This library allows you to put text data into boxes and align them horizontally, applying margin, padding, borders.

emacs-hyperbole 9.0.1
Dependencies: inetutils@2.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.gnu.org/software/hyperbole/
Licenses: GPL 3+
Build system: emacs
Synopsis: The Everyday Hypertextual Information Manager
Description:

GNU Hyperbole, or just Hyperbole, is a programmable hypertextual information management system. It offers rapid views and interlinking of all kinds of textual information, utilizing Emacs for editing. In particular, Hyperbole lets you quickly create and activate hyperlink buttons, build outlines, manage all your contacts, your windows and frames, and search across buffers, directory trees, or the web.

emacs-neocities 1.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/coopi/emacs-neocities
Licenses: AGPL 3+
Build system: emacs
Synopsis: Client library for the Neocities API
Description:

This package provides an Emacs Lisp client for the Neocities API. It supports uploading and deleting files, listing site contents, and querying site information. Requests are synchronous by default but can be made asynchronous via a callback. Authentication uses API keys, obtainable with neocities-fetch-api-key.

emacs-parsec 0.1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cute-jumper/parsec.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Parser combinator library for Emacs Lisp
Description:

Parsec is a parser combinator library for Emacs Lisp, similar to Haskell's Parsec library. It contains most of the parser combinators in Text.Parsec.Combinator, and more combinators can be added if necessary! Most of the parser combinators have the same behavior as their Haskell counterparts. Parsec also comes with a simple error handling mechanism so that it can display an error message showing how the parser fails.

emacs-skempo 0.2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xFA25E/skempo
Licenses: GPL 3+
Build system: emacs
Synopsis: Enhancements for skeleton/tempo + abbrev
Description:

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.

emacs-meson-mode 0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wentasah/meson-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Meson build system files
Description:

This is an Emacs major mode for Meson build system files. Syntax highlighting works reliably. Indentation works too, but there are probably cases where it breaks.

emacs-org-generate 1.0.0
Dependencies: emacs-cort@7.1.0 emacs-with-simulated-input@3.0
Propagated dependencies: emacs-mustache@0.23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/conao3/org-generate.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Generate template files and folders from Org document
Description:

This package generates files and folders from Emacs org-mode templates.

Total packages: 73954