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 a pure Erlang IDNA implementation.
This package provides TLS/SSL OpenSSL-based native driver for Erlang/Elixir.
This package provides fast Expat-based Erlang/Elixir XML parsing library.
Binpp will use io:format to output the formatted binary by default. However there are options making pprint functions return formatted data instead of performing direct IO write.
This package provides MochiMedia, an Erlang Web Server.
This package provides fast YAML native library for Erlang/Elixir.
This package implements a generic setup application for Erlang-based systems.
This package provides PKIX management for Erlang.
This plugin adds support for generating the version from a git checkout.
This Erlang library provides a Binary pattern match Based Mustache template engine
An Erlang application for consuming, producing and manipulating json.
This plugin allows running PropEr test suites from within rebar3.
This package provides an Erlang module to parse command line arguments using the GNU getopt syntax.
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.
This plugin provides support for handling non-OTP applications as a dependent libraries.
This package provides an extension for EDoc for generating Markdown.
This package contains plugin for ASN.1 compilation from within Rebar3.
This package provides the reference implementation of Hex specifications.
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).
This package provides a rebar3 plugin for dead code cleaning.
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.
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.
This Erlang library contains a CA bundle that you can reference in your Erlang application. This is useful for systems that do not have CA bundles that Erlang can find itself, or where a uniform set of CAs is valuable.
This an Erlang specific port of certifi. The CA bundle is derived from Mozilla's canonical set.
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.