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 a helper library for terminal colour printing extending the io:format syntax to add colours.
An Erlang application for consuming, producing and manipulating json.
PropEr is a tool for the automated, semi-random, property-based testing of Erlang programs. It is fully integrated with Erlang's type language, and can also be used for the model-based random testing of stateful systems.
This package provides an Erlang providers library.
This package provides the reference implementation of Hex specifications.
This package provides functions useful for processing Erlang code.
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 package provides a build tool and plugin to convert exported Erlang cover data sets into Cobertura XML reports, which can then be feed to the Jenkins Cobertura plug-in.
On hex.pm, this plugin was previously called rebar_covertool.
This package provides a rebar3 plugin for dead code cleaning.
This package provides a better output for Erlang eunits.
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 provides a generic Zipper implementation 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 erlfmt, an opinionated Erlang code formatter.
This package provides an OTP library to be used for CT log outputs you want to be readable around all that noise they contain.
This plugin provides support for handling non-OTP applications as a dependent libraries.
cfunge is a fast conforming Befunge93/98/109 interpreter written in C. It supports several fingerprints (opt-in language extensions identified by unique ID codes).
Shakespeare is a programming language with the design goal of making programs read like plays. The characters in the play are variables. If you want to assign a character, let's say Juliet, a positive value, you put her and another character on the stage and let that character praise Juliet.
lci is a LOLCODE interpreter written in C and is designed to be correct, portable, fast, and precisely documented.
correct: Every effort has been made to test lci's conformance to the LOLCODE language specification. Unit tests come packaged with the lci source code.
portable: lci follows the widely ported ANSI C specification allowing it to compile on a broad range of systems.
fast: Much effort has gone into producing simple and efficient code whenever possible to the extent that the above points are not compromised.
Folders is a programming language, in which programs are encoded as (nested) directories. Note that the switches you pass to du may affect your score when code golfing.
This is a set of command-line utilities to help configure, debug, and maintain Infiniband (IB) fabrics.
In addition to the utilities, a sub-library, libibnetdisc, is provided to scan an entire IB fabric and return data structures representing it. The interface to this library is not guaranteed to be stable.
These command-line utilities allow for diagnosing and testing InfiniBand networks.
OpenSM is the OpenIB project's Subnet Manager for Infiniband networks. The subnet manager is run as a system daemon on one of the machines in the infiniband fabric to manage the fabric's routing state. This package also contains various tools for diagnosing and testing Infiniband networks that can be used from any machine and do not need to be run on a machine running the opensm daemon.
Unified Communication X (UCX) provides an optimized communication layer for message passing (MPI), portable global address space (PGAS) languages and run-time support libraries, as well as RPC and data-centric applications.
UCX utilizes high-speed networks for inter-node communication, and shared memory mechanisms for efficient intra-node communication.