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 library implements functional lenses for nested structures in Elixir.
This package provides a simple and modern Elixir socket server.
In-memory and distributed caching toolkit for Elixir.
This package provides tools to handle common return values in Elixir.
This package provides a simple parser for output from git diff.
This package provides mox, a library to mock and explicit contracts for Elixir.
Provides a file system change watcher wrapper based on https://github.com/synrc/fs.
This package provides elixir-arrows, a library implementing a handful of (mostly) arrow macros.
This package provides functions for working with calendar intervals.
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.
Faker is a pure Elixir library for generating fake data.
This package provides a common interface for defining metrics based on Telemetry events.
This package provides the macros prove and batch to write shorter tests.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This package provides a module for avoiding global state in Elixir applications.
This package implements an API for rewriting sources in an Elixir project powered by sourceror.
This package provides a parser combinator library for Elixir projects.
Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.
The Elixir castore package is a micro-library that provides an up-to-date CA certificate store file for Elixir applications.
This package implements low-level Gettext file handling (.po/.pot/.mo file writer and parser).
Credo is a static code analysis tool for the Elixir language with a focus on teaching and code consistency. Credo can show you refactoring opportunities in your code, complex code fragments, warn you about common mistakes, show inconsistencies in your naming scheme and - if needed - help you enforce a desired coding style.
This package provides elixir-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).
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.
This package provides a Mix task that gives you hints where to improve your inline docs.