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

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.


ispc 1.19.0
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/ispc/ispc
Licenses: Modified BSD
Build system: cmake
Synopsis: Implicit SPMD Program Compiler
Description:

ISPC is a compiler for a variant of the C programming language, with extensions for single program, multiple data programming. Under the SPMD model, the programmer writes a program that generally appears to be a regular serial program, though the execution model is actually that a number of program instances execute in parallel on the hardware.

pcc 20170109
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: http://pcc.ludd.ltu.se
Licenses: FreeBSD Modified BSD
Build system: gnu
Synopsis: Portable C compiler
Description:

PCC is a portable C compiler. The project goal is to write a C99 compiler while still keeping it small, simple, fast and understandable.

utest-h 0.0.0-0.54458e2
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://www.duskborn.com/utest_h/
Licenses: Unlicense
Build system: cmake
Synopsis: Single-header unit testing framework for C and C++
Description:

This package provides a header-only unit testing library for C/C++.

byacc 20240109
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://invisible-island.net/byacc/byacc.html
Licenses: Public Domain
Build system: gnu
Synopsis: Berkeley Yacc LALR parser generator
Description:

Berkeley Yacc is an LALR(1) parser generator. Yacc reads the grammar specification from a file and generates an LALR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language.

aml 0.3.0
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/any1/aml
Licenses: ISC
Build system: meson
Synopsis: Another/Andri's main loop
Description:

The aml library provides a portable event loop for C, with the following features:

  1. file descriptor event handlers

  2. timers and tickers

  3. signal handlers

  4. idle dispatch callbacks

  5. thread pool support

libfastjson 1.2304.0
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/rsyslog/libfastjson
Licenses: Expat
Build system: gnu
Synopsis: Fast JSON library for C
Description:

libfastjson is a fork from json-c aiming to provide: a small library with essential JSON handling functions, sufficiently good JSON support (not 100% standards compliant), and very fast processing.

python-pcpp 1.30
Propagated dependencies: python-ply@3.11
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/ned14/pcpp
Licenses: Modified BSD
Build system: pyproject
Synopsis: C99 preprocessor written in Python
Description:

This package provides a C99 preprocessor written in pure Python.

aws-c-http 0.9.5
Propagated dependencies: aws-c-compression@0.3.1 aws-c-io@0.17.1
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/awslabs/aws-c-http
Licenses: ASL 2.0
Build system: cmake
Synopsis: Amazon Web Services HTTP library
Description:

This library provides a C99 implementation of the HTTP/1.1 and HTTP/2 specifications.

simdutf 7.2.0
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/simdutf/simdutf
Licenses: ASL 2.0
Build system: cmake
Synopsis: SIMD Unicode validation and transcoding
Description:

simdutf is a C++ library providing Unicode routines (UTF8, UTF16, UTF32). These routines are optimized for many specific architectures using SIMD (Single Instruction, Multiple Data) instructions.

stringzilla 3.12.1
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/ashvardanian/StringZilla
Licenses: ASL 2.0 Modified BSD
Build system: cmake
Synopsis: C/C++ header-only string library using SIMD and SWAR
Description:

StringZilla is a C/C++ header-only string library which relies on SIMD and SWAR. It implements string search, edit distances, sorting, lazy ranges, hashes and fingerprints.

nsync 1.26.0
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/google/nsync
Licenses: ASL 2.0
Build system: cmake
Synopsis: C library for synchronization primitives
Description:

nsync is a C library that exports various synchronization primitives:

  1. locks,

  2. condition variables,

  3. run-once initialization,

  4. waitable counter (useful for barriers),

  5. waitable bit (useful for cancellation, or other conditions).

pcg-c 0.0.0-1.83252d9
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://www.pcg-random.org
Licenses: Expat ASL 2.0
Build system: gnu
Synopsis: C implementation of the PCG random generators
Description:

The Permuted Congruential Generator (PCG) extends the Linear Congruential Generator (LCG) with a permutation function to increase output randomness while retaining speed, simplicity, and conciseness.

liblogging 1.0.6
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/rsyslog/liblogging
Licenses: FreeBSD
Build system: gnu
Synopsis: Easy to use and lightweight signal-safe logging library
Description:

Liblogging is an easy to use library for logging. It offers an enhanced replacement for the syslog() call, but retains its ease of use.

