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

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-helm-org 1.0-3.8457e1e
Propagated dependencies: emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-org
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm interface to the Silver Searcher
Description:

This package provides a frontend for grepping tools like ag and ack, as well as features for editing search results.

emacs-prism 0.3.5
Propagated dependencies: emacs-compat@31.0.0.1 emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/prism.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Disperses bracket-bounded syntax into a spectrum of color by depth
Description:

Prism is a Rainbow Blocks-like mode for Emacs. It preserves non-color face properties and allows configuration of faces and colors.

emacs-reduce-ide 1.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://reduce-algebra.sourceforge.io/reduce-ide/
Licenses: GPL 3+
Build system: emacs
Synopsis: Major modes for editing and running REDUCE source code
Description:

REDUCE IDE is an Emacs package that provides an Integrated Development Environment for the REDUCE computer algebra system within the GNU Emacs editor. Its two major components are Emacs Lisp libraries that provide major modes for editing REDUCE source code and running a command-line version of REDUCE in an Emacs window.

emacs-validate-html 1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/arthurgleckler/validate-html
Licenses: GPL 3+
Build system: emacs
Synopsis: Run the W3C HTML Validator directly from Emacs
Description:

emacs-validate-html installs the command validate-html, which sends the current buffer to the World Wide Web Consortium’s HTML Validator service and displays the results in a buffer in Compilation mode.

emacs-wgrep 3.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mhayashi1120/Emacs-wgrep
Licenses: GPL 3+
Build system: emacs
Synopsis: Edit a grep buffer and apply those changes to the files
Description:

Emacs wgrep allows you to edit a grep buffer and apply those changes to the file buffer. Several backends are supported beside the classic grep: ack, ag, helm and pt.

emacs-reformatter 0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/reformatter.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Define commands which run reformatters on the current buffer
Description:

This library lets elisp authors easily define an idiomatic command to reformat the current buffer using a command-line program, together with an optional minor mode which can apply this command automatically on save.

emacs-vcard-mode 0.0.0-0.ab1a288
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dochang/vcard-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs major mode to edit vCard files
Description:

This package provides a major mode for editing vCard files in Emacs.

emacs-helm-firefox 1.3
Propagated dependencies: emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-firefox
Licenses: GPL 3+
Build system: emacs
Synopsis: Display firefox bookmarks with Emacs Helm interface
Description:

Display firefox bookmarks with Emacs Helm interface

emacs-chocolate-theme 0.2.0-0.ccc05f7
Propagated dependencies: emacs-autothemer@0.2.18
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/SavchenkoValeriy/emacs-chocolate-theme
Licenses: GPL 3
Build system: emacs
Synopsis: Dark chocolatey theme for Emacs
Description:

Chocolate theme is a dark, chocolatey, vibrant and subtle theme for Emacs.

emacs-eglot-x 0.6-1.8e872ef
Dependencies: emacs-eglot@1.23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nemethf/eglot-x
Licenses: GPL 3+
Build system: emacs
Synopsis: Protocol extensions for Eglot
Description:

This package adds support for some LSP extensions to emacs-eglot.

emacs-htmlize 1.59
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hniksic/emacs-htmlize
Licenses: GPL 2+
Build system: emacs
Synopsis: Convert buffer text and decorations to HTML
Description:

emacs-htmlize converts the buffer text and the associated decorations to HTML. Output to CSS, inline CSS and fonts is supported.

emacs-fish-completion 1.2
Dependencies: fish@4.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/Ambrevar/emacs-fish-completion
Licenses: GPL 3+
Build system: emacs
Synopsis: Fish completion for Emacs pcomplete
Description:

This package provides completion for the Fish shell to pcomplete (used by shell and Eshell). You can set it up globally with:

