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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


emacs-ansible-doc 0.4-2.648c844
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fredericgiquel/ansible-doc
Licenses: GPL 3+
Build system: emacs
Synopsis: Ansible documentation for Emacs
Description:

This package provides an Ansible documentation for GNU Emacs.

ansible-doc allows you to view the documentation of an Ansible module and ansible-doc-mode minor mode adds documentation lookup to YAML Mode. You could enable the mode with (add-hook 'yaml-mode-hook #'ansible-doc-mode).

emacs-org-asciidoc 0.0.0-0.a8d49c4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/yashi/org-asciidoc
Licenses: GPL 3+
Build system: emacs
Synopsis: Org mode exporter backend for AsciiDoc
Description:

This package provides an org-mode exporter backend for AsciiDoc.

emacs-no-littering 1.8.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/emacscollective/no-littering
Licenses: GPL 3+
Build system: emacs
Synopsis: Help keep @file{~/.emacs.d/} clean
Description:

The default paths used to store configuration files and persistent data are not consistent across Emacs packages, be them built-in or third-party ones. no-littering sets out to help clean ~/.emacs.d/ by putting configuration files and persistent data files in two user-defined directories, as well as using more descriptive names for files and subdirectories when appropriate.

emacs-racket-mode 1-8.7f2813d
Propagated dependencies: emacs-faceup@0.0.1-1.6c92dad emacs-paredit@26 emacs-pos-tip@0.4.7 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.racket-mode.com/
Licenses: GPL 2+
Build system: emacs
Synopsis: Major mode for the Racket language
Description:

Racket mode provides thorough font-lock and indentation. It follows DrRacket concepts where applicable.

emacs-ox-hugo 0.12.2
Propagated dependencies: emacs-tomelr@0.4.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://ox-hugo.scripter.co
Licenses: GPL 3+
Build system: emacs
Synopsis: Hugo markdown back-end for Org export engine
Description:

Ox-hugo is an Org exporter backend that exports Org to Hugo-compatible Markdown, Blackfriday, and also generates the front-matter in TOML or YAML format.

emacs-tomelr 0.4.3
Propagated dependencies: emacs-map@3.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaushalmodi/tomelr/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs-Lisp library for converting S-expressions to TOML
Description:

This package provides the tomelr-encode function to convert a Lisp data expression in Alist or Plist format to a TOML string.

emacs-macrostep-geiser 0.2.0
Propagated dependencies: emacs-geiser@0.32 emacs-macrostep@0.9.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nbfalcon/macrostep-geiser
Licenses: GPL 3+
Build system: emacs
Synopsis: Macrostep for Geiser and Cider
Description:

This plug-in implements a Macrostep back-end powered by Geiser.

emacs-consult-dir 0.1
Propagated dependencies: emacs-consult@3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/karthink/consult-dir
Licenses: GPL 3+
Build system: emacs
Synopsis: Insert paths into minibuffer prompts in Emacs
Description:

Consult-dir allows you to easily insert directory paths into the minibuffer prompt in Emacs.

When using the minibuffer, you can switch---with completion and filtering provided by your completion setup---to any directory you’ve visited recently, or to a project or bookmarked directory. The minibuffer prompt will be replaced with the directory you choose.

emacs-window-layout 1.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kiwanami/emacs-window-layout
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple window layout management framework for emacs
Description:

A window-layout management library that can split a frame or a window into some windows according to a layout recipe.

emacs-denote-menu 1.4.0
Propagated dependencies: emacs-denote@4.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.scss.tcd.ie/~sulimanm/posts/denote-menu.html
Licenses: GPL 3+
Build system: emacs
Synopsis: View and filter Denote files in a tabulated list
Description:

This package provides an interface for viewing your Denote files that goes beyond using the standard Dired Emacs command to view your Denote directory.

emacs-multi 2.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kurisuwhyte/emacs-multi
Licenses: Expat
Build system: emacs
Synopsis: Clojure-style multi-methods for Emacs Lisp
Description:

Provides Emacs Lisp with a form of polymorphism by way of predicate dispatching. Methods consist of a dispatch function, and a series of branches. The dispatch function is applied to the arguments, and the result value is checked against the expectations of each branch to define which one to invoke.

