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

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-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.

emacs-ben 0.12.13
Dependencies: direnv@2.37.1
Propagated dependencies: emacs-inheritenv@0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/pastor/ben.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Asynchronous buffer-local environments via @command{direnv}
Description:

This package allows you to load environments buffer locally. The package is named ben, which stands for Buffer ENvironments.

The project relies on direnv which allows setting per-directory environments through .envrc files.

The main improvement of ben over envrc is the asynchronous processing of environments, which prevents Emacs from freezing. This is especially useful while loading computationally heavy environments, such when loading .envrc files that rely on Guix. In these cases, computations can take hours to complete. This package aims to facilitate loading such environments in the background.

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-es-mode 4.3.0
Propagated dependencies: emacs-dash@2.20.0 emacs-org@9.8.3 emacs-spark@20160503-1.0bf148c
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dakrone/es-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing Elasticsearch queries
Description:

es-mode includes highlighting, completion and indentation support for Elasticsearch queries. Also supported are es-mode blocks in org-mode, for which the results of queries can be processed through jq, or in the case of aggregations, can be rendered in to a table. In addition, there is an es-command-center mode, which displays information about Elasticsearch clusters.

emacs-cov 0.1.0-0.cd3e199
Propagated dependencies: emacs-elquery@1.1.0 emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/AdamNiederer/cov/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs extension for displaying coverage data
Description:

Cov shows code coverage data for your program in Emacs. It supports currently gcov, lcov, coverage.py, and clover output, as well as the Coveralls format produced by Undercover.

emacs-validate 1.0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Malabarba/validate.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs library for scheme validation
Description:

This Emacs library provides two functions that perform schema validation.

emacs-gn-mode 0.4.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lashtear/gn-mode
Licenses: Modified BSD
Build system: emacs
Synopsis: Emacs major mode for editing GN (ninja generator) config files
Description:

GN mode is a major mode for editing GN config files in Emacs. Files of this type (e.g., BUILD.gn or *.gni) are common in Chromium-derived projects.

emacs-irony-eldoc 1.6.1
Dependencies: emacs-irony-mode@1.6.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ikirill/irony-eldoc
Licenses: GPL 3+
Build system: emacs
Synopsis: Eldoc integration for irony-mode
Description:

Irony-eldoc is an eldoc extension that shows documentation for the current function or variable in the minibuffer.

emacs-guix 0.6.1
Dependencies: guile@3.0.11 guix@1.5.0-4.2ef8ed9
Propagated dependencies: emacs-bui@1.2.1 emacs-dash@2.20.0 emacs-edit-indirect@0.1.13 emacs-geiser@0.33.1 emacs-geiser-guile@0.28.5 emacs-magit-popup@2.13.3 guile-gcrypt@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://guix.gnu.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Emacs interface for GNU Guix
Description:

Emacs-Guix provides a visual interface, tools and features for the GNU Guix package manager. Particularly, it allows you to do various package management tasks from Emacs. To begin with, run M-x guix-about or M-x guix-help command.

emacs-undo-propose 3.0.0-3.f80baee
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jackkamm/undo-propose-el
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple and safe navigation of @code{undo} history
Description:

This package permits navigation of undo history in a temporary buffer, which is read-only save for undo commands, and subsequent committal of a chain of undo commands as a single edit in the undo history.

emacs-flow-minor-mode 0.3-4.d1b32a7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/an-sh/flow-minor-mode
Licenses: Modified BSD
Build system: emacs
Synopsis: Minor mode for JavaScript Flow files
Description:

This package integrates Flow with Emacs, allowing for definition-jumping and type-checking on demand.

emacs-helpful 0.21
Propagated dependencies: emacs-dash@2.20.0 emacs-elisp-refs@1.5 emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/helpful
Licenses: GPL 3+
Build system: emacs
Synopsis: More contextual information in Emacs help
Description:

helpful is an alternative to the built-in Emacs help that provides much more contextual information.

  • Show the source code for interactively defined functions (unlike the built-in Help).

  • Fall back to the raw sexp if no source is available.

  • Show where a function is being called.

  • Docstrings will Highlight the summary (the first sentence), include cross-references, hide superfluous puncuation.

  • Show you the properties that have been applied to the current symbol. This provides visibility of features like edebug or byte-code optimisation.

  • Provide a separate helpful-command function to view interactive functions.

  • Display any keybindings that apply to interactive functions.

  • Trace, disassemble functions from inside Helpful. This is discoverable and doesn't require memorisation of commands.