(when (and (executable-find "fish")
           (require 'fish-completion nil t))
  (global-fish-completion-mode))

Alternatively, you can call the fish-completion-mode manually or in shell/Eshell mode hook.

The package emacs-bash-completion is an optional dependency: if available, fish-completion-complete can be configured to fall back on bash to further try completing. See fish-completion-fallback-on-bash-p.

emacs-rpm-spec-mode 0.16-0.c1c3805
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/stigbjorlykke/rpm-spec-mode
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs major mode for editing RPM spec files
Description:

emacs-rpm-spec-mode provides an Emacs major mode for editing RPM spec files.

emacs-kibit-helper 0.1.1
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://www.github.com/brunchboy/kibit-helper
Licenses: GPL 3+
Build system: emacs
Synopsis: Use the Kibit Leiningen plugin from Emacs
Description:

Kibit Helper provides functions to work with the Kibit Leiningen plugin for detecting and improve non-idiomatic Clojure source code.

emacs-ace-jump-mode 2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/winterTTr/ace-jump-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Cursor location minor mode for fast navigation
Description:

Ace-jump-mode is a fast/direct cursor location minor mode. It creates an N-Branch search tree internally and marks all the possible position with predefined keys in within the whole Emacs view. This allows you to move to the character, word, or line almost directly.

emacs-ace-jump-helm-line 0.5.0-0.1483055
Propagated dependencies: emacs-avy@0.5.0 emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cute-jumper/ace-jump-helm-line
Licenses: GPL 3+
Build system: emacs
Synopsis: Ace-jump to a candidate in Helm window
Description:

This package allows using Ace jump to a candidate in Helm window.

emacs-python-black 1.2.0
Propagated dependencies: emacs-dash@2.20.0 emacs-reformatter@0.7 python-black-macchiato@1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wbolster/emacs-python-black
Licenses: Modified BSD
Build system: emacs
Synopsis: Reformat Python code via @code{python-black}
Description:

This package makes it easy to reformat Python code using python-black and python-black-macchiato for entire and partial buffers, respectively.

emacs-lobsters 1.2
Propagated dependencies: emacs-request@0.3.2-1.3336eaa emacs-visual-fill-column@2.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tanrax/lobsters.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Lobsters client for Emacs
Description:

This package provides a lobsters client for Emacs to browse stories and comments.

emacs-company-auctex 0.1-1.48c42c5
Propagated dependencies: emacs-auctex@14.1.2 emacs-company@1.0.2 emacs-yasnippet@0.14.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alexeyr/company-auctex/
Licenses: GPL 3+
Build system: emacs
Synopsis: Completion for @code{AUCTeX}
Description:

This package provides a group of backends permitting auto-completion for AUCTeX.

emacs-spray 0.0.2-0.74d9dcf
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~iank/spray
Licenses: GPL 3+
Build system: emacs
Synopsis: Speed reading mode for Emacs
Description:

For speed reading, or just more enjoyable reading. Narrows the buffer to show one word at a time. Adjust speed / pause as needed.

emacs-xml-rpc 1.6.15
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hexmode/xml-rpc-el
Licenses: GPL 3+
Build system: emacs
Synopsis: XML-RPC client for Emacs
Description:

This package provides an XML-RPC client for Emacs capable of both synchronous and asynchronous method calls using the url package's async retrieval functionality. xml-rpc.el represents XML-RPC datatypes as Lisp values, automatically converting to and from the XML datastructures as needed, both for method parameters and return values, making using XML-RPC methods fairly transparent to the Lisp code.

emacs-ffap-rfc-space 12
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://user42.tuxfamily.org/ffap-rfc-space/index.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Make ffap recognize an RFC with a space before its number
Description:

The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents. The built-in Emacs module "ffap" (Find File at Point) has the ability to recognize names at point which look like "RFC1234" and "RFC-1234" and load the appropriate RFC from a remote server. However, it fails to recognize a name like "RFC 1234". This package enhances ffap so that it correctly finds RFCs even when a space appears before the number.

emacs-xtest 1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/promethial/xtest/
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple testing with Emacs
Description:

This package provides a simple testing library for Emacs.

emacs-elquery 1.1.0
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/AdamNiederer/elquery/
Licenses: GPL 3+
Build system: emacs
Synopsis: Read and manipulate HTML in Emacs
Description:

Elquery is a library that lets you parse, query, set, and format HTML using Emacs Lisp. It implements most of the querySelector API, and can get and set HTML attributes.

Total packages: 73955