mimalloc 3.1.5
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://microsoft.github.io/mimalloc/
Licenses: Expat
Build system: cmake
Synopsis: General purpose memory allocator
Description:

mimalloc is a drop-in replacement for malloc.

tinydir 1.2.6
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/cxong/tinydir
Licenses: FreeBSD
Build system: cmake
Synopsis: List directories programmatically
Description:

tinydir is a header-only C wrapper for listing directory contents.

packcc 1.8.0
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/arithy/packcc
Licenses: Expat
Build system: gnu
Synopsis: Packrat parser generator for C
Description:

PackCC is a packrat parser generator for the C programming language. Its main features are:

  • Generates a parser in C from a grammar described in a PEG.

  • Gives your parser great efficiency by packrat parsing.

  • Supports direct and indirect left-recursive grammar rules.

The grammar of your parser can be described in a PEG. The PEG is a top-down parsing language, and is similar to the regular-expression grammar. The PEG does not require tokenization to be a separate step, and tokenization rules can be written in the same way as any other grammar rules.

udunits 2.2.28
Dependencies: expat@2.7.1
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://www.unidata.ucar.edu/software/udunits/
Licenses: non-copyleft
Build system: gnu
Synopsis: C library for units of physical quantities and value-conversion utils
Description:

The UDUNITS-2 package provides support for units of physical quantities. Its three main components are:

  1. udunits2lib, a C library for units of physical quantities;

  2. udunits2prog, a utility for obtaining the definition of a unit and for converting numeric values between compatible units; and

  3. an extensive database of units.

c-intro-and-ref 0.0.0-1.47e5a23
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://www.gnu.org/
Licenses: FDL 1.3+
Build system: copy
Synopsis: GNU C Language Intro and Reference
Description:

This manual explains the C language for use with the GNU Compiler Collection (GCC) on the GNU/Linux system and other systems. We refer to this dialect as GNU C. If you already know C, you can use this as a reference manual.

aws-c-io 0.17.1
Propagated dependencies: aws-c-cal@0.8.8 aws-c-common@0.12.2 s2n@1.5.15
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/awslabs/aws-c-io
Licenses: ASL 2.0
Build system: cmake
Synopsis: Event driven framework for implementing application protocols
Description:

This library provides a C99 framework for constructing event-driven, asynchronous network application protocols.

aws-c-auth 0.9.0
Propagated dependencies: aws-c-cal@0.8.8 aws-c-common@0.12.2 aws-c-http@0.9.5 aws-c-io@0.17.1 aws-c-sdkutils@0.2.3
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/awslabs/aws-c-auth
Licenses: ASL 2.0
Build system: cmake
Synopsis: Amazon Web Services client-side authentication library
Description:

This library provides a C99 implementation for AWS client-side authentication.

libestr 0.1.11
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/rsyslog/libestr
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Helper functions for handling strings
Description:

This C library contains some essential string manipulation functions and more, like escaping special characters.

c-rrb 0.1.0-0.d908617
Dependencies: libgc@8.2.8
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/hypirion/c-rrb
Licenses: Boost 1.0
Build system: gnu
Synopsis: Relaxed Radix Balanced Trees
Description:

Relaxed Radix Balanced Trees are an immutable vector-like data structure with good performance characteristics for concatenation and slicing.

calcurse 4.5.1
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/calcurse.scm (gnu packages calcurse)
Home page: https://www.calcurse.org
Licenses: FreeBSD
Build system: gnu
Synopsis: Text-based calendar and scheduling
Description:

Calcurse is a text-based calendar and scheduling application. It helps keep track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, and the curses based interface can be customized to suit user needs. All of the commands are documented within an online help system.

ccal 2.5.3
Channel: guix
Location: gnu/packages/calendar.scm (gnu packages calendar)
Home page: http://ccal.chinesebay.com/ccal/ccal.htm
Licenses: GPL 2+ LGPL 2.1+
Build system: gnu
Synopsis: Command line program for Chinese calendar
Description:

ccal is a command line program which writes a Gregorian calendar together with Chinese calendar to standard output. Its usage is similar to the cal program. In addition to console output, it can also generate Encapsulated Postscript and HTML table outputs for use in do-it-yourself calendars and web pages. It supports both simplified and traditional Chinese characters.

Total packages: 69245