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.
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.
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.
ErlyDTL compiles Django Template Language to Erlang bytecode.
This package provides meck, a mocking framework for Erlang.
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 pure Erlang MySQL driver.
This package provides ProcessOne SIP server component in Erlang.
This package provides PostgreSQL driver for 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 JSON Object Signing and Encryption (JOSE) for Erlang and Elixir.
This package provides SQLite3 driver for Erlang.
This package provides a generic interface to different metrics systems in Erlang.
This package provides erlang-coveralls, an Erlang module to convert and send cover data to Coveralls.
This package provides unicode_util compatibility library for Erlang < 20.
This package provides a pure Erlang IDNA implementation.
This package provides native zlib driver for Erlang/Elixir.
This package provides a library to periodically collect measurements and dispatch them as Telemetry events.
This package provides epam helper for PAM authentication support.
This package provides erlang-cowboy-telemetry, a library implementing Telemetry instrumentation for Cowboy.
This package provides TLS/SSL OpenSSL-based native driver for Erlang/Elixir.
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 a difference library.