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

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-nswbuff 1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joostkremers/nswbuff
Licenses: GPL 3+
Build system: emacs
Synopsis: Quickly switch between buffers
Description:

This package allows for navigating between buffers within a customizable list.

emacs-highlight-numbers 0.2.3
Propagated dependencies: emacs-parent-mode@2.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fanael/highlight-numbers
Licenses: GPL 3+
Build system: emacs
Synopsis: Highlight numbers in source code
Description:

highlight-numbers-mode provides a minor mode for syntax highlighting of numeric literals in source code.

It s customizable: it's easy to add or redefine what exactly constitutes a "number" in given major mode. See highlight-numbers-modelist.

emacs-loop 1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/loop.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Imperative loop structures for Emacs
Description:

Loop structures familiar to users of other languages. This library adds a selection of popular loop structures as well as break and continue.

emacs-flycheck-elm 0-0.1b60050
Propagated dependencies: emacs-flycheck@35.0 emacs-let-alist@1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bsermons/flycheck-elm
Licenses: GPL 3+
Build system: emacs
Synopsis: Flycheck support for the Elm language
Description:

Flycheck Elm adds Flycheck support for Elm language.

emacs-keyfreq 20160516.716
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dacap/keyfreq
Licenses: GPL 3+
Build system: emacs
Synopsis: Track Emacs command frequencies
Description:

emacs-keyfeq tracks and shows how many times you used a command.

emacs-casual-info 2.11.2
Propagated dependencies: emacs-magit@4.4.2 emacs-transient@0.11.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kickingvegas/casual/
Licenses: GPL 3+
Build system: emacs
Synopsis: Transient user interfaces for various modes
Description:

Casual is a collection of opinionated Transient-based keyboard driven user interfaces for various built-in modes.

emacs-clojure-mode 5.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/clojure-emacs/clojure-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Clojure code
Description:

This Emacs package provides font-lock, indentation, navigation and basic refactoring for the Clojure programming language. It is recommended to use clojure-mode with Paredit or Smartparens.

emacs-dape 0.25.0
Propagated dependencies: emacs-jsonrpc@1.0.26
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/svaante/dape
Licenses: GPL 3+
Build system: emacs
Synopsis: Debug Adapter Protocol for Emacs
Description:

Dape is a debug adapter client for Emacs. The debug adapter protocol, much like its more well-known counterpart, the language server protocol, aims to establish a common API for programming tools. However, instead of functionalities such as code completions, it provides a standardized interface for debuggers.

emacs-jsonnet-mode 0.1.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/tminor/jsonnet-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing jsonnet files
Description:

This package provides syntax highlighting, indenting, formatting, and utility methods for jsonnet files.

emacs-consult-recoll 1.0.0
Dependencies: recoll-cli@1.43.2
Propagated dependencies: emacs-consult@3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/jao/consult-recoll
Licenses: GPL 3+
Build system: emacs
Synopsis: Recoll queries using consult
Description:

Recoll is a local search engine that knows how to index a wide variety of file formats, including PDFs, org and other text files and emails. It also offers a sophisticated query language, and, for some document kinds, snippets in the found documents actually matching the query at hand. This package provides an emacs interface to perform recoll queries, and display its results, via emacs-consult.

emacs-caml 4.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ocaml/caml-mode
Licenses: GPL 2+
Build system: emacs
Synopsis: Caml mode for GNU Emacs
Description:

This package provides a major mode for editing OCaml code in Emacs. Some of its major features include:

  • syntax highlighting (font lock);

  • automatic indentation;

  • querying the type of expressions (using compiler generated annot files);

  • running an OCaml REPL within Emacs;

  • scanning of declarations and placing them in a menu.

emacs-switch-buffer-functions 0.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/10sr/switch-buffer-functions-el
Licenses: Unlicense
Build system: emacs
Synopsis: Hooks run when switching current buffer
Description:

