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.
This package provides extra functions for working with Posix times from elm/time.
This package provides Elm's SVG library.
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 is the official Elm implementation of TodoMVC, a simple to-do--list application used to compare front-end web frameworks.
This package provides an Elm library for working with densely packed sequences of bytes, such as ArrayBuffer, typed arrays, and DataView.
This package enhances elm/time with support for format strings and internationalization of dates.
This package enables Elm programs to make HTTP requests and talk to servers.
This package provides Elm's HTML rendering library.
This package provides a version of the Elm compiler without support for the elm reactor development command.
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-community-random-extra includes lots of extra helper functions for the Random module.
This Elm package provides a simple Date type for working with dates without times or zones.
This package enables Elm programs to select files, download files, and work with file content.
This package provides a library for reading information off the DOM. Use this if you need to discover geometry information (width, position, etc.) of rendered elements.
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.
This package helps you convert between Elm values and JSON values.
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.
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 enhances elm/time with extra utilities for working with POSIX times.
Every Elm project needs this package!
Espuds is a collection of the most commonly used step definitions for testing with the Ecukes framework.
This package provides an Emacs library for working with files and directories.
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.
This package provides an Emacs library for manipulating strings.