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

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-dumbparens 0-1.59bb5ae
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/radian-software/dumbparens
Licenses: Expat
Build system: emacs
Synopsis: Minor mode that provides improvements on Smartparens
Description:

emacs-dumbparens is a minor mode for Emacs that deals with parens pairs and doesn't try to be smart about it.

emacs-mmm-mode 0.5.11
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/mmm-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Allow multiple major modes in an Emacs buffer
Description:

MMM Mode is a minor mode that allows multiple major modes to coexist in a single buffer.

emacs-helm-sly 0.7.2
Propagated dependencies: emacs-helm@4.0.6 emacs-sly@1.0.43-9.9c43bf6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-sly
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm for SLY, a Common Lisp interaction mode for Emacs
Description:

Helm-SLY defines a few new commands:

  • helm-sly-list-connections: Yet another Lisp connection list with Helm.

  • helm-sly-apropos: Yet another apropos with Helm.

  • helm-sly-mini: Like helm-sly-list-connections, but include an extra source of Lisp-related buffers, like the events buffer or the scratch buffer.

emacs-paredit 26
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://paredit.org/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs minor mode for editing parentheses
Description:

ParEdit (paredit.el) is a minor mode for performing structured editing of S-expression data. The typical example of this would be Lisp or Scheme source code.

ParEdit helps keep parentheses balanced and adds many keys for moving S-expressions and moving around in S-expressions. Its behavior can be jarring for those who may want transient periods of unbalanced parentheses, such as when typing parentheses directly or commenting out code line by line.

emacs-evil-tex 1.0.2
Propagated dependencies: emacs-auctex@14.1.0 emacs-evil@1.15.0-0.008a6cd
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/iyefrat/evil-tex
Licenses: GPL 3+
Build system: emacs
Synopsis: Evil oriented additions for editing LaTeX
Description:

This package is a toolbox for LaTeX editing with Evil. It provides many text objects fully utilizing evil-surround, some useful movements, and keymaps for quickly entering environments or cdlatex-like accents.

emacs-doric-themes 0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/protesilaos/doric-themes
Licenses: GPL 3+
Build system: emacs
Synopsis: Highly readable minimalist Emacs themes
Description:

This package provides a set of Emacs themes that conform with a minimalist aesthetic: they use few colours and appear monochromatic in many contexts

emacs-bash-completion 3.2-0.d32863d
Dependencies: bash@5.2.37
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/szermatt/emacs-bash-completion
Licenses: GPL 2+
Build system: emacs
Synopsis: Bash completion for the shell buffer
Description:

Bash Completion defines dynamic completion hooks for Shell mode and shell-command prompts that are based on Bash completion.

emacs-diff-hl 1.10.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dgutov/diff-hl
Licenses: GPL 3+
Build system: emacs
Synopsis: Highlight uncommitted changes using VC
Description:

Diff Hl mode highlights uncommitted changes on the side of the window (using the fringe, by default), allows you to jump between the hunks and revert them selectively.

emacs-el-search 1.12.6.1-2.07bed84
Dependencies: emacs-stream@2.4.0 emacs-cl-print@1.0-1.1a70c55
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsmirror/el-search
Licenses: GPL 3+
Build system: emacs
Synopsis: Expression based interactive search for emacs-lisp-mode
Description:

This package provides expression based interactive search procedures for emacs-lisp-mode.

emacs-heaven-and-hell 0.0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/valignatev/heaven-and-hell
Licenses: Expat
Build system: emacs
Synopsis: Easily toggle light/dark themes in Emacs
Description:

This package makes the process of switching between light and dark themes as easy as hitting a single keystroke.

emacs-form-feed-st 0.2.0-0.f91c8da
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/leodag/form-feed-st
Licenses: GPL 3+
Build system: emacs
Synopsis: Display ^L glyphs as full-width horizontal lines
Description:

