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-ex-ulid an implementation of Universally Unique Lexicographically Sortable Identifier (ULID).
This package provides a port of ucwidth from C to Elixir, for determining the width (full-width or half-width) of an Unicode character.
Traverse is a toolset to walk arbitrary Elixir Datastructures in a functional way.
This package provides a simple and modern Elixir socket server.
This package provides elixir-mime, a MIME type module for Elixir.
This packag provides {assert_value, an ExUnit assert that writes and updates tests for you.
This library implements functional lenses for nested structures in Elixir.
This package provides functions for working with calendar intervals.
Tzdata is a parser and library for the tz database.
This package provides a streaming zip file writer and reader.
JsonSerde serializes and deserializes nested Elixir datastructures, including custom structs.
The Elixir castore package is a micro-library that provides an up-to-date CA certificate store file for Elixir applications.
This package provides tools to handle common return values in Elixir.
An incredibly fast, pure Elixir JSON library.
Provides a file system change watcher wrapper based on https://github.com/synrc/fs.
This package provides a code generation and project patching framework.
This package provides a common interface for defining metrics based on Telemetry events.
This package provides an experimental linter with autocorrection.
This package provides TextDiff, an Elixir library that returns a formatted diff between two strings.
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.
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.
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 elixir-geo, a library to encode and decode WKB, WKT, and GeoJSON formats.
This package provides a library for glob expressions.