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 streaming zip file writer and reader.
Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.
This package provides elixir-decimal, a library that represents values internally using three integers: a sign, a coefficient, and an exponent. In this way, numbers of any size and with any number of decimal places can be represented exactly.
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 an ANSI escape tool in Elixir.
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 mimic a mocking library for Elixir.
This package provides tools to handle common return values in Elixir.
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 a fresh approach to testing.
This package provides spitfire, an error resilient parser for Elixir.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
Recase helps you to convert a string from any case to any case.
This package provides nimble_ownership, an Elixir library to track ownership of resources across processes.
This library implements functional lenses for nested structures in Elixir.
In-memory and distributed caching toolkit for Elixir.
This package provides an Elixir library to make file sizes human-readable.
Faker is a pure Elixir library for generating fake data.
This package provides a module for avoiding global state in Elixir applications.
This package provides a code generation and project patching framework.
This package provides a simple and modern Elixir socket server.
This package provides elixir-decorator, a library implementing function decorators for Elixir.
This package provides functions for working with calendar intervals.
This package provides a port of ucwidth from C to Elixir, for determining the width (full-width or half-width) of an Unicode character.