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

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-kubed 0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://eshelyaron.com/man/kubed/
Licenses: GPL 3+
Build system: emacs
Synopsis: Kubernetes control
Description:

This package provides a Kubernetes control interface within emacs.

emacs-latex-extra 1.14-0.a81e758
Propagated dependencies: emacs-auctex@14.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Malabarba/latex-extra
Licenses: GPL 3+
Build system: emacs
Synopsis: Usability improvements for LaTeX mode
Description:

Latex-extra defines extra commands and keys for LaTeX mode, as well as brings user experience improvements.

emacs-magit-popup 2.13.3
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/magit-popup
Licenses: GPL 3+
Build system: emacs
Synopsis: Define prefix-infix-suffix command combos
Description:

This library implements a generic interface for toggling switches and setting options and then invoking an Emacs command which does something with these arguments. The prototypical use is for the command to call an external process, passing on the arguments as command line arguments.

emacs-corfu-terminal 0.7
Propagated dependencies: emacs-corfu@2.6 emacs-popon@0.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/akib/emacs-corfu-terminal/
Licenses: GPL 3+
Build system: emacs
Synopsis: Replace corfu child frames with popups
Description:

This package replaces the child frames emacs-corfu uses with popups, which also work in the terminal.

emacs-back-button 0.6.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/BackButton
Licenses: FreeBSD
Build system: emacs
Synopsis: Visual navigation through mark rings in Emacs
Description:

This package provides a way for the user to navigate through mark rings (in both directions, and globally or locally).

emacs-denote-org 0.2.0
Propagated dependencies: emacs-denote@4.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/protesilaos/denote-org
Licenses: GPL 3+
Build system: emacs
Synopsis: Denote extensions for Org mode
Description:

This package contains extra features that better integrate Denote with Org mode.

emacs-mu4e-alert 1.0-1.d36eb0c
Propagated dependencies: emacs-alert@1.3 emacs-ht@2.3 emacs-s@1.13.0 mu@1.12.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xzz53/mu4e-alert
Licenses: GPL 3+
Build system: emacs
Synopsis: Desktop notifications and mode line display for mu4e
Description:

This package provides desktop notifications for mu4e. Additionally it can display the number of unread emails in the mode line.

emacs-noflet 20170629-1.7ae84dc
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nicferrier/emacs-noflet
Licenses: GPL 3+
Build system: emacs
Synopsis: Locally override functions
Description:

emacs-noflet lets you locally override functions, in the manner of flet, but with access to the original function through the symbol: this-fn.

emacs-zenburn-theme 2.8.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bbatsov/zenburn-emacs
Licenses: GPL 3+
Build system: emacs
Synopsis: Low contrast color theme for Emacs
Description:

Zenburn theme is a port of the popular Vim Zenburn theme for Emacs. It is built on top of the custom theme support in Emacs 24 or later.

emacs-eval-in-repl-iex 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-elixir-mode@2.5.0 emacs-alchemist@1.8.2
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 Elixir buffers.

emacs-suneater-theme 2.5.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~plattfot/suneater-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: Minimalistic dark theme for Emacs
Description:

Suneater is a dark, minimalistic Emacs theme. It was based on Sunburst theme but now takes more inspiration from the Nano theme.

emacs-bind-map 1.1.2-0.510a241
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/justbur/emacs-bind-map
Licenses: GPL 3+
Build system: emacs
Synopsis: Bind personal keymaps in multiple locations
Description:

emacs-bind-map provides a macro bind-map which can be used to make a keymap available across different leader keys including ones tied to evil states. It is essentially a generalization of the idea of a leader key as used in Vim or the emacs-evil-leader package, and allows for an arbitrary number of leader keys.

emacs-treeview 1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tilmanrassy/emacs-treeview/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs Lisp framework for tree navigation
Description:

This package provides an abstract Emacs Lisp framework for tree navigation.

emacs-libmpdel 2.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mpdel/libmpdel
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs library to communicate with Music Player Daemon (MPD)
Description:

LibMPDel is an Emacs library client to communicate with Music Player Daemon (MPD), a flexible, powerful, server-side application for playing music.

emacs-rich-minority 1.0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Malabarba/rich-minority
Licenses: GPL 2+
Build system: emacs
Synopsis: Clean-up and beautify the list of minor modes
Description:

This Emacs package hides and/or highlights minor modes in the mode-line.

emacs-helm-themes 0.05-2.1fc4a5d
Propagated dependencies: emacs-helm@4.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/helm-themes
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs theme selection with Helm interface
Description:

Helm Themes provide an Emacs theme selection with Helm interface.

emacs-display-wttr 2.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~josegpt/display-wttr
Licenses: GPL 3+
Build system: emacs
Synopsis: Display wttr (weather) in the mode line
Description:

This package contains a minor mode that can be toggled. It fetches weather information based on your location or on a given location from https://wttr.in and then displays it on the mode line.

emacs-esup 0.7.1-1.0de8af8
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jschaf/esup
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs start up profiler
Description:

Benchmark Emacs Startup time without ever leaving your Emacs.

emacs-robot-mode 0.8.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kopoli/robot-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs mode for Robot Framework
Description:

This major mode facilitates editing Robot Framework source files with features such as syntax highlighting, comments, finding keywords, completing keywords and smart indentation.

emacs-dante 1.7
Propagated dependencies: emacs-company@1.0.2 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-flycheck@35.0 emacs-haskell-mode@17.5-0.e9c3567 emacs-lcr@1.5 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jyp/dante
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode for interactive Haskell
Description:

This package provides a minor mode for Haskell development that supports type hints, definition-jumping, completion, and more.

emacs-helm-org-ql 0.8.10
Propagated dependencies: emacs-dash@2.20.0 emacs-helm@4.0.6 emacs-helm-org@1.0-3.8457e1e emacs-org-ql@0.8.10 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-ql/
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm commands for @code{emacs-org-ql}
Description:

This package provides emacs-helm commands for emacs-org-ql, a Lispy query language for Org files, allowing for actions to be performed based on search criteria.

emacs-page-break-lines 0.15
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/page-break-lines
Licenses: GPL 3+
Build system: emacs
Synopsis: Display page breaks as tidy horizontal lines
Description:

This library provides a global mode which displays form feed characters as horizontal rules.

emacs-ztree 1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fourier/ztree
Licenses: GPL 3
Build system: emacs
Synopsis: Directory tree comparison mode for Emacs
Description:

Ztree is a project dedicated to implementation of several text-tree applications inside GNU Emacs. It consists of 2 subprojects: ztree-diff and ztree-dir (the basis of ztree-diff).

emacs-smudge 1.0.0-1.4a9c5b3
Propagated dependencies: emacs-oauth2@0.18.4 emacs-request@0.3.2-1.3336eaa emacs-simple-httpd@1.5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/danielfm/smudge
Licenses: GPL 3+
Build system: emacs
Synopsis: Control the Spotify application from within Emacs
Description:

Smudge allows you to control the Spotify application from Emacs, either via D-BUS or Spotify Connect if you have a Spotify premium subscription.

Total packages: 69282