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

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-unpackaged 0-4.0c1f447
Propagated dependencies: emacs-dash@2.20.0 emacs-esxml@0.3.8 emacs-org@9.7.39 emacs-s@1.13.0 emacs-hydra@0.15.0 emacs-use-package@2.4.4 emacs-ts@0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/unpackaged.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Useful snippets of Emacs Lisp code
Description:

This package provides Emacs Lisp utilities for a variety of tasks, including version control, task management, and regex-based replacement.

emacs-tablist 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/politza/tablist
Licenses: GPL 3+
Build system: emacs
Synopsis: Extension for @code{tabulated-list-mode}
Description:

Tablist is the Emacs package that provides several additional features to tabulated-list-mode: it adds marks, filters, new key bindings and faces. It can be enabled by tablist-mode or tablist-minor-mode commands.

emacs-auth-source-pass 5.0.0-2.847a1f5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DamienCassou/auth-password-store
Licenses: GPL 3+
Build system: emacs
Synopsis: Integrate @code{auth-source} with @code{password-store}
Description:

This package helps Emacs integrate with the Unix password-store application.

emacs-undohist-el 0.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/undohist
Licenses: GPL 3+
Build system: emacs
Synopsis: Save undo history between sessions
Description:

This package allows persistent use of undo history for individual file buffers.

emacs-company 1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://company-mode.github.io/
Licenses: GPL 3+
Build system: emacs
Synopsis: Modular text completion framework
Description:

Company is a modular completion mechanism. Modules for retrieving completion candidates are called back-ends, modules for displaying them are front-ends. Company comes with many back-ends, e.g., company-elisp. These are distributed in separate files and can be used individually.

emacs-el-x 0.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sigma/el-x
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs Lisp extensions
Description:

emacs-el-x defines the dflet macro to provide the historic behavior of flet, as well as declare-function stub for older 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-all-the-icons-ibuffer 1.3.0
Propagated dependencies: emacs-all-the-icons@5.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/seagle0128/all-the-icons-ibuffer
Licenses: GPL 3+
Build system: emacs
Synopsis: Display icons for all buffers in ibuffer
Description:

This package uses emacs-all-the-icons to display icons in Ibuffer buffers.

emacs-git-gutter 0.93
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-git-gutter
Licenses: GPL 3+
Build system: emacs
Synopsis: See and manage hunks of text in a version control system
Description:

This package is an Emacs minor mode for displaying and interacting with hunks of text managed in a version control system. Added modified and deleted areas can be indicated with symbols on the edge of the buffer, and commands can be used to move between and perform actions on these hunks.

Git, Mercurial, Subversion and Bazaar are supported, and many parts of the display and behaviour is easily customisable.

emacs-prop-menu 0.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/david-christiansen/prop-menu-el
Licenses: GPL 3+
Build system: emacs
Synopsis: Create and display a context menu based on text and overlay properties
Description:

This is a library for computing context menus based on text properties and overlays. The intended use is to have tools that annotate source code and others that use these annotations, without requiring a direct coupling between them, but maintaining discoverability.

Major modes that wish to use this library should first define an appropriate value for prop-menu-item-functions. Then, they should bind prop-menu-by-completing-read to an appropriate key. Optionally, a mouse pop-up can be added by binding prop-menu-show-menu to a mouse event.

emacs-hl-todo 3.9.2
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tarsius/hl-todo
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs mode to highlight TODO and similar keywords
Description:

This package provides an Emacs mode to highlight TODO and similar keywords in comments and strings. This package also provides commands for moving to the next or previous keyword and to invoke occur with a regexp that matches all known keywords.

emacs-org-beautify-theme 0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jonnay/org-beautify-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: Theme to make Org mode look more beautiful
Description:

The theme adds padding between headings, increases the size of titles, strike through completed TODO headings, changes Org blocks, changes Org check boxes, and more.

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/cl-print
Licenses: GPL 3+
Build system: emacs
Synopsis: CL-style generic printing
Description:

This package provides a generic function, cl-print-object, to which the programmer can add any method they please.

emacs-vundo 2.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/casouri/vundo/
Licenses: GPL 3+
Build system: emacs
Synopsis: Visualize the undo tree
Description:

Vundo (visual undo) displays the undo history as a tree and lets you move in the tree to go back to previous buffer states. To use vundo, type M-x vundo RET in the buffer you want to undo. An undo tree buffer should pop up.

emacs-adaptive-wrap 0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/adaptive-wrap.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Smart line-wrapping with wrap-prefix
Description:

This Emacs package provides the adaptive-wrap-prefix-mode minor mode which sets the wrap-prefix property on the fly so that single-long-line paragraphs get word-wrapped in a way similar to what you'd get with M-q using adaptive-fill-mode, but without actually changing the buffer's text.

emacs-pddl-mode 0.100
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsmirror/pddl-mode
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs mode for PDDL files
Description:

This package provides a major mode for browsing and editing PDDL files with syntax highlighting, templates, auto-completion, and more.

emacs-vlf 1.7.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/m00natic/vlfi/
Licenses: GPL 2+
Build system: emacs
Synopsis: View large files in Emacs
Description:

Vlf is an Emacs minor mode that allows viewing, editing, searching and comparing large files in batches.

emacs-writeroom 3.11
Propagated dependencies: emacs-visual-fill-column@2.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joostkremers/writeroom-mode
Licenses: Modified BSD
Build system: emacs
Synopsis: Distraction-free writing for Emacs
Description:

This package defines a minor mode for distraction-free writing. Some of the default effects include entering fullscreen, deleting other windows of the current frame, disabling the mode line, and adding margins to the buffer that restrict the text width to 80 characters.

emacs-restclient 0-4.1fb5706
Propagated dependencies: emacs-helm@4.0.6 emacs-jq-mode@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pashky/restclient.el
Licenses: Public Domain
Build system: emacs
Synopsis: Explore and test HTTP REST webservices
Description:

This tool allows for testing and exploration of HTTP REST Web services from within Emacs. Restclient runs queries from a plan-text query sheet, displays results pretty-printed in XML or JSON with restclient-mode

emacs-dts-mode 1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/dts-mode.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Device Tree source files
Description:

This package provides an Emacs minor mode for highlighting device tree files.

emacs-graphql 0.1.2
Propagated dependencies: emacs-ghub@5.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/vermiculus/graphql.el
Licenses: GPL 3+
Build system: emacs
Synopsis: GraphQL utilities
Description:

GraphQL.el provides a generally-applicable domain-specific language for creating and executing GraphQL queries against your favorite web services. GraphQL is a data query language and runtime designed and used to request and deliver data to mobile and web apps.

emacs-selectrum 3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/raxod502/selectrum/
Licenses: Expat
Build system: emacs
Synopsis: Incremental narrowing in Emacs
Description:

Selectrum is a solution for incremental narrowing in Emacs, replacing Helm, Ivy, and IDO. Its design philosophy is based on choosing the right abstractions and prioritizing consistency and predictability over special-cased improvements for particular cases. As such, Selectrum follows existing Emacs conventions where they exist and are reasonable, and it declines to implement features which have marginal benefit compared to the additional complexity of a new interface.

emacs-doctest 0-0.0620ab6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ag91/doctest
Licenses: GPL 3+
Build system: emacs
Synopsis: emacs-doctest
Description:

This package provides doctests for emacs elisp.

emacs-zmq 1.0.2
Dependencies: zeromq@4.3.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nnicandro/emacs-zmq
Licenses: GPL 2+ GPL 3+
Build system: emacs
Synopsis: Emacs bindings to ØMQ
Description:

This package provides Emacs bindings to ØMQ.

Total packages: 69245