emacs-arduino-mode 1.3.1
Dependencies: emacs-flycheck@35.0 emacs-spinner@1.7.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://repo.or.cz/arduino-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs major mode for editing Arduino sketches
Description:

This package provides an Emacs major mode for editing Arduino sketches and Org Babel support.

emacs-hy-mode 1.0.4
Propagated dependencies: emacs-dash@2.20.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hylang/hy-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Hylang
Description:

This package provides a major mode for Hylang.

emacs-elisp-docstring-mode 0.0.1-1.f512e50
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/elisp-docstring-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing Emacs Lisp docstrings
Description:

This package provides font lock and automatic escaping and unescaping of quotes.

emacs-ebdb-i18n-chn 1.3.2
Propagated dependencies: emacs-ebdb@0.8.22 emacs-pyim@5.3.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/ebdb-i18n-chn.html
Licenses: GPL 3+
Build system: emacs
Synopsis: China-specific internationalization support for EBDB
Description:

EBDB-i18n-Chn makes EBDB nicer to use with China-based contacts, both for handling Chinese characters, and for formatting of phones and addresses. Be aware that using this library will incur a non-neglible slowdown at load time. It shouldn't have any real impact on search and completion times.

emacs-zop-to-char 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/thierryvolpiatto/zop-to-char
Licenses: GPL 3+
Build system: emacs
Synopsis: Visual zap-to-char command for Emacs
Description:

This package provides a visual zap-to-char command for Emacs.

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-magit-annex 1.9.0
Propagated dependencies: emacs-magit@4.4.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/magit-annex/
Licenses: GPL 3+
Build system: emacs
Synopsis: Git-annex support for Magit
Description:

Magit-annex adds a few git-annex operations to the Magit interface.

emacs-el-job 2.6.1
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/meedstrom/el-job
Licenses: GPL 3+
Build system: emacs
Synopsis: Split up the inputs of a function in many sub-processes
Description:

This library gives you the tools to split up the inputs and run the function in many sub-processes (one per CPU core), then merges their outputs and passes it back to the current Emacs. In the meantime, current Emacs does not hang at all.

emacs-org-drill 2.7.0
Propagated dependencies: emacs-org@9.7.39 emacs-persist@0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/phillord/org-drill
Licenses: GPL 3+
Build system: emacs
Synopsis: Flash card memorization system using Org mode
Description:

This package uses spaced repetition algorithms to conduct interactive drill sessions to aid in memorization. In these sessions you are shown flash cards created in Org mode.

emacs-org-babel-eval-in-repl 1.6
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-ess@25.01.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/diadochos/org-babel-eval-in-repl
Licenses: Expat
Build system: emacs
Synopsis: Eval org-mode babel code blocks in various REPLs
Description:

This package allows you to execute org-mode source code blocks with eval-in-repl. It can execute code blocks asynchronously, without needing to write the result into the buffer.

emacs-ace-link 0.5.0
Propagated dependencies: emacs-avy@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/ace-link
Licenses: GPL 3+
Build system: emacs
Synopsis: Quickly follow links in Emacs
Description:

Currently, to jump to a link in a Info-mode, help-mode, woman-mode, org-mode, eww-mode, compilation-mode, goto-address-mode buffer, you can tab through the links to select the one you want. This is an O(N) operation, where the N is the amount of links. This package turns this into an O(1) operation. It does so by assigning a letter to each link using avy.

emacs-tracking 2.14
Propagated dependencies: gnutls@3.8.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jorgenschaefer/circe/wiki/Tracking
Licenses: GPL 3+
Build system: emacs
Synopsis: Buffer tracking library
Description:

tracking.el provides a way for different modes to notify the user that a buffer needs attention. The user then can cycle through them using C-c C-SPC.

emacs-evil-lion 0.0.2-1.6b03593
Propagated dependencies: emacs-evil@1.15.0-0.008a6cd
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/edkolev/evil-lion
Licenses: GPL 3+
Build system: emacs
Synopsis: Align operator for @code{evil-mode}
Description:

This package, a port of vim-lion, provides an operator for aligning text objects based on separators.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087