emacs-flymake-proselint 0.3.0
Dependencies: python-proselint@0.14.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~manuel-uberti/flymake-proselint
Licenses: GPL 3+
Build system: emacs
Synopsis: Flymake backend for @code{proselint}
Description:

This package adds support for proselint in Flymake.

emacs-liberime 0.0.6-0.cc9eb98
Dependencies: librime@1.10.0 rime-data@0.38.20210802
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/merrickluo/liberime
Licenses: GPL 3+
Build system: emacs
Synopsis: Librime Emacs Lisp binding
Description:

Liberime is an Emacs dynamic module provide librime bindings.

emacs-company-irony 1.1.1
Dependencies: emacs-company@1.0.2 emacs-irony-mode@1.6.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Sarcasm/company-irony
Licenses: GPL 3+
Build system: emacs
Synopsis: C++ completion backend for Company using Irony mode
Description:

This backend for Company allows for C++ code completion with Irony mode using Clang tooling.

emacs-dired-hacks 0.0.1-3.d1a2bda
Propagated dependencies: emacs-dash@2.20.0 emacs-eimp@1.4.0-1.2e7536f emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/dired-hacks
Licenses: GPL 3+
Build system: emacs
Synopsis: Collection of useful dired additions
Description:

This package provides the following collection of Emacs dired mode additions:

  • dired-avfs

  • dired-columns

  • dired-filter

  • dired-hacks-utils

  • dired-images

  • dired-list

  • dired-narrow

  • dired-open

  • dired-rainbow

  • dired-ranger

  • dired-subtree

  • dired-tagsistant

emacs-sly-quicklisp 0.0.0-1.01ebe39
Propagated dependencies: emacs-sly@1.0.43-9.9c43bf6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joaotavora/sly-quicklisp
Licenses: GPL 3+
Build system: emacs
Synopsis: Quicklisp support for SLY
Description:

sly-quicklisp is an external contrib for SLY that provides a sly-quickload command that prompts the user for a package to install.

emacs-transpose-frame 0.2.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/TransposeFrame
Licenses: FreeBSD
Build system: emacs
Synopsis: Transpose window arrangement in current frame
Description:

emacs-transpose-frame provides some interactive functions which allows users to transpose windows arrangement in currently selected frame.

emacs-sql-indent 1.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alex-hhh/emacs-sql-indent
Licenses: GPL 3+
Build system: emacs
Synopsis: Support for indenting code in SQL files
Description:

This package provides a minor mode that enables syntax-based indentation for SQL mode buffers. Indentation rules are flexible and can be customized to match your personal coding style.

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-lsp-ivy 0.5
Propagated dependencies: emacs-dash@2.20.0 emacs-ivy@0.15.1 emacs-lsp-mode@10.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-lsp/lsp-ivy
Licenses: GPL 3+
Build system: emacs
Synopsis: Provide LSP-enhanced completion for symbols
Description:

This package enhances ivy with completion for symbols from workspaces with a LSP-compliant server running.

emacs-ace-jump-helm-line 0.5.0-0.1483055
Propagated dependencies: emacs-avy@0.5.0 emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cute-jumper/ace-jump-helm-line
Licenses: GPL 3+
Build system: emacs
Synopsis: Ace-jump to a candidate in Helm window
Description:

This package allows using Ace jump to a candidate in Helm window.

emacs-flycheck 36.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.flycheck.org
Licenses: GPL 3+
Build system: emacs
Synopsis: On-the-fly syntax checking
Description:

This package provides on-the-fly syntax checking for GNU Emacs. It is a replacement for the older Flymake extension which is part of GNU Emacs, with many improvements and additional features.

Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax checking for over 30 programming and markup languages with more than 70 different tools. It highlights errors and warnings inline in the buffer, and provides an optional IDE-like error list.

emacs-enlive 0.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://github.com/zweifisch/enlive
Licenses: GPL 3+
Build system: emacs
Synopsis: Query HTML document with CSS selectors in Emacs
Description:

Enlive is an Emacs library that allows the user to query HTML documents from within Elisp using a DSL similar to CSS selectors.

Total packages: 73955