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 YAML configuration processor.
This package provides an helper library for making Erlang libraries logging framework agnostic.
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 non-blocking Redis client for Erlang with focus on performance and robustness.
This package provides a library to handle mimetypes.
This package provides meck, a mocking framework for Erlang.
This package provides fast Stringprep Erlang/Elixir implementation.
This package provides a generic interface to different metrics systems in Erlang.
Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as JSON documents.
This plugin provides support for generating docs with ex_doc.
This package provides an Emacs major mode for editing Erlang source files.
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 plugin allows running PropEr test suites from within rebar3.
An Erlang library for encoding and decoding JSON data.
This package provides support for compiling native code for Rebar3.
Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.
This plugin adds support for generating the version from a git checkout.
This package provides an Erlang module to parse command line arguments using the GNU getopt syntax.
This package contains plugin for ASN.1 compilation from within Rebar3.
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.
This Erlang library provides a Binary pattern match Based Mustache template engine
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 package provides an extension for EDoc for generating Markdown.
This package provides SSL verification functions for Erlang.