This package provides a minor mode to displays page delimiters which usually appear as ^L glyphs on a single line as horizontal lines spanning the entire window. In comparison to emacs-form-feed, this fork does not have configurable line width; however, it always displays correctly, even if you have multiple windows showing the same buffer, and will never cause side scrolling since the form feed only occupies two spaces. It also only affects form feeds at the beginning of the line.

emacs-zoxide 1.2.3
Dependencies: zoxide@0.9.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~vonfry/zoxide.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Zoxide frontend for Emacs
Description:

This package provides an Emacs interface to the command line tool zoxide.

emacs-janet-mode 0.1.0-1.2f5bcab
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ALSchwalm/janet-mode
Licenses: GPL 3
Build system: emacs
Synopsis: Emacs major mode for the Janet programming language
Description:

This package provides an Emacs major mode for editing Janet files.

emacs-suggest 0.7
Propagated dependencies: emacs-loop@1.3 emacs-dash@2.20.0 emacs-s@1.13.0 emacs-f@0.21.0 emacs-spinner@1.7.4 emacs-shut-up@0.3.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/suggest.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Suggest Elisp functions that give the output requested
Description:

Suggest.el will find functions that give the output requested. It's a great way of exploring list, string and arithmetic functions.

emacs-mlscroll 0.2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jdtsmith/mlscroll
Licenses: GPL 3+
Build system: emacs
Synopsis: Scroll bar for the Emacs mode line
Description:

MLScroll is a text-based scrollbar for the Emacs mode line. Enable it with mlscroll-mode.

emacs-inspirehep 0.0.1-0.9675ef6
Propagated dependencies: emacs-map@3.3.1 emacs-pdf-tools@1.1.0 emacs-companion-mode@0.0.1-0.2c3c794
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/rahguzar/inspirehep.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Search literature references for high energy physics
Description:

This package provides an Emacs interface to the online service Inspirehep

emacs-gptel-quick 0.0.5-2.495b5e0
Propagated dependencies: emacs-gptel@0.9.9.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/karthink/gptel-quick
Licenses: GPL 3+
Build system: emacs
Synopsis: Quick LLM lookups in Emacs
Description:

This package provides a tiny everyday helper for easily looking up or summarizing text using an LLM.

emacs-meep 0.0.1-0.de7f3c5
Propagated dependencies: emacs-bray@0.1-0.59574fc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-meep/
Licenses: GPL 3+
Build system: emacs
Synopsis: Lightweight modal editing functionalities
Description:

This package provides utility functions to bind to keys, intended to be used along with emacs-bray although most of them can be used in vanilla Emacs.

emacs-ob-erlang 20210321-1.a029c23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xfwduke/ob-erlang/
Licenses: GPL 3+
Build system: emacs
Synopsis: Org-babel support for Erlang
Description:

This package adds support for working with Erlang code blocks with org-babel in org-mode.

emacs-danneskjold-theme 20231110.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rails-to-cosmos/danneskjold-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: High-contrast Emacs theme
Description:

danneskjold-theme is a high-contrast theme for Emacs.

emacs-eglot-x 0.6-1.8e872ef
Dependencies: emacs-eglot@1.19
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-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.

emacs-slack 0.0.2-11.d81c18a
Propagated dependencies: emacs-alert@1.3 emacs-emojify@1.2 emacs-helm@4.0.6 emacs-request@0.3.2-1.3336eaa emacs-s@1.13.0 emacs-ts@0.3 emacs-websocket@1.15 emacs-oauth2@0.18.4 emacs-circe@2.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/yuya373/emacs-slack
Licenses: GPL 3+
Build system: emacs
Synopsis: Slack client for Emacs
Description:

This package provides an Emacs client for the Slack messaging service.

emacs-litable 0.1-0.b0278f3
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/litable/
Licenses: GPL 3+
Build system: emacs
Synopsis: Dynamic evaluation replacement with Emacs
Description:

This package provides dynamic evaluation in Emacs.

Total packages: 69226