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

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-tinysegmenter 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/myuhe/tinysegmenter.el
Licenses: Modified BSD
Build system: emacs
Synopsis: Compact Japanese tokenizer in Emacs Lisp
Description:

This package provides functions for tokenizing Japanese text in Emacs buffers.

emacs-spaceline 2.0.1
Propagated dependencies: emacs-dash@2.20.0 emacs-powerline@2.5-0.c35c35b emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/TheBB/spaceline
Licenses: GPL 3+
Build system: emacs
Synopsis: Powerline theme from Spacemacs
Description:

Spaceline provides Spacemacs' mode-line theme. This package provides features for three kinds of users.

  • You just want to use the Spacemacs mode-line theme and forget about it.

  • You want to use something similar to the Spacemacs mode-line theme, but with a handful of easy tweaks.

  • You want an easy-to-use library for building your own mode-line from scratch, and you think the Spacemacs theme looks good.

emacs-helm-selector 0.6.1
Propagated dependencies: emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-selector
Licenses: GPL 3+
Build system: emacs
Synopsis: Convenient related-buffer selection for Emacs Helm
Description:

Helm Selector is a collection of Helm helper functions for convenient buffer selection.

It is especially helpful to create Helm sessions to navigate buffers of a given mode in a “do what I mean” fashion:

If current buffer is not of mode X, switch to last buffer of mode X. If current buffer is of mode X, show a Helm session of all buffers in mode X. In the Helm session, it’s also possible to input an arbitrary name which will be used for the creation of a new buffer of mode X.

emacs-clj-refactor 3.12.0
Propagated dependencies: emacs-cider@1.21.0 emacs-clojure-mode@5.23.0 emacs-hydra@0.15.0 emacs-inflections@2.6 emacs-multiple-cursors@1.5.0 emacs-paredit@26 emacs-parseedn@1.2.1 emacs-yasnippet@0.14.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/clojure-emacs/clj-refactor.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Powerful refactoring functionality for Clojure projects
Description:

This Emacs package complements the refactoring functionality you'd find in Clojure mode and CIDER.

emacs-xdg-launcher 0.1-0.ca774d0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-exwm/xdg-launcher
Licenses: GPL 3+
Build system: emacs
Synopsis: Use Emacs standard completion to launch applications
Description:

This package defines the xdg-launcher-run-app command, which uses Emacs standard completion to select an application installed on your machine and launch it.

emacs-elisp-slime-nav 0.10
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/elisp-slime-nav
Licenses: GPL 3+
Build system: emacs
Synopsis: Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME
Description:

This package provides SLIME's convenient M-.and M-, navigation in emacs-lisp-mode, together with an elisp equivalent of slime-describe-symbol.

emacs-mustache 0.23
Propagated dependencies: emacs-dash@2.20.0 emacs-ht@2.4-0.1c49aad emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/mustache.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Mustache templating library for Emacs
Description:

Mustache templating library for Emacs, mustache is a simple web template system, which is described as a logic-less system because it lacks any explicit control flow statements, both looping and conditional evaluation can be achieved using section tags processing lists and lambdas.

emacs-org-wild-notifier 0.7.0
Propagated dependencies: emacs-dash@2.20.0 emacs-alert@1.3 emacs-async@1.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/akhramov/org-wild-notifier.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Customizable Org Agenda notifications
Description:

This package provides notification functions for Org Agenda.

emacs-combobulate 0.2-2.17c7180
Propagated dependencies: tree-sitter-javascript@0.23.1 tree-sitter-python@0.25.0 tree-sitter-typescript@0.23.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.masteringemacs.org/article/combobulate-structured-movement-editing-treesitter
Licenses: GPL 3+
Build system: emacs
Synopsis: Structured editing and navigation in Emacs with tree-sitter
Description:

Combobulate is a package that adds structured editing and movement to a wide range of programming languages. Unlike most programming major modes that use error-prone imperative code and regular expressions to determine what's what in your code, Combobulate uses Emacs 29's tree-sitter library. Tree-sitter maintains a concrete syntax tree of your code; it gives Combobulate absolute clarity of all aspects of your code, enabling more correct movement and editing than you would otherwise have.

