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 provides nimble_ownership, an Elixir library to track ownership of resources across processes.
This package provides a toolkit for writing command-line user interfaces.
This package provides a library to conjugate English verbs.
StreamData is an Elixir library for data generation and property-based testing.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This package provides elixir-decorator, a library implementing function decorators for Elixir.
This project provides tasks that integrate with Mix, Elixir's build tool.
Elixir is a dynamic, functional language used to build scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
This package helps you convert between Elm values and JSON values.
This package helps you convert between Elm values and JSON values.
This package provides Elm's HTML rendering library.
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 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 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 is for markdown parsing and rendering in Elm. It is based on the marked project, which focuses on speed.
Need to generate random numbers? How about random game boards? Or random positions in 3D space? This is the package for you!
This package enables Elm programs to select files, download files, and work with file content.
This Elm package provides a simple Date type for working with dates without times or zones.
This package provides an Elm library for working with POSIX times, time zones, formatting, and the clock.
emacs-community-random-extra includes lots of extra helper functions for the Random module.
Every Elm project needs this package!
Regular expressions are quite confusing and difficult to use. This library provides a coherent alternative that handles more cases and produces clearer code. It is focused on simplicity and great error messages.
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.