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

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-spatial-window 0.9.3
Propagated dependencies: emacs-posframe@1.5.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lewang/spatial-window
Licenses: GPL 3+
Build system: emacs
Synopsis: Jump to windows by spatial position
Description:

Jump to Emacs windows by pressing keys that match their spatial position on your keyboard.

emacs-fedi 0.4
Propagated dependencies: emacs-markdown-mode@2.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/martianh/fedi.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Library to make writing clients for APIs easier
Description:

fedi.el is an Emacs library used by several fediverse frontend packages.

emacs-makey 0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mickeynp/makey
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interactive command-line mode
Description:

This package provides an Emacs interactive command-line mode.

emacs-pulseaudio-control 0.1-0.34a6114
Dependencies: pulseaudio@16.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~flexibeast/pulseaudio-control
Licenses: GPL 3+
Build system: emacs
Synopsis: Control Pulseaudio from Emacs
Description:

This package allows controlling Pulseaudio from Emacs.

emacs-filladapt 2.12.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/filladapt.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Adaptive fill for Emacs
Description:

This package provides functions which enhance the default behavior of Emacs' Auto Fill mode and the commands fill-paragraph, lisp-fill-paragraph, fill-region-as-paragraph, and fill-region.

The chief improvement is that the beginning of a line to be filled is examined and, based on information gathered, an appropriate value for fill-prefix is constructed. Also the boundaries of the current paragraph are located. This occurs only if the fill prefix is not already non-nil.

The net result of this is that blurbs of text that are offset from left margin by asterisks, dashes, and/or spaces, numbered examples, included text from USENET news articles, etc. are generally filled correctly with no fuss.

emacs-zoutline 0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/zoutline
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple outline library
Description:

This library provides helpers for outlines. Outlines allow users to navigate code in a tree-like fashion.

emacs-font-lock+ 0-0.aa1c82d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsmirror/font-lock-plus
Licenses: GPL 3+
Build system: emacs
Synopsis: Enhancements to standard Font Lock library
Description:

This package provides enhancements to standard Font Lock library.

emacs-literate-elisp 0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jingtaozf/literate-elisp/tags
Licenses: GPL 3+
Build system: emacs
Synopsis: Load Emacs Lisp code blocks from Org files
Description:

Literate-Elisp is an Emacs lisp library to provide an easy way to use literal programming in Emacs lisp. It extends the Emacs load mechanism so Emacs can load Org files as Lisp source files directly.

emacs-ov 1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ShingoFukuyama/ov.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Overlay library for Emacs Lisp
Description:

ov.el provides a simple way to manipulate overlays in Emacs.

emacs-shell-here 1.3-1.eeb437f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/shell-here
Licenses: GPL 3+
Build system: emacs
Synopsis: Launch a shell relative to default-directory
Description:

This package provides commands to open a shell buffer in (or relative to) the default-directory or – using projectile or find-file-in-project – a project root.

emacs-renpy-mode 0.3-0.f4b7512
Dependencies: renpy@8.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Reagankm/renpy-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs major mode for editing Ren'Py files
Description:

This package provides an Emacs major mode for editing Ren'Py files. It supports indentation, syntax highlighting, movement and navigation, context-sensitive symbol completion, and running Ren'Py commands from within Emacs with error highlighting.

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-popwin 1.0.2-0.213e462
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/popwin
Licenses: GPL 3+
Build system: emacs
Synopsis: Popup window manager for Emacs
Description:

This package provides utilities for treating certain windows as pop up windows, which close automatically when quitting a command or selecting another window.

emacs-fish-mode 0.1.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wwwjfy/emacs-fish
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Fish shell scripts
Description:

This package provides syntax highlighting and indentation functions for Fish shell scripts.

emacs-mpdel 2.1.1
Propagated dependencies: emacs-libmpdel@2.1.0 emacs-navigel@1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitea.petton.fr/mpdel/mpdel
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs user interface for Music Player Daemon (MPD)
Description:

MPDel provides an Emacs user interface to control playback (play, pause, next, volume) and display and control the current playlist as well as your stored playlists.

emacs-ffi 0.2.2
Dependencies: emacs-compat@31.0.0.1 libltdl@2.4.7 libffi@3.4.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://emacs-ffi.github.io/emacs-ffi/
Licenses: GPL 3+
Build system: emacs
Synopsis: FFI for Emacs based on libffi
Description:

This package provides an FFI for Emacs. It is based on libffi and relies on the dynamic module support in order to be loaded into Emacs. It is relatively full-featured, but for the time being low-level.

emacs-el2org 0.6.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tumashu/el2org
Licenses: GPL 2+
Build system: emacs
Synopsis: Convert Emacs-lisp file to org file
Description:

El2org is a simple tool, which can convert Emacs-lisp file to org file, you can use this tool to write orgify commentary.

emacs-scribble-mode 0.1-2.217945d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-pe/scribble-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs mode for editing the Scribble documentation syntax
Description:

This package provides basic syntax highlighting and editing support for editing Racket's Scribble documentation syntax in Emacs.

emacs-org-edna 1.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://savannah.nongnu.org/projects/org-edna-el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Manage Org task dependencies
Description:

This package provides an extensible means of specifying conditions which must be fulfilled before a task can be completed and actions to take once it is. Org Edna runs when either the BLOCKER or TRIGGER properties are set on a heading, and when it is changing from a TODO state to a DONE state.

emacs-navigel 1.1.0
Propagated dependencies: emacs-tablist@1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DamienCassou/navigel
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs library for creating tabulated-list based user-interfaces
Description:

The navigel package is a library that makes it simpler for Emacs Lisp developers to define user-interfaces based on tablists (also known as tabulated-lists).

emacs-jag 0.5
Propagated dependencies: emacs-string-inflection@1.0.16 emacs-swagg@0.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/martianh/jag.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Generate API client libraries in elisp using swagg.el
Description:

This package provides utilities to use swagg.el to generate API client libraries from Swagger specs.

emacs-springboard 1.0-1.687d1e5
Propagated dependencies: emacs-helm@4.0.7 emacs-ivy@0.15.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jwiegley/springboard
Licenses: GPL 2+
Build system: emacs
Synopsis: Change the Emacs default directory quickly
Description:

This Emacs package provides a quick way to change the default directory for only the next invoked command. The directory selection can be done using Helm, Ido or Ivy.

emacs-extempore-mode 0.0.0-2.92e0fff
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/extemporelang/extempore-emacs-mode
Licenses: FreeBSD
Build system: emacs
Synopsis: Emacs major mode for Extempore source files
Description:

This package provides a major mode for editing Extempore code. It can create an Extempore REPL, connect the current extempore-mode buffer to a running Extempore process, and more.

emacs-shell-switcher 1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DamienCassou/shell-switcher
Licenses: GPL 3+
Build system: emacs
Synopsis: Provide fast switching between shell buffers
Description:

This package provides commands to quickly switch between shell buffers.

Total packages: 72465