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 unicode_util compatibility library for Erlang < 20.
This package provides non-blocking Redis client for Erlang with focus on performance and robustness.
This package provides a generic interface to different metrics systems in Erlang.
This package provides a pure Erlang IDNA implementation.
This package provides PKIX management for Erlang.
This library implements ANSI colors for your Erlang.
This package provides erlang-hackney, a simple HTTP client.
This package provides JSON Object Signing and Encryption (JOSE) for Erlang and Elixir.
This package provides native zlib driver for Erlang/Elixir.
This package provides an Erlang providers library.
This package provides the reference implementation of Hex specifications.
Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simply a well configured release directory.
An Erlang application for consuming, producing and manipulating json.
This package provides an Emacs major mode for editing Erlang source files.
Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as JSON documents.
rebar3 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
rebar3 is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar3 also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc).
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.
This package provides an extension for EDoc for generating Markdown.
This package provides support for compiling native code for Rebar3.
This package contains plugin for ASN.1 compilation from within Rebar3.
This package captures some useful patterns in parse transformation and code generation for Erlang.
For example generating standardized accessor functions for records or evaluating an expression at compile-time and substitute the result as a compile-time constant.
This package provides a generic Zipper implementation for Erlang.
This Erlang library provides a Binary pattern match Based Mustache template engine
This package provides a rebar3 plugin for dead code cleaning.