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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides URL safe base64-compatible codec for Erlang.
This package provides SQLite3 driver for Erlang.
This package provides meck, a mocking framework for Erlang.
This package provides index tree for MQTT topic filters.
This package provides a generic interface to different metrics systems in 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 native zlib driver for Erlang/Elixir.
This package provides YAML configuration processor.
This package provides fast Stringprep Erlang/Elixir implementation.
This package provides an Erlang module to parse command line arguments using the GNU getopt syntax.
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 plugin provides support for handling non-OTP applications as a dependent libraries.
This package provides an extension for EDoc for generating Markdown.
This package provides SSL verification functions for Erlang.
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 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.
This package provides a rebar3 plugin for dead code cleaning.
This package provides support for compiling native code for Rebar3.
This plugin adds support for generating the version from a git checkout.
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.
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.
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 better output for Erlang eunits.