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.
Org Roam BibTeX is a library which offers a tighter integration between Org Roam, Helm-BibTeX, and Org Ref. It allows users to access their bibliographical notes in Org Roam directory via Helm BibTeX, Ivy BibTeX, or by opening Org Ref's cite: links.
Provides disable-mouse-mode and global-disable-mouse-mode, pair of minor modes which suppress all mouse events by intercepting them and running a customisable handler command (ignore by default).
Circadian may reduce eye strain by automatically switching between light and dark themes based on daytime. It is inspired by color temperature shifting tools and brightness adaption software.
https://www.reddit.com backend for the Gnus newsreader.
Generic tools for recursive and iterative tree traversal based on clojure.walk and clojure.zip respectively.
This package adds random colors to your Org tags. In order to make colors random but consistent between same tags, colors are generated from the hash of the tag names.
SLIME extends Emacs with support for interactive programming in Common Lisp. The features are centered around slime-mode, an Emacs minor mode that complements the standard lisp-mode. While lisp-mode supports editing Lisp source files, slime-mode adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.
RBS mode is a major mode for Ruby type signature language (RBS). It provides basic supports for syntax highlighting and indentation.
This package provides a major mode for browsing and editing PDDL files with syntax highlighting, templates, auto-completion, and more.
This package provides the macro pretty-hydra-define to define hydras with one column per group of heads.
This package provides generic functions that specialize on major modes and intended purpose rather than on arguments. Different callables for tasks like expression evaluation, definition-jumping, and more can now be grouped accordingly and tried in sequence until one of them succeeds.
This package permits automated installation of tools written in Python.
This Emacs package provides a major mode for editing Bison, Yacc, and Lex files.
This library provides helpers for outlines. Outlines allow users to navigate code in a tree-like fashion.
Emacs is capable of highlighting buffers based on language-specific font-lock rules. This package makes it possible to perform regression test for packages that provide font-lock rules.
This meta-package propagates the TeX Live packages minimally required by the LaTeX output produced by Org mode.
This package evaluates the content of a buffer, or region, and displays the result. Quickrun executes not only script languages (Perl, Ruby, Python etc), but also compiling languages (C, C++, Go, Java etc) and markup languages.
This is a basic interface to the lingva.ml API, which allows you to obtain translations of texts from Google Translate without any tracking.
Elfeed is an extensible web feed reader for Emacs, supporting both Atom and RSS, with a user interface inspired by notmuch.
This package provides an Emacs plugin for source code indexing of modern Fortran.
This package is an Emacs Scala IDE using LSP mode to connect to Metals.
Dap mode is an Emacs client/library for Debug Adapter Protocol (DAP), a wire protocol for communication between client and debug server. It is similar to the LSP but provides integration with Debug server.
This package provides support for running any Flycheck checker as a Flymake diagnostic backend. The effect is that Flymake will control when the checker runs, and Flymake will receive its errors.
pdd provides a library for HTTP requests and asynchronous operations in Emacs. It featuring a single, consistent API that works identically across different backends, maximizing code portability and simplifying development.