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.
Epour is a BitTorrent client based on the Enlightenment Foundation Libraries (EFL) and rb-libtorrent.
entr reads a list of file names from standard input and executes a given command (including arguments) whenever any of them change. It aims to facilitate rapid feedback and automated testing.
For example, you can use entr to automatically invoke make each time you modify a source code file. It supports interactive utilities and doesn't waste resources by polling for changes.
This package provides erlang-cowlib, a support library for manipulating Web protocols.
This package provides URL safe base64-compatible codec for Erlang.
This package provides MochiMedia, an Erlang Web Server.
This package provides an helper library for making Erlang libraries logging framework agnostic.
This package provides a pure Erlang IDNA 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 PostgreSQL driver for Erlang.
This library implements ANSI colors for your Erlang.
Erlang/Elixir library for partitioned or sharded ETS tables.
This package provides fast Expat-based Erlang/Elixir XML parsing library.
This package provides a library to handle mimetypes.
This package provides epam helper for PAM authentication support.
This package provides a generic interface to different metrics systems in Erlang.
This package provides implementation of Lua on Erlang.
This package provides erlang-exometer-core, a library for code instrumentation and metrics collection.
This package provides JSON Decoder/Encoder for Erlang.
This package provides Erlang/Elixir image converter.
This package provides PKIX management for Erlang.
This package provides non-blocking Redis client for Erlang with focus on performance and robustness.
This package provides erlang-coveralls, an Erlang module to convert and send cover data to Coveralls.
This package provides in-memory cache Erlang/Elixir library.
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.