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 erlang-exometer-core, a library for code instrumentation and metrics collection.
This package provides URL safe base64-compatible codec for Erlang.
This package provides OAuth 2.0 implementation for Erlang.
Cowboy aims to provide a complete HTTP stack in a small code base. It is optimized for low latency and low memory usage, in part because it uses binary strings.
Cowboy provides routing capabilities, selectively dispatching requests to handlers written in Erlang. Because it uses Ranch for managing connections, Cowboy can easily be embedded in any other application.
This package provides erlang-cowboy-telemetry, a library implementing Telemetry instrumentation for Cowboy.
This package provides a generic interface to different metrics systems in Erlang.
This package provides ACME client for Erlang.
This package provides erlang-hackney, a simple HTTP client.
This package provides JSON Decoder/Encoder for Erlang.
This package provides implementation of Lua on Erlang.
This package provides fast YAML native library for Erlang/Elixir.
This package provides PostgreSQL driver for Erlang.
Ranch aims to provide everything you need to accept TCP connections with a small code base and low latency while being easy to use directly as an application or to embed into your own.
This package provides a difference library.
PropEr is a tool for the automated, semi-random, property-based testing of Erlang programs. It is fully integrated with Erlang's type language, and can also be used for the model-based random testing of stateful systems.
Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as JSON documents.
This package provides a rebar3 plugin for dead code cleaning.
This plugin provides support for generating docs with ex_doc.
This package provides functions useful for processing Erlang code.
This package provides a better output for Erlang eunits.
This package provides support for compiling native code for Rebar3.
This Erlang library provides a Binary pattern match Based Mustache template engine
This plugin allows running PropEr test suites from within rebar3.
LFE, Lisp Flavoured Erlang, is a Lisp syntax front-end to the Erlang compiler. Code produced with it is compatible with "normal" Erlang code. An LFE evaluator and shell is also included.