_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


erlang-katana-code 2.4.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://hexdocs.pm/katana_code/
Licenses: ASL 2.0
Build system: rebar
Synopsis: Functions useful for processing Erlang code.
Description:

This package provides functions useful for processing Erlang code.

rebar3 3.24.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://rebar3.org/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Sophisticated build-tool for Erlang projects that follows OTP principles
Description:

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).

rebar3-git-vsn 1.1.1
Dependencies: git-minimal@2.50.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/soranoba/rebar3_git_vsn
Licenses: Expat
Build system: rebar
Synopsis: Rebar3 plugin for generating the version from git
Description:

This plugin adds support for generating the version from a git checkout.

erlang-cth-readable 1.6.0
Propagated dependencies: erlang-cf@0.3.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/ferd/cth_readable
Licenses: Modified BSD
Build system: rebar
Synopsis: Common Test hooks for more readable logs for Erlang
Description:

This package provides an OTP library to be used for CT log outputs you want to be readable around all that noise they contain.

erlang 27.3.4.6
Dependencies: ncurses@6.2.20210619 openssl@3.0.8 wxwidgets@3.2.8.1
Propagated dependencies: fontconfig-minimal@2.14.0 glu@9.0.2 mesa@25.2.3
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://www.erlang.org/
Licenses: ASL 2.0 FreeBSD Modified BSD Expat LGPL 2.0+ Tcl/Tk Zlib
Build system: gnu
Synopsis: The Erlang programming language
Description:

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.

erlang-eunit-formatters 0.5.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/seancribbs/eunit_formatters
Licenses: ASL 2.0
Build system: rebar
Synopsis: Better output for eunit suites
Description:

This package provides a better output for Erlang eunits.

rebar3-ex-doc 0.2.30
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://hexdocs.pm/rebar3_ex_doc/
Licenses: ASL 2.0
Build system: rebar
Synopsis: Rebar3 plugin for generating docs with ex_doc
Description:

This plugin provides support for generating docs with ex_doc.

erlang-lfe 2.1.4
Propagated dependencies: erlang@27.3.4.6
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/lfe/lfe
Licenses: ASL 2.0
Build system: gnu
Synopsis: Lisp Flavoured Erlang
Description:

LFE, Lisp Flavoured Erlang, is a Lisp syntax front-end to the Erlang compiler. Code produced with it is compatible with "normal" Erlang code. An LFE evaluator and shell is also included.

erlang-provider-asn1 0.3.0
Dependencies: erlang-providers@1.9.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://hex.pm/packages/provider_asn1
Licenses: Expat
Build system: rebar
Synopsis: Compile ASN.1 with Rebar3
Description:

This package contains plugin for ASN.1 compilation from within Rebar3.

erlang-jsone 1.8.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/sile/jsone/
Licenses: Expat
Build system: rebar
Synopsis: Erlang JSON Library
Description:

An Erlang library for encoding and decoding JSON data.

erlang-getopt 1.0.3
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/jcomellas/getopt
Licenses: Modified BSD
Build system: rebar
Synopsis: Command-line options parser for Erlang
Description:

This package provides an Erlang module to parse command line arguments using the GNU getopt syntax.

erlang-edown 0.9.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/uwiger/edown
Licenses: ASL 2.0
Build system: rebar
Synopsis: Markdown extension for EDoc
Description:

This package provides an extension for EDoc for generating Markdown.

erlang-proper 1.4.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://proper-testing.github.io/
Licenses: GPL 3+
Build system: rebar
Synopsis: QuickCheck-inspired property-based testing tool for Erlang
Description:

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.

erlang-hex-core 0.10.0
Dependencies: erlang-proper@1.4.0 rebar3-proper@0.12.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/hexpm/hex_core
Licenses: ASL 2.0
Build system: rebar
Synopsis: Reference implementation of Hex specifications
Description:

This package provides the reference implementation of Hex specifications.

erlang-yamerl 0.10.0-0.a24f448
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://hexdocs.pm/yamerl/
Licenses: FreeBSD
Build system: rebar
Synopsis: YAML and JSON parser in pure Erlang
Description:

Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as JSON documents.

erlang-certifi 2.15.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/certifi/erlang-certifi/
Licenses: Modified BSD
Build system: rebar
Synopsis: Erlang CA certificate bundle
Description:

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.

erlang-zipper 1.1.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://hexdocs.pm/zipper/
Licenses: ASL 2.0
Build system: rebar
Synopsis: Generic Zipper implementation for Erlang
Description:

This package provides a generic Zipper implementation for Erlang.

rebar3-hank 1.4.1
Dependencies: erlang-katana-code@2.4.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://hexdocs.pm/rebar3_hank/
Licenses: Expat
Build system: rebar
Synopsis: Rebar3 plugin for dead code cleaning
Description:

This package provides a rebar3 plugin for dead code cleaning.

erlang-relx 4.9.0
Propagated dependencies: erlang-bbmustache@1.12.2
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://erlware.github.io/relx/
Licenses: ASL 2.0
Build system: rebar
Synopsis: Release assembler for Erlang/OTP Releases
Description:

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.

rebar3-proper 0.12.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/ferd/rebar3_proper
Licenses: Modified BSD
Build system: rebar
Synopsis: Rebar3 PropEr plugin
Description:

This plugin allows running PropEr test suites from within rebar3.

erlang-cf 0.3.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/project-fifo/cf
Licenses: Expat
Build system: rebar
Synopsis: Terminal colour helper for Erlang io and io_lib
Description:

This package provides a helper library for terminal colour printing extending the io:format syntax to add colours.

erlang-parse-trans 3.4.2
Dependencies: erlang-getopt@1.0.3
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/uwiger/parse_trans
Licenses: ASL 2.0
Build system: rebar
Synopsis: Parse transform utilities for Erlang
Description:

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.

erlang-covertool 2.0.6
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/covertool/covertool
Licenses: FreeBSD
Build system: rebar
Synopsis: Convert code-coverage data generated by @code{cover} into Cobertura XML reports
Description:

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.

erlang-erlware-commons 1.7.0
Propagated dependencies: erlang-cf@0.3.1
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://erlware.github.io/erlware_commons/
Licenses: Expat
Build system: rebar
Synopsis: Additional standard library for Erlang
Description:

Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.

Total packages: 69282