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.
Make SVG charts in all Elm. The package can draw charts at a variety of different levels of customization, from basic charts with standard features to very custom styles. The library also allows including your very own SVG elements while still easily utilizing the coordinate system calculated from your data, as well as editing the SVGs made by the package. It has great support for interactivity, layering different charts, and adding irregular details.
This package enables writing unit and fuzz tests for Elm code. To actually run the tests, you need the command-line tool from https://github.com/rtfeldman/node-test-runner, which has not yet been packaged for Guix.
This package enhances elm/time with support for format strings and internationalization of dates.
This package is for markdown parsing and rendering in Elm. It is based on the marked project, which focuses on speed.
This package helps you convert between Elm values and JSON values.
This package allows you to create Elm programs that run in browsers, with access to browser history for SPAs.
Every Elm project needs this package!
This package provides Elm's SVG library.
This package provides an Elm library for producing nice intervals for charts. It's useful in combination with terezka/elm-charts. When I say ``nice'', I just mean that I try to calculate intervals which begin with 10, 5, 3, 2, or 1 (adjusted to magnitude, of course!). For dates, I try to hit whole days, weeks, and months or hours, minutes, and seconds.
emacs-community-random-extra includes lots of extra helper functions for the Random module.
This package provides an Emacs library for manipulating strings.
This provides a list of issues with the Emacs package metadata of a file, e.g., the package dependencies it requires. Checks will currently be enabled only if a Package-Requires: or Package-Version: header is present in the file.
This package provides a Makefile-like script and a transient menu for linting and testing Emacs packages.
This package allows ERT to work with asynchronous tests.
emacs-commander provides command line parsing for Emacs.
This package provides a modern list API library for Emacs.
Espuds is a collection of the most commonly used step definitions for testing with the Ecukes framework.
This package silences most output of Emacs when running an Emacs shell script.
emacs-ansi defines functions that turns simple strings to ANSI strings. Turning a string into an ANSI string can be to add color to a text, add color in the background of a text or adding a style, such as bold, underscore or italic.
Emacs Lisp Mock is a library for mocking and stubbing using readable syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp Expectations, but it can be used in other contexts.
Undercover is a test coverage library for software written in Emacs Lisp.
To allow for the usage of Emacs functions and macros that are defined in newer versions of Emacs, compat.el provides definitions that are installed ONLY if necessary. These reimplementations of functions and macros are at least subsets of the actual implementations. Be sure to read the documentation string to make sure.
Not every function provided in newer versions of Emacs is provided here. Some depend on new features from the core, others cannot be implemented to a meaningful degree. The main audience for this library are not regular users, but package maintainers. Therefore commands and user options are usually not implemented here.
This package provides a Makefile to help checking Emacs packages.
ert-runner is a tool for Emacs projects tested using ERT. It assumes a certain test structure setup and can therefore make running tests easier.