This package provides a hook variable switch-buffer-functions. The hooks will be run when the current buffer is changed after an interactive command, i.e., when post-command-hook hooks are run. The hooked functions will be called with both the previous and the current buffer.

emacs-devdocs 0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/astoff/devdocs.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs viewer for DevDocs
Description:

This package provides a documentation viewer similar to Emacs's built-in Info browser, but geared towards documentation obtained from https://devdocs.io.

emacs-typo 1.1-0.173ebe4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jorgenschaefer/typoel
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode for typographic editing
Description:

This package provides two Emacs modes, typo-mode and typo-global-mode. These modes automatically insert Unicode characters for quotation marks, dashes, and ellipses. For example, typing " automatically inserts a Unicode opening or closing quotation mark, depending on context.

emacs-pg 0.61
Propagated dependencies: emacs-peg@1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emarsden/pg-el
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs Lisp interface for PostgreSQL
Description:

This module lets you access the PostgreSQL object-relational DBMS from Emacs, using its socket-level frontend/backend protocol. The module is capable of automatic type coercions from a range of SQL types to the equivalent Emacs Lisp type. This is a low level API, and won't be useful to end users.

emacs-company-box 0.0.1-0.be37a9a
Propagated dependencies: emacs-company@1.0.2 emacs-dash@2.20.0 emacs-frame-local@0.0.1-0.7ee1106
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sebastiencs/company-box
Licenses: GPL 3+
Build system: emacs
Synopsis: Company front-end with icons
Description:

Company box is a Company front-end. It supports different colors for different backends, associates icons to functions, variables... and their backends, and displays candidate's documentation. It is not limited by the current window size or buffer's text properties.

This package is not compatible with a TTY.

emacs-elisp-refs 1.5
Propagated dependencies: emacs-dash@2.20.0 emacs-f@0.21.0 emacs-list-utils@0.4.7 emacs-loop@1.3 emacs-s@1.13.0 emacs-shut-up@0.3.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/elisp-refs
Licenses: GPL 3+
Build system: emacs
Synopsis: Find callers of elisp functions or macros
Description:

elisp-refs finds references to functions, macros or variables. Unlike a dumb text search, it actually parses the code, so it's never confused by comments or foo-bar matching foo.

emacs-lcr 1.5
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jyp/lcr
Licenses: GPL 3+
Build system: emacs
Synopsis: Lightweight coroutines in Emacs Lisp
Description:

This package provides macros that can translate code into equivalent continuation-passing code, as well as miscellaneous utility functions written in continuation-passing style.

emacs-eval-in-repl-slime 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-slime@2.31
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 Common Lisp buffers.

emacs-ivy-hydra 0.15.1
Propagated dependencies: emacs-ivy@0.15.1 emacs-hydra@0.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/swiper
Licenses: GPL 3+
Build system: emacs
Synopsis: Additional key bindings for Ivy
Description:

This package provides the hydra-ivy/body command, which is a quasi-prefix map, with many useful bindings. These bindings are shorter than usual, using mostly unprefixed keys.

emacs-ebuild-mode 1.79
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://devmanual.gentoo.org
Licenses: GPL 2+
Build system: emacs
Synopsis: Major modes for Gentoo package files
Description:

This Emacs package provides modes for ebuild, eclass, eblit, GLEP42 news items, openrc and runscripts.

emacs-crux 0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bbatsov/crux
Licenses: GPL 3+
Build system: emacs
Synopsis: Collection of useful functions for Emacs
Description:

crux provides a collection of useful functions for Emacs.

emacs-deft 0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://jblevins.org/projects/deft/
Licenses: Modified BSD
Build system: emacs
Synopsis: Quickly browse, filter, and edit plain text notes
Description:

Deft is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity.

emacs-isearch+ 0-2.7c251b9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/isearch+.el
Licenses: GPL 2+
Build system: emacs
Synopsis: Extensions to @code{isearch.el}
Description:

This package extends isearch with advice, dynamic filters, highlighting of regexp group levels, and more.

Total packages: 69245