emacs-smart-hungry-delete 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hrehfeld/emacs-smart-hungry-delete
Licenses: GPL 2+
Build system: emacs
Synopsis: Smart hungry deletion of whitespace
Description:

emacs-smart-hungry-delete hungrily deletes whitespace between cursor and next word, parenthesis or delimiter while honoring some rules about where space should be left to separate words and parentheses.

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-kbd 0.0.1-1.b9048e9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/slotThe/kbd-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode for syntax highlighting kmonad's @file{.kbd} files
Description:

This minor mode provides syntax highlighting for Lisp-like DSL used in kmonad's configuration files (.kbd).

emacs-eval-in-repl-slime 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-slime@2.32
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-exwm-firefox-core 1.0-1.e2fe2a8
Dependencies: emacs-exwm@0.35
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/walseb/exwm-firefox-core
Licenses: GPL 3+
Build system: emacs
Synopsis: Control Firefox with EXWM
Description:

This package contains functions that execute exwm keypresses mapped in firefox to the action described in the function name.

emacs-volatile-highlights 1.20
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://github.com/k-talo/volatile-highlights.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs minor mode for visual feedback on some operations
Description:

volatile-highlights-mode brings visual feedback to some operations by highlighting portions relating to the operations. All of highlights made by this library will be removed when any new operation is executed.

emacs-zoxide 1.2.3
Dependencies: zoxide@0.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~vonfry/zoxide.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Zoxide frontend for Emacs
Description:

This package provides an Emacs interface to the command line tool zoxide.

emacs-ob-racket 1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hasu/emacs-ob-racket
Licenses: GPL 3+
Build system: emacs
Synopsis: Org Babel support for Racket
Description:

This package adds support for working with Racket code blocks with Org Babel in Org mode.

emacs-slime-volleyball 1.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/slime-volleyball.html
Licenses: GPL 3+
Build system: emacs
Synopsis: SVG slime volleyball game
Description:

Emacs Slime Volleyball is a volleyball game. Win points by making the ball land on your opponent's side of the court. The first player to five points wins! You can play against a friend, or challenge the three computer opponents in one player mode. You can even train opponent slimes.

emacs-d-mode 2.0.12-1.a4f9026
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs major mode for editing D code
Description:

This package provides an Emacs major mode for highlighting code written in the D programming language.

emacs-helm-lsp 0.3
Propagated dependencies: emacs-helm@4.0.7 emacs-lsp-mode@10.0.0 emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-lsp/helm-lsp
Licenses: GPL 3+
Build system: emacs
Synopsis: Provide LSP-enhanced completion for symbols
Description:

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

emacs-org-cliplink 0.2-0.13e0940
Dependencies: curl@8.6.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rexim/org-cliplink/
Licenses: Expat
Build system: emacs
Synopsis: Insert Org mode links from the clipboard
Description:

Org Cliplink provides a simple command that takes a URL from the clipboard and inserts an Org mode link with a title of a page found by the URL into the current buffer.

emacs-company-reftex 0.1.0
Propagated dependencies: emacs-company@1.0.2 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/TheBB/company-reftex
Licenses: GPL 3+
Build system: emacs
Synopsis: RefTeX backends for company-mode
Description:

This package provides company-mode backends for completing label references and citations in LaTeX. It is based on RefTeX, which is included with Emacs.

emacs-danneskjold-theme 20231110.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rails-to-cosmos/danneskjold-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: High-contrast Emacs theme
Description:

danneskjold-theme is a high-contrast theme for Emacs.

emacs-pcmpl-args 0.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/JonWaltman/pcmpl-args.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Enhanced shell command completion
Description:

pcmpl-args extends option and argument completion of shell commands read by Emacs. It is intended to make shell completion in Emacs comparable to the rather excellent completion provided by both Bash and Zsh.

Total packages: 32521