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 a parser combinator library for Elixir projects.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
Bunt is an Elixir package that enables 256 color ANSI coloring in the terminal and allows users to alias colors to more semantic and application-specific names1.
This package provides elixir-sourceror, a library implementing utilities to work with Elixir source code.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
This package provides ham, a library to validate function arguments and return values against their typespecs.
This package implements an API for rewriting sources in an Elixir project powered by sourceror.
This package provides functions for working with calendar intervals.
This package provides a code generation and project patching framework.
Library that reports test coverage statistics, with the option to post to coveralls.io service. It uses Erlang's cover to generate coverage information, and posts the test coverage results to coveralls.io through the JSON API.
This package provides the macros prove and batch to write shorter tests.
This library implements functional lenses for nested structures in Elixir.
StreamData is an Elixir library for data generation and property-based testing.
Timex is a rich, comprehensive Date/Time library for Elixir projects, with full timezone support via the :tzdata package. If you need to manipulate dates, times, datetimes, timestamps, etc., then Timex is for you.
This package provides a library to conjugate English verbs.
This package provides a common interface for defining metrics based on Telemetry events.
Parser and generator are written in pure Elixir and optimized for speed. They are at least twice as fast as other Elixir/Erlang libraries (e.g. Poison). The performance is comparable to jiffy, which is implemented in C as a NIF.
This package provides elixir-geo, a library to encode and decode WKB, WKT, and GeoJSON formats.
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 project provides tasks that integrate with Mix, Elixir's build tool.
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.
This package enhances elm/time with extra utilities for working with POSIX times.
This is the official Elm implementation of TodoMVC, a simple to-do--list application used to compare front-end web frameworks.
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.