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 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 provides Elm programs with reliable, powerful tools for formatting dates and times. It uses Elm's type system instead of format strings, which makes formatting code more readable and can catch some errors at compile time.
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 is meant for people creating Elm tooling, like editor plugins. If you just want to make stuff in Elm, there is nothing here for you.
This package provides extra functions for working with Posix times from elm/time.
This package provides Elm's HTML rendering library.
This package provides a virtual DOM implementation that backs Elm's core libraries for HTML and SVG. You should almost certainly use those higher-level libraries directly.
This Elm package provides a simple Date type for working with dates without times or zones.
Elm is a statically-typed, purely-functional programming language for the browser. The elm exectable includes commands for developers such as elm make and elm repl.
This package enhances elm/time with extra utilities for working with POSIX times.
This library converts a Float to a String with ultimate control how many digits after the decimal point are shown and how the remaining digits are rounded. It rounds, floors and ceils the common way (i.e. half up) or the commerical way (ie. half away from zero).
emacs-commander provides command line parsing for Emacs.
This package allows ERT to work with asynchronous tests.
Espuds is a collection of the most commonly used step definitions for testing with the Ecukes framework.
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 silences most output of Emacs when running an Emacs shell script.
Buttercup is a behavior-driven development framework for testing Emacs Lisp code. It groups related tests so they can share common set-up and tear-down code, and allows the programmer to "spy" on functions to ensure they are called with the right arguments during testing.
emacs-ert-expectations is a simple unit test framework for Emacs Lisp to be used with ert.
This package provides an Emacs library for manipulating strings.
This package provides a modern list API library for Emacs.
This package provides Ecukes, a Cucumber-inspired integration testing tool for Emacs. Ecukes is not a complete clone of Cucumber and is not intended to be.
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.
Eldev (Elisp Development Tool) is an Emacs-based build tool, targeted solely at Elisp projects. It is an alternative to Cask. Unlike Cask, Eldev itself is fully written in Elisp and its configuration files are also Elisp programs. For those familiar with the Java world, Cask can be seen as a parallel to Maven — it uses project description, while Eldev is sort of a parallel to Gradle — its configuration is a program on its own.