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 elixir-plug-crypto, a library implementing crypto-related functionality for the web, used by Plug.
This package provides exjsx, a JSON library for Elixir.
This package provides Phoenix helpers for using the 100,000+ SVG icons from 100+ icon sets from iconify.design.
HTTP server built on top of Cowboy using (mostly) cowboy_rest handlers to serve useful endpoints for testing purposes. Its goal is to be as close as possible to HTTPBin.
This package provides a specification for WebSocket connections.
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.
This package-provides elixir-accessible, a library providing Access behaviour for custom structs.
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.
The Elixir castore package is a micro-library that provides an up-to-date CA certificate store file for Elixir applications.
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 library implements functional lenses for nested structures in Elixir.
JsonSerde serializes and deserializes nested Elixir datastructures, including custom structs.
This package provides a streaming zip file writer and reader.
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-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).
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 implements low-level Gettext file handling (.po/.pot/.mo file writer and parser).
This package provides a port of ucwidth from C to Elixir, for determining the width (full-width or half-width) of an Unicode character.
This package provides elixir-geo, a library to encode and decode WKB, WKT, and GeoJSON formats.
This package implements internationalization and localization through gettext.
An incredibly fast, pure Elixir JSON library.
This package implements an API for rewriting sources in an Elixir project powered by sourceror.
Tzdata is a parser and library for the tz database.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.