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 tools to handle common return values in Elixir.
This package provides a fresh approach to testing.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
This package implements an API for rewriting sources in an Elixir project powered by sourceror.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This package provides a streaming zip file writer and reader.
This package provides spitfire, an error resilient parser for Elixir.
This package provides a Mix task that gives you hints where to improve your inline docs.
This package provides elixir-decorator, a library implementing function decorators for Elixir.
An incredibly fast, pure Elixir JSON library.
This package implements internationalization and localization through gettext.
This package-provides elixir-accessible, a library providing Access behaviour for custom structs.
This package provides a common interface for defining metrics based on Telemetry events.
Mix Tasks are usable from the directory of the mix project you want to analyze.
Untangle provides alternatives for IO.inspect and the macros in Elixir's Logger to output code location information. It also provides a polyfill for dbg which was introduced in Elixir 1.14.
Faker is a pure Elixir library for generating fake data.
This package provides an Elixir library to make file sizes human-readable.
This library implements functional lenses for nested structures in Elixir.
This package implements an interface to the BEAM file format and a decompiler.
This package implements low-level Gettext file handling (.po/.pot/.mo file writer and parser).
Machete provides ergonomic match operators that act as building blocks to let you define test expectations that can match data against any combination of literals, variables, or parametrically defined matchers.
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.
JsonSerde serializes and deserializes nested Elixir datastructures, including custom structs.