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

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-eunit-formatters 0.6.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.

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.

erlang 28.4.3
Dependencies: ncurses@6.2.20210619 openssl@3.5.5 wxwidgets@3.2.10
Propagated dependencies: fontconfig-minimal@2.16.0 glu@9.0.2 mesa@26.0.2
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.

rebar3-raw-deps 2.0.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/soranoba/rebar3_raw_deps
Licenses: Expat
Build system: rebar
Synopsis: Rebar3 plugin for supporting "raw" dependencies
Description:

This plugin provides support for handling non-OTP applications as a dependent libraries.

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.

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.

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

erlang-ssl-verify-fun 1.1.7
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/deadtrickster/ssl_verify_fun.erl
Licenses: Expat
Build system: rebar
Synopsis: SSL verification functions for Erlang
Description:

This package provides SSL verification functions for Erlang.

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.

lolcode-lci 0.11.2-0.6762b72
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/esolangs.scm (gnu packages esolangs)
Home page: http://lolcode.org/
Licenses: GPL 3+
Build system: cmake
Synopsis: LOLCODE interpreter written in C
Description:

lci is a LOLCODE interpreter written in C and is designed to be correct, portable, fast, and precisely documented.

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

  2. portable: lci follows the widely ported ANSI C specification allowing it to compile on a broad range of systems.

  3. fast: Much effort has gone into producing simple and efficient code whenever possible to the extent that the above points are not compromised.

cfunge 0.9.0
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/esolangs.scm (gnu packages esolangs)
Home page: https://github.com/VorpalBlade/cfunge
Licenses: GPL 3
Build system: cmake
Synopsis: Fast conforming Befunge93/98/109 interpreter in C
Description:

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

folders 0.0.8
Channel: guix
Location: gnu/packages/esolangs.scm (gnu packages esolangs)
Home page: https://github.com/SinaKhalili/Folders.py
Licenses: Expat
Build system: pyproject
Synopsis: Structural programming language
Description:

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.

ucx-rocm 1.20.0
Dependencies: numactl@2.0.16 rdma-core@62.0 rocr-runtime@7.1.1
Channel: guix
Location: gnu/packages/fabric-management.scm (gnu packages fabric-management)
Home page: https://www.openucx.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Optimized communication layer for message passing in HPC (with ROCm support)
Description:

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.

infiniband-diags 2.0.0
Dependencies: rdma-core@62.0 opensm@3.3.24 glib@2.86.0
Channel: guix
Location: gnu/packages/fabric-management.scm (gnu packages fabric-management)
Home page: https://github.com/linux-rdma/infiniband-diags
Licenses: GPL 2 FreeBSD
Build system: gnu
Synopsis: Infiniband diagnostic tools
Description:

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.

opensm 3.3.24
Dependencies: rdma-core@62.0
Channel: guix
Location: gnu/packages/fabric-management.scm (gnu packages fabric-management)
Home page: https://www.openfabrics.org/
Licenses: GPL 2 FreeBSD
Build system: gnu
Synopsis: OpenIB InfiniBand Subnet Manager and management utilities
Description:

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.

ucx 1.20.0
Dependencies: numactl@2.0.16 rdma-core@62.0
Channel: guix
Location: gnu/packages/fabric-management.scm (gnu packages fabric-management)
Home page: https://www.openucx.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Optimized communication layer for message passing in HPC
Description:

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.

ibutils 1.5.7-0.2.gbd7e502
Dependencies: graphviz@7.0.1 tcl@8.6.12 tk@8.6.12 infiniband-diags@2.0.0 rdma-core@62.0 opensm@3.3.24 perl@5.36.0
Channel: guix
Location: gnu/packages/fabric-management.scm (gnu packages fabric-management)
Home page: https://www.openfabrics.org/downloads/ibutils/
Licenses: FreeBSD
Build system: gnu
Synopsis: InfiniBand network utilities
Description:

These command-line utilities allow for diagnosing and testing InfiniBand networks.

fcitx5-unikey 5.1.10
Dependencies: gettext-minimal@0.23.1 fcitx5@5.1.19 fcitx5-qt@5.1.13
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/fcitx5-unikey
Licenses: GPL 2+
Build system: qt
Synopsis: Unikey (Vietnamese Input Method) engine support for Fcitx5
Description:

This provides Unikey input method support for Fcitx5.

fcitx5-qt 5.1.13
Dependencies: fcitx5@5.1.19 libxcb@1.17.0 libxkbcommon@1.13.1 qtbase@5.15.17 qtbase@6.9.2 qtwayland@6.9.2 wayland@1.24.0 gettext-minimal@0.23.1
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/fcitx5-qt
Licenses: LGPL 2.1+ Modified BSD
Build system: cmake
Synopsis: Qt library and IM module for Fcitx 5
Description:

Fcitx5-qt provides Qt library for development and IM module for Qt based application.

fcitx5-hangul 5.1.9
Dependencies: fcitx5@5.1.19 libhangul@0.1.0
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/fcitx5-hangul
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Hangul support for Fcitx5
Description:

This package provides the Hangul (Korean) input method engine for Fcitx5.

fcitx5-material-color-theme 0.2.1
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/hosxy/Fcitx5-Material-Color
Licenses: ASL 2.0
Build system: copy
Synopsis: Material Design for Fcitx 5
Description:

Fcitx5-material-color-theme is a Material Design theme for Fcitx 5 with following color variants:

  • Black

  • Blue

  • Brown

  • Indigo

  • Orange

  • Pink

  • Red

  • teal

  • DeepPurple

xcb-imdkit 1.0.9
Dependencies: uthash@2.1.0 libxcb@1.17.0 xcb-util@0.4.1 xcb-util-keysyms@0.4.1
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/xcb-imdkit
Licenses: LGPL 2.1
Build system: cmake
Synopsis: Input method development support for XCB
Description:

Xcb-imdkit is an implementation of xim protocol in XCB, comparing with the implementation of IMDkit with Xlib, and xim inside Xlib, it has less memory foot print, better performance, and safer on malformed client.

fcitx5-chinese-addons 5.1.12
Dependencies: boost@1.89.0 curl@8.6.0 fcitx5@5.1.19 fcitx5-lua@5.0.16 fcitx5-qt@5.1.13 fmt@11.2.0 gettext-minimal@0.23.1 libime@1.1.14 opencc@1.1.1 qtbase@6.9.2 qtwebengine@6.9.3
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/fcitx5-chinese-addons
Licenses: LGPL 2.1+ GPL 2+ Unicode
Build system: cmake
Synopsis: Chinese related addons for Fcitx 5
Description:

Fcitx5-chinese-addons provides Chinese related addons, including input methods previous bundled inside Fcitx 4:

  • Bingchan

  • Cangjie

  • Erbi

  • Pinyin

  • Shuangpin

  • Wanfeng

  • Wubi

  • Wubi Pinyin

  • Ziranma

Total packages: 32521