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

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-jack 1.0-0.3b4ea97
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://jack.tonyaldon.com
Licenses: GPL 3+
Build system: emacs
Synopsis: HTML generator library
Description:

jack provides the function jack-html that takes a data structure as input representing the HTML tree you want to generate and generates it as a string. Please see the homepage for usage examples.

emacs-consult-notmuch 1.1.0
Propagated dependencies: emacs-consult@3.6 emacs-notmuch@0.40
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/jao/consult-notmuch
Licenses: GPL 3+
Build system: emacs
Synopsis: Search and preview Notmuch emails using Consult
Description:

This package provides two commands using Consult to query Notmuch emails and present results either as single emails or full trees.

emacs-denote-menu 1.4.0
Propagated dependencies: emacs-denote@4.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.scss.tcd.ie/~sulimanm/posts/denote-menu.html
Licenses: GPL 3+
Build system: emacs
Synopsis: View and filter Denote files in a tabulated list
Description:

This package provides an interface for viewing your Denote files that goes beyond using the standard Dired Emacs command to view your Denote directory.

emacs-sakura-theme 1.0.1
Propagated dependencies: emacs-autothemer@0.2.18
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsfodder/emacs-theme-sakura
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs theme of cherry blossoms
Description:

Sakura Emacs theme is the rose tinted fork of Creamsody, inspired by the Deep Purple.

emacs-tramp 2.8.1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://savannah.gnu.org/projects/tramp
Licenses: GPL 3+
Build system: emacs
Synopsis: Remote file editing package for Emacs
Description:

Tramp stands for ``Transparent Remote (file) Access, Multiple Protocol''. This package provides remote file editing, using a combination of rsh and rcp or other work-alike programs, such as ssh and scp.

emacs-annalist 1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/noctuid/annalist.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Record and display information with Org headings and tables
Description:

This package allows for keybindings, settings, hooks, and advice to be recorded and displayed.

emacs-tomelr 0.4.3
Propagated dependencies: emacs-map@3.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaushalmodi/tomelr/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs-Lisp library for converting S-expressions to TOML
Description:

This package provides the tomelr-encode function to convert a Lisp data expression in Alist or Plist format to a TOML string.

emacs-toodoo 0.2
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/ChanderG/toodoo.el
Licenses: ASL 2.0
Build system: emacs
Synopsis: Magit-like interface for a Todo workflow built on top of Org
Description:

This package provides a minor mode for fast and easy management of Todos using Org mode and transients.

emacs-feature-mode 20190801-1.11ae167
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/michaelklishin/cucumber.el/
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs mode for editing Gherkin plain text user stories
Description:

Major mode for editing Gherkin (popularized by the Cucumber tool) user stories. Also known by the name cucumber.el.

emacs-eval-in-repl-python 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7
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 Python buffers.

emacs-poet-theme 0-1.16eb694
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kunalb/poet/
Licenses: Expat
Build system: emacs
Synopsis: Emacs theme for prose
Description:

Emacs has very good support for multiple fonts in a single file. Poet uses this support to make it much more convenient to write prose within Emacs, with particular attention paid to org-mode and markdown-mode. Code blocks, tables, etc are formatted in monospace text with the appropriate backgrounds.

emacs-flymake-perlcritic 1.0.3-1.311743e
Dependencies: perl-critic@1.140
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flymake/emacs-flymake-perlcritic
Licenses: GPL 3+
Build system: emacs
Synopsis: Flymake handler for perlcritic
Description:

Flymake Perlcritic adds support to Flymake for running Perl::Critic to perform static analysis of Perl code.

emacs-gptel 0.9.9.5
Dependencies: curl@8.6.0
Propagated dependencies: emacs-compat@31.0.0.1 emacs-transient@0.13.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/karthink/gptel
Licenses: GPL 3+
Build system: emacs
Synopsis: GPTel is a simple ChatGPT client for Emacs
Description:

GPTel is a simple ChatGPT asynchronous client for Emacs with no external dependencies. It can interact with ChatGPT from any Emacs buffer with ChatGPT responses encoded in Markdown or Org markup. It supports conversations, not just one-off queries and multiple independent sessions. It requires an OpenAI API key.

emacs-magit-stgit 3.1.0
Propagated dependencies: emacs-magit@4.6.0 emacs-transient@0.13.2 emacs-llama@1.0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/stacked-git/magit-stgit
Licenses: GPL 3+
Build system: emacs
Synopsis: StGit extension for Magit
Description:

This package provides basic support for stgit in emacs-magit. When magit-stgit-mode is turned on, the current patch series is displayed in the status buffer. While point is on a patch the changes it introduces can be shown using RET, it can be selected as the current patch using a, and it can be discarded using k. Other StGit commands are available from the StGit transient on /.

emacs-csv 2.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/u11/csv.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Elisp functions for reading and parsing CSV files
Description:

csv.el provides functions for reading and parsing CSV files. It follows the format as defined in RFC 4180 Common Format and MIME Type for CSV Files (http://tools.ietf.org/html/rfc4180).

emacs-dap-mode 0.8
Propagated dependencies: emacs-bui@1.2.1 emacs-lsp-docker@1.0.0 emacs-lsp-mode@10.0.0 emacs-posframe@1.5.2 emacs-lsp-treemacs@0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://emacs-lsp.github.io/dap-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs client/library for Debug Adapter Protocol
Description:

Dap mode is an Emacs client/library for Debug Adapter Protocol (DAP), a wire protocol for communication between client and debug server. It is similar to the LSP but provides integration with Debug server.

emacs-chess 2.0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/chess.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Play chess in GNU Emacs
Description:

Chess is an Emacs Lisp library and several clients on top of the underlying library functionality for performing various activities related to the game of chess.

emacs-vc-got 1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://projects.omarpolo.com/vc-got.html
Licenses: GPL 3+
Build system: emacs
Synopsis: VC backend for Game of Trees version control system
Description:

This package provides an Emacs VC backend for the got version control system.

emacs-evil-escape 3.16
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/emacsorphanage/evil-escape
Licenses: GPL 3+
Build system: emacs
Synopsis: Escape from insert state and everything else in Emacs
Description:

Evil escape provides a customizable key sequence to escape from insert state and everything else in Emacs.

emacs-ibrowse 0.2.3
Dependencies: emacs-websocket@1.16 sqlite@3.39.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~ngraves/ibrowse.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Interact with your browser from emacs
Description:

This package provides some commands to act on the browser tabs, history, or bookmarks from Emacs.

emacs-libyaml 0.1-1.961e0d8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-libyaml
Licenses: GPL 3+
Build system: emacs
Synopsis: Libyaml bindings for Emacs
Description:

This package implements bindings for LibYAML to be able to parse YAML files in Elisp.

emacs-dpd 0.2.1
Propagated dependencies: emacs-packed@3.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/lilyp/emacs-dpd
Licenses: GPL 3+
Build system: emacs
Synopsis: Deliver packages to package.el
Description:

This package provides tools for generating package-desc structures and feeding them to package.el library.

emacs-eacl 2.2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/redguardtoo/eacl
Licenses: GPL 3+
Build system: emacs
Synopsis: Auto-complete lines by using @code{grep} on a project
Description:

This package provides auto-completion commands for single and multiple lines of code in a project.

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.

Total packages: 72465