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

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.


libgit2 1.5.2
Dependencies: libssh2@1.11.1 http-parser@2.9.4-1.ec8b5ee
Propagated dependencies: openssl@3.0.8 pcre2@10.42 zlib@1.3.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://libgit2.org/
Licenses: GPL 2
Build system: cmake
Synopsis: Library providing Git core methods
Description:

Libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings.

ghq 1.7.1
Dependencies: go-github-com-mattn-go-isatty@0.0.20 go-github-com-motemen-go-colorine@0.0.0-20180816141035-45d19169413a go-github-com-saracen-walker@0.1.4 go-github-com-songmu-gitconfig@0.1.1 go-github-com-urfave-cli-v2@2.27.5 go-golang-org-x-net@0.50.0 go-golang-org-x-sync@0.19.0 go-golang-org-x-text@0.34.0
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/x-motemen/ghq
Licenses: Expat
Build system: go
Synopsis: Manage remote repository clones
Description:

ghq provides a way to organize remote repository clones, like go get does. When you clone a remote repository by ghq get, ghq makes a directory under a specific root directory (by default ~/ghq) using the remote repository URL's host and path.

rcshist 1.04-20190106
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://invisible-island.net/rcshist/rcshist.html
Licenses: FreeBSD Modified BSD
Build system: gnu
Synopsis: Display RCS change history
Description:

The rcshist utility displays the complete revision history of a set of RCS files including log messages and patches. It can also display the patch associated with a particular revision of an RCS file.

git-crypt 0.8.0
Dependencies: git@2.52.0 openssl@3.0.8
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://www.agwa.name/projects/git-crypt/
Licenses: GPL 3+
Build system: gnu
Synopsis: Transparent encryption of files in a git repository
Description:

git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.

cgit 1.3
Dependencies: bash-minimal@5.2.37 openssl@3.0.8 python@3.11.14 python-docutils@0.19 python-markdown@3.10 python-pygments@2.19.1 zlib@1.3.1 bzip2@1.0.8 groff@1.22.4 gzip@1.14 xz@5.4.5
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://git.zx2c4.com/cgit/
Licenses: GPL 2
Build system: gnu
Synopsis: Web frontend for git repositories
Description:

CGit is an attempt to create a fast web interface for the Git SCM, using a built-in cache to decrease server I/O pressure.

hg-commitsigs 0.1.0-0.b53eb68
Dependencies: gnupg@2.4.8 openssl@3.0.8
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://foss.heptapod.net/mercurial/commitsigs
Licenses: GPL 2
Build system: copy
Synopsis: Automatic signing of changeset hashes
Description:

This package provides a Mercurial extension for signing the changeset hash of commits. The signure is embedded directly in the changeset itself; there won't be any extra commits. Either GnuPG or OpenSSL can be used for signing.

go-github-com-git-lfs-wildmatch-v2 2.0.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/git-lfs/wildmatch
Licenses: Expat
Build system: go
Synopsis: Go implementation of Git's wildmatch
Description:

This package is an implementation of Git's wildmatch.c-style pattern matching.

got 0.122
Dependencies: libevent@2.1.12 util-linux@2.40.4 zlib@1.3.1 libressl@4.2.1 libmd@1.1.0 libbsd@0.11.7 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://gameoftrees.org/
Licenses: ISC
Build system: gnu
Synopsis: Distributed version control system
Description:

Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

shflags 1.3.0
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/kward/shflags
Licenses: LGPL 2.1
Build system: gnu
Synopsis: Command-line flags library for shell scripts
Description:

Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh). Most shell scripts use getopt for flags processing, but the different versions of getopt on various OSes make writing portable shell scripts difficult. shFlags instead provides an API that doesn't change across shell and OS versions so the script writer can be confident that the script will work.

libquicktime 1.2.4
Dependencies: alsa-lib@1.2.11 lame@3.100 libdv@1.0.0 libjpeg-turbo@2.1.4 libpng@1.6.39 libvorbis@1.3.7 mesa@25.2.3 schroedinger@1.0.11 libx11@1.8.12 libx264@164-0.b093bbe libxaw@1.0.16 libxv@1.0.13
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://libquicktime.sourceforge.net/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Quick Time Library
Description:

The goal of this project is to enhance the quicktime4linux library.

dav1d 1.5.1
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://code.videolan.org/videolan/dav1d
Licenses: FreeBSD
Build system: meson
Synopsis: AV1 decoder
Description:

dav1d is a new AV1 cross-platform decoder, and focused on speed and correctness.

obs-multi-rtmp 0.7.3.2
Dependencies: obs@32.0.4 qtbase@6.9.2 qtsvg@6.9.2 simde@0.8.2
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://github.com/sorayuki/obs-multi-rtmp
Licenses: GPL 2
Build system: cmake
Synopsis: Multi-site simultaneous broadcast plugin for OBS Studio
Description:

This is a plugin to streaming to multiple RTMP servers concurrently. It's able to share encoders with main output of OBS to save CPU power. It can also use standalone encoders with basic configuration (bitrate).

libsmpeg 0.4.5-401
Dependencies: sdl2@2.30.8
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://icculus.org/smpeg/
Licenses: Expat LGPL 2.1 LGPL 2.1+ GPL 2
Build system: gnu
Synopsis: SDL MPEG decoding library
Description:

SMPEG (SDL MPEG Player Library) is a free MPEG1 video player library with sound support. Video playback is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is played through a slightly modified mpegsound library, part of splay v0.8.2. SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.

libass 0.15.1
Propagated dependencies: freetype@2.13.3 fribidi@1.0.12 fontconfig-minimal@2.16.0 harfbuzz@11.4.4
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://github.com/libass/libass
Licenses: ISC
Build system: gnu
Synopsis: Subtitle rendering library for the ASS/SSA format
Description:

libass is a subtitle rendering library for the ASS/SSA (Advanced Substation Alpha/SubStation Alpha) subtitle format.

obs-vkcapture 1.5.3
Dependencies: mesa@25.2.3 obs@32.0.4 libx11@1.8.12 libxcb@1.17.0 simde@0.8.2 vulkan-headers@1.4.321.0 vulkan-loader@1.4.321.0 wayland@1.24.0
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://github.com/nowrep/obs-vkcapture
Licenses: GPL 2
Build system: cmake
Synopsis: OBS plugin for Vulkan/OpenGL game capture on Linux
Description:

This OBS plugin lets you record an OpenGL or Vulkan game by adding the Game Capture source to your scene and starting an application with obs-gamecapture.

mjpg-streamer 1.0.0
Dependencies: libjpeg-turbo@2.1.4
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://github.com/jacksonliam/mjpg-streamer
Licenses: GPL 2+
Build system: cmake
Synopsis: Stream JPEG over IP network
Description:

Command line application that copies JPEG frames from one or more input plugins to multiple output plugins. It can be used to stream JPEG files over an IP-based network from a webcam to various types of viewers such as Chrome, Firefox, Cambozola, VLC, mplayer, and other software capable of receiving MJPG streams.

obs-source-record 0.4.6
Dependencies: obs@32.0.4 simde@0.8.2
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://github.com/exeldro/obs-source-record
Licenses: GPL 2
Build system: cmake
Synopsis: OBS plugin for recording sources via a filter
Description:

This package provides an OBS plugin for recording sources via a filter.

v4l-utils 1.22.1
Dependencies: alsa-lib@1.2.11 glu@9.0.2 libjpeg-turbo@2.1.4 libx11@1.8.12 qtbase@5.15.17 eudev@3.2.14
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://linuxtv.org/wiki/index.php/V4l-utils
Licenses: LGPL 2.1+ GPL 2
Build system: gnu
Synopsis: Realtime video capture utilities for Linux
Description:

The v4l-utils provide a series of libraries and utilities to be used for realtime video capture via Linux-specific APIs.

gpac 2.4.0-1.9c1da9e
Dependencies: alsa-lib@1.2.11 curl@8.6.0 faad2@2.8.8 ffmpeg@8.0 freetype@2.13.3 glu@9.0.2 jack2@1.9.21 liba52@0.8.0 libcaca@0.99.beta19 libcaption@0.8 libfreenect@0.6.2 libjpeg-turbo@2.1.4 libmad@0.15.1b libpng@1.6.39 libtheora@1.1.1 libvorbis@1.3.7 libx11@1.8.12 libxv@1.0.13 mesa@25.2.3 openssl@3.0.8 pulseaudio@16.1 sdl2@2.30.8 xvid@1.3.7 zlib@1.3.1
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://gpac.io/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Video streaming and multimedia transcoding toolkit
Description:

GPAC is a multimedia framework focused on modularity and standards compliance. GPAC provides tools to process, inspect, package, stream, playback and interact with media content. Such content can be any combination of audio, video, subtitles, metadata, scalable graphics, encrypted media, 2D/3D graphics and ECMAScript.

shotcut 26.2.26
Dependencies: bash-minimal@5.2.37 ffmpeg@8.0 fftw@3.3.10 frei0r-plugins@1.7.0 jack@0.125.0 ladspa@1.13 libxkbcommon@1.11.0 mlt@7.36.1 pulseaudio@16.1 qtbase@6.9.2 qtcharts@6.9.2 qtdeclarative@6.9.2 qtmultimedia@6.9.2 qtwebsockets@6.9.2 sdl2@2.30.8 vulkan-loader@1.4.321.0
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://www.shotcut.org/
Licenses: GPL 3+
Build system: qt
Synopsis: Video editor built on the MLT framework
Description:

Shotcut is a video editor built on the MLT framework. Features include a wide range of formats through ffmpeg, 4k resolution support, webcam and audio capture, network stream playback, and many more.

xvid 1.3.7
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://www.xvid.com/
Licenses: GPL 2+
Build system: gnu
Synopsis: MPEG-4 Part 2 Advanced Simple Profile video codec
Description:

Xvid is an MPEG-4 Part 2 Advanced Simple Profile (ASP) video codec library. It uses ASP features such as b-frames, global and quarter pixel motion compensation, lumi masking, trellis quantization, and H.263, MPEG and custom quantization matrices.

opentimelineio 0.17.0
Dependencies: imath@3.1.3 rapidjson@1.1.0-1.949c771
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://opentimeline.io
Licenses: GPL 2+
Build system: cmake
Synopsis: API and interchange format for editorial timeline information
Description:

OpenTimelineIO is an interchange format and API for editorial cut information. OTIO contains information about the order and length of cuts and references to external media. It is not however, a container format for media.

For integration with applications, the core OTIO library is implemented in C++ and provides an in-memory data model, as well as library functions for interpreting, manipulating, and serializing that data model. Within the core is a dependency-less library for dealing strictly with time, opentime.

libdvdcss 1.4.3
Channel: guix
Location: gnu/packages/video.scm (gnu packages video)
Home page: https://www.videolan.org/developers/libdvdcss.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Library for accessing DVDs as block devices
Description:

libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption.

Total packages: 70622