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 fast Expat-based Erlang/Elixir XML parsing library.
This package provides fast YAML native library for Erlang/Elixir.
ErlyDTL compiles Django Template Language to Erlang bytecode.
This package provides XMPP parsing and serialization library for Erlang/Elixir.
Telemetry is a lightweight library for dynamic dispatching of events, with a focus on metrics and instrumentation. Any Erlang or Elixir library can use telemetry to emit events. Application code and other libraries can then hook into those events and run custom handlers.
This package provides URL safe base64-compatible codec for Erlang.
This package provides a library to handle mimetypes.
This package provides erlang-cowlib, a support library for manipulating Web protocols.
This package provides STUN and TURN library for Erlang/Elixir.
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 erlang-hackney, a simple HTTP client.
This package provides fast Stringprep Erlang/Elixir implementation.
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 ACME client for Erlang.
This package provides a difference library.
This package provides native zlib driver for Erlang/Elixir.
This package provides ProcessOne utility modules for Erlang.
This package provides PKIX management for Erlang.
This package provides YAML configuration processor.
This package provides index tree for MQTT topic filters.
This package provides pure Erlang MySQL driver.
This package provides erlang-cowboy-telemetry, a library implementing Telemetry instrumentation for Cowboy.
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.