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.
This subrepository holds the source for various packages and tools that support the Go programming language.
This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal.
because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable
Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter and variable type declarations (if any). jsoniter interfaces gives 100% compatibility with code using standard lib.
Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.
This package provides a Flymake backend for GNU Guile.
Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.
Support for saving and opening last known pdf position in pdfview mode. Information will be saved relative to the pdf being viewed so ensure pdf-view-restore-filename is in the same directory as the viewing pdf.
devdocs.el is a documentation viewer similar to Emacs's built-in Info browser, but geared towards documentation obtained from https://devdocs.io.
The list of official Russian holidays and commemorative days that are day offs. With regional holidays included.
This package provides functions for working with pass ("the standard Unix password manager").
This package mainly defines `flymake-quickdef-backend', a macro which helps remove some of the boilerplate code from defining new Flymake backend functions. Consult the function's documentation for full information on use. The macro defines a function which is suitable for use with `flymake-diagnostic-functions' and handles running the external process, creating and removing any necessary files and buffers, and regex matches against diagnostic output.
Minor mode proving highlight of Lisp quotes and quoted symbols.
Kaomojis are eastern/Japanese emoticons, which are usually displayed horizontally, as opposed to the western vertical variants (":^)", ";D", "XP", ...).
This package tries to make it easier to use kaomojis, by using completing-read and different categories. The main user functions are therefore insert-kaomoji to insert a kaomoji at point, and insert-kaomoji-into-kill-ring to push a kaomoji onto the kill ring.
This package provides an intuitive GUI for pueue task manager.
Consult-dir implements commands to easily switch between "active" directories. The directory candidates are collected from user bookmarks, projectile project roots (if available), project.el project roots and recentf file locations. The `default-directory' variable not changed in the process.
Mood-line is a minimal Emacs mode-line configuration that aims to replicate some of the features of the Doom modeline package.