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

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.


llvm 18.1.8
Dependencies: libffi@3.4.6
Propagated dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://www.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Optimizing compiler infrastructure
Description:

LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.

clang 22.1.8
Dependencies: libxml2@2.14.6 gcc@14.3.0 libffi@3.4.6
Propagated dependencies: llvm@22.1.8 clang-runtime@22.1.8
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://clang.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: C language family frontend for LLVM
Description:

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end, the Clang static analyzer, and several code analysis tools.

clang-runtime 22.1.8
Dependencies: llvm@22.1.8 libffi@3.4.6
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://compiler-rt.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Runtime library for Clang/LLVM
Description:

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization" passes of the clang compiler. In LLVM this library is called "compiler-rt".

libomp 16.0.6
Dependencies: hwloc@2.13.0
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://openmp.llvm.org
Licenses: Expat
Build system: cmake
Synopsis: OpenMP run-time support library
Description:

This package provides the run-time support library developed by the LLVM project for the OpenMP multi-theaded programming extension. This package notably provides libgomp.so, which is has a binary interface compatible with that of libgomp, the GNU Offloading and Multi Processing Library.

spdlog 1.15.3
Dependencies: googlebenchmark@1.9.1
Propagated dependencies: fmt@11.2.0
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/gabime/spdlog
Licenses: Expat
Build system: cmake
Synopsis: Fast C++ logging library
Description:

Spdlog is a very fast header-only/compiled C++ logging library.

spdlog 1.13.0
Dependencies: googlebenchmark@1.9.1
Propagated dependencies: fmt@9.1.0
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/gabime/spdlog
Licenses: Expat
Build system: cmake
Synopsis: Fast C++ logging library
Description:

Spdlog is a very fast header-only/compiled C++ logging library.

spdlog 1.15.3
Dependencies: googlebenchmark@1.9.1
Propagated dependencies: fmt@11.2.0
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/gabime/spdlog
Licenses: Expat
Build system: cmake
Synopsis: Fast C++ logging library
Description:

Spdlog is a very fast header-only/compiled C++ logging library.

log4cpp 1.1.3
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://log4cpp.sourceforge.net/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Log library for C++
Description:

Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.

spdlog 1.14.1
Dependencies: googlebenchmark@1.9.1
Propagated dependencies: fmt@9.1.0
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/gabime/spdlog
Licenses: Expat
Build system: cmake
Synopsis: Fast C++ logging library
Description:

Spdlog is a very fast header-only/compiled C++ logging library.

plog 1.1.10
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/SergiusTheBest/plog
Licenses: Expat
Build system: cmake
Synopsis: C++ logging library
Description:

Plog is a C++ logging library that is designed to be simple, small and flexible. It is created as an alternative to existing large libraries and provides some unique features such as CSV log format and wide string support.

multitail 7.1.5
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://vanheusden.com/multitail/
Licenses: GPL 2+
Build system: cmake
Synopsis: Monitor multiple log files
Description:

MultiTail can monitor, color, filter, and merge log files and command output in multiple windows in a terminal.

logmich 0.1.0-1.2610fad
Dependencies: fmt@8.1.1
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/logmich/logmich
Licenses: GPL 3+
Build system: cmake
Synopsis: Trivial logging library
Description:

This package provides a bare-bones logging library for C++, with only a printf-like syntax and five logging levels.

log4cxx 1.4.0
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://logging.apache.org/log4cxx/
Licenses: ASL 2.0
Build system: cmake
Synopsis: C++ logging library patterned after Apache log4j
Description:

The log4cxx packages provides a C++ logging framework patterned after Apache log4j which uses the Apache Portable Runtime for most platform-specific code.

glog 0.7.1
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/google/glog
Licenses: Modified BSD
Build system: cmake
Synopsis: C++ logging library
Description:

Google glog is a library that implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros. You can log a message by simply streaming things to log at a particular severity level. It allows logging to be controlled from the command line.

rsyslog 8.2512.0
Dependencies: curl@8.6.0 cyrus-sasl@2.1.28 czmq@4.2.1 gnutls@3.8.9 libdbi@0.9.0 libestr@0.1.11 libfastjson@1.2304.0 libgcrypt@1.11.0 liblogging@1.0.6 liblognorm@2.0.7 libmaxminddb@1.6.0 libnet@1.2 librdkafka@1.6.1 lz4@1.10.0 mariadb@10.11.14 mariadb@10.11.14 mit-krb5@1.21 net-snmp@5.9.4 openssl@3.5.5 postgresql@14.20 tcl@8.6.12 util-linux@2.40.4 zeromq@4.3.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://www.rsyslog.com/
Licenses: LGPL 3+ GPL 3+ ASL 2.0
Build system: gnu
Synopsis: RSYSLOG is a flexible and fast system for log processing
Description:

Rsyslog offers high-performance, great security features and a modular design. While it started as a regular syslogd, rsyslog has evolved into a kind of swiss army knife of logging, being able to accept inputs from a wide variety of sources, transform them, and output the results to diverse destinations.

glog 0.5.0
Channel: guix
Location: gnu/packages/logging.scm (gnu packages logging)
Home page: https://github.com/google/glog
Licenses: Modified BSD
Build system: cmake
Synopsis: C++ logging library
Description:

Google glog is a library that implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros. You can log a message by simply streaming things to log at a particular severity level. It allows logging to be controlled from the command line.

qlogo 0.961
Dependencies: qtsvg@6.9.2
Channel: guix
Location: gnu/packages/logo.scm (gnu packages logo)
Home page: https://qlogo.org
Licenses: GPL 2+
Build system: qt
Synopsis: Logo interpreter using Qt and OpenGL
Description:

QLogo is an interpreter for the Logo language written in C++ using Qt and OpenGL. Specifically, it mimics, as reasonably as possible, the UCBLogo interpreter.

lout 3.43.4
Channel: guix
Location: gnu/packages/lout.scm (gnu packages lout)
Home page: https://github.com/william8000/lout
Licenses: GPL 3+
Build system: gnu
Synopsis: Document layout system
Description:

The Lout document formatting system reads a high-level description of a document similar in style to LaTeX and produces a PostScript or plain text output file.

Lout offers an unprecedented range of advanced features, including optimal paragraph and page breaking, automatic hyphenation, PostScript EPS file inclusion and generation, equation formatting, tables, diagrams, rotation and scaling, sorted indexes, bibliographic databases, running headers and odd-even pages, automatic cross referencing, multilingual documents including hyphenation (most European languages are supported), formatting of computer programs, and much more, all ready to use. Furthermore, Lout is easily extended with definitions which are very much easier to write than troff of TeX macros because Lout is a high-level, purely functional language, the outcome of an eight-year research project that went back to the beginning.

lsof 4.99.6
Channel: guix
Location: gnu/packages/lsof.scm (gnu packages lsof)
Home page: https://people.freebsd.org/~abe/
Licenses: FSF-free
Build system: gnu
Synopsis: Display information about open files
Description:

Lsof stands for LiSt Open Files, and it does just that. It lists information about files that are open by the processes running on the system.

lua5.2-cqueues 20200726
Dependencies: lua@5.2.4 openssl@3.5.5
Propagated dependencies: lua5.2-ossl@20220711
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/cqueues.html
Licenses: Expat
Build system: gnu
Synopsis: Event loop for Lua using continuation queues
Description:

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications.

lua5.5-expat 1.5.2
Dependencies: lua@5.5.0 expat@2.7.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/lunarmodules/luaexpat
Licenses: X11
Build system: gnu
Synopsis: SAX XML parser based on the Expat library
Description:

LuaExpat is a SAX XML parser based on the Expat library.

lua-resty-core 0.1.18
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-core
Licenses: FreeBSD
Build system: trivial
Synopsis: Lua API for NGINX
Description:

This package provides a FFI-based Lua API for ngx_http_lua_module or ngx_stream_lua_module.

luamake 1.7
Dependencies: ninja@1.13.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/actboy168/luamake
Licenses: Expat
Build system: gnu
Synopsis: Make-inspired configuration and build system
Description:

Luamake is a platform independent configuration and build system that uses the standard Lua command-line interpreter.

lua5.4-lsqlite3 0.9.6
Dependencies: lua@5.4.8 sqlite@3.39.3
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://lua.sqlite.org/
Licenses: Expat
Build system: gnu
Synopsis: SQLite3 binding for Lua
Description:

LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. It provides a complete binding to the SQLite3 C API from within Lua programs.

Total packages: 72465