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

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.


ghc-hspec-core 2.11.14
Dependencies: ghc-hunit@1.6.2.0 ghc-quickcheck@2.16.0.0 ghc-ansi-terminal@0.11.4 ghc-call-stack@0.4.0 ghc-haskell-lexer@1.1.1 ghc-hspec-expectations@0.8.4 ghc-quickcheck-io@0.2.0 ghc-random@1.2.1.1 ghc-tf-random@0.5
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: A Testing Framework for Haskell
Description:

This package exposes internal types and functions that can be used to extend Hspec's functionality.

ghc-libarchive 3.0.4.2
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/vmchale/libarchive
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell interface to libarchive.
Description:

Haskell bindings for libarchive. Provides the ability to unpack archives, including the ability to unpack archives lazily.

ghc-pipes-group 1.0.12
Dependencies: ghc-free@5.1.10 ghc-pipes@4.3.16 ghc-pipes-parse@3.0.9
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hackage.haskell.org/package/pipes-group
Licenses: Modified BSD
Build system: haskell
Synopsis: Group streams into substreams
Description:

@pipes-group@ uses @FreeT@ and lenses to group streams into sub-streams. Notable features include: . * /Perfect Streaming/: Group elements without collecting them into memory . * /Lens Support/: Use lenses to simplify many common operations . @Pipes.Group@ contains the full documentation for this library. . Read @Pipes.Group.Tutorial@ for an extensive tutorial.

ghc-os-string 2.0.7
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell/os-string/blob/master/README.md
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for manipulating Operating system strings.
Description:

This package provides functionality for manipulating @OsString@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>.

ghc-hspec-smallcheck 0.5.3
Dependencies: ghc-hunit@1.6.2.0 ghc-call-stack@0.4.0 ghc-hspec-core@2.11.14 ghc-smallcheck@1.1.1 ghc-hspec-core@2.11.14
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: SmallCheck support for the Hspec testing framework
Description:

SmallCheck support for the Hspec testing framework.

ghc-filepath 1.5.4.0
Dependencies: ghc-os-string@2.0.7
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: https://github.com/haskell/filepath/blob/master/README.md
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for manipulating FilePaths in a cross platform way.
Description:

This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths: . 1. legacy filepaths: @type FilePath = String@ . 2. operating system abstracted filepaths (@OsPath@): internally unpinned @ShortByteString@ (platform-dependent encoding) . It is recommended to use @OsPath@ when possible, because it is more correct. . For each variant there are three main modules: . * "System.FilePath.Posix" / "System.OsPath.Posix" manipulates POSIX\/Linux style @FilePath@ values (with @\/@ as the path separator). . * "System.FilePath.Windows" / "System.OsPath.Windows" manipulates Windows style @FilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives). . * "System.FilePath" / "System.OsPath" for dealing with current platform-specific filepaths . For more powerful string manipulation of @OsPath@, you can use the <https://hackage.haskell.org/package/os-string os-string package> (@OsPath@ is a type synonym for @OsString@). . An introduction into the new API can be found in this <https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html blog post>. Code examples for the new API can be found <https://github.com/hasufell/filepath-examples here>.

ghc-recursion-schemes 5.2.3
Dependencies: ghc-comonad@5.0.8 ghc-data-fix@0.3.2 ghc-free@5.1.10 ghc-th-abstraction@0.7.1.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://github.com/ekmett/recursion-schemes/
Licenses: FreeBSD
Build system: haskell
Synopsis: Representing common recursion patterns as higher-order functions
Description:

Many recursive functions share the same structure, e.g. pattern-match on the input and, depending on the data constructor, either recur on a smaller input or terminate the recursion with the base case. Another one: start with a seed value, use it to produce the first element of an infinite list, and recur on a modified seed in order to produce the rest of the list. Such a structure is called a recursion scheme. Using higher-order functions to implement those recursion schemes makes your code clearer, faster, and safer. See README for details.

mango 0.30.7
Channel: ajattix
Location: ajatt/packages/readers.scm (ajatt packages readers)
Home page: https://github.com/getmango/Mango
Licenses: Expat
Build system: copy
Synopsis: Self-hosted manga server with web reader and metadata management
Description:

Self-hosted manga server with web reader. Features: - Metadata scraping from Anilist and MangaDex - OPDS feed support for ebook readers - Komga-compatible API endpoints - CBZ/ZIP/RAR archive support - Progress tracking across devices

foliate 3.2.1-0.afc4b03
Dependencies: libadwaita@1.6.0 glib@2.83.3 glib-networking@2.78.1 webkitgtk@2.50.3 gtk@4.16.13 gjs@1.82.1
Channel: ajattix
Location: ajatt/packages/readers.scm (ajatt packages readers)
Home page: https://johnfactotum.github.io/foliate/
Licenses: GPL 3 Expat
Build system: meson
Synopsis: Read books in style
Description:

A simple and modern GTK e-book reader

sselp 0.2
Dependencies: libxrandr@1.5.4
Channel: ajattix
Location: ajatt/packages/suckless.scm (ajatt packages suckless)
Home page: https://tools.suckless.org/x/sselp/
Licenses: Expat
Build system: gnu
Synopsis: Simple X selection printer to stdout.
Description:

Simple X selection printer. Prints the X selection to stdout. Useful for scripts where you can query the X selection without pressing mouse Button2 in cumbersome ways.

vvdec-lib 2.3.1
Channel: ajattix
Location: ajatt/packages/video.scm (ajatt packages video)
Home page: https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
Licenses: Modified BSD
Build system: cmake
Synopsis: (Library) VVdeC, the Fraunhofer Versatile Video Decoder.
Description:

VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.

gpac 2.4
Dependencies: zlib@1.3.1 pkg-config@0.29.2
Channel: ajattix
Location: ajatt/packages/video.scm (ajatt packages video)
Home page: https://gpac.io/
Licenses: LGPL 2.1
Build system: gnu
Synopsis: GPAC Ultramedia OSS for Video Streaming & Next-Gen Multimedia Transcoding, Packaging & Delivery.
Description:

GPAC is an open-source 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. GPAC is best-known for its wide MP4/ISOBMFF capabilities and is popular among video enthusiasts, academic researchers, standardization bodies, and professional broadcasters.

readymedia-transcode 1.3.3
Dependencies: coreutils-minimal@9.1 ffmpeg@8.0 flac@1.5.0 libexif@0.6.24 imagemagick@6.9.13-5 libid3tag@0.15.1b libjpeg-turbo@2.1.4 libvorbis@1.3.7 sqlite@3.39.3 zlib@1.3.1
Channel: ajattix
Location: ajatt/packages/video.scm (ajatt packages video)
Home page: https://minidlna.sourceforge.net/
Licenses: GPL 2
Build system: gnu
Synopsis: DLNA/UPnP-AV media server
Description:

ReadyMedia (formerly known as MiniDLNA) is a simple media server that serves multimedia content to compatible clients on the network. It aims to be fully compliant with DLNA and UPnP-AV standards.

vvenc-app 1.13.1
Channel: ajattix
Location: ajatt/packages/video.scm (ajatt packages video)
Home page: https://github.com/fraunhoferhhi/vvenc
Licenses: Modified BSD
Build system: cmake
Synopsis: Fraunhofer Versatile Video Encoder (VVenC)
Description:

VVenC is a fast, efficient, multithreaded VVC (H.266) encoder.

vvdec-app 2.3.1
Channel: ajattix
Location: ajatt/packages/video.scm (ajatt packages video)
Home page: https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
Licenses: Modified BSD
Build system: cmake
Synopsis: (Standalone Encoder) VVdeC, the Fraunhofer Versatile Video Decoder.
Description:

VVdeC, the Fraunhofer Versatile Video Decoder, is a fast software H.266/VVC decoder implementation supporting all features of the VVC Main10 profile.

uvg266 0.8.1
Channel: ajattix
Location: ajatt/packages/video.scm (ajatt packages video)
Home page: https://ultravideo.fi/uvg266.html
Licenses: Modified BSD
Build system: cmake
Synopsis: An open-source VVC encoder based on Kvazaar.
Description:

An open-source VVC encoder licensed under 3-clause BSD.

adb 36.0.0
Dependencies: gcc-toolchain@14.3.0 glibc@2.41
Channel: clocktower
Location: clocktower/packages/adb.scm (clocktower packages adb)
Home page: https://developer.android.com/tools/releases/platform-tools
Licenses: ASL 2.0
Build system: trivial
Synopsis: Android Debug Bridge (ADB) and platform tools
Description:

ADB is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. This package includes the official Google prebuilt binaries patched to work on Guix.

Included tools:

  • adb - Android Debug Bridge for device communication

  • fastboot - Tool for flashing system images

  • mke2fs - Create ext2/ext3/ext4 filesystems

  • e2fsdroid - Build an ext2/ext3/ext4 filesystem from a directory

  • make_f2fs - Create F2FS filesystems

agda 2.8.0
Channel: clocktower
Location: clocktower/packages/agda.scm (clocktower packages agda)
Home page: https://wiki.portal.chalmers.se/agda/pmwiki.php
Licenses: Modified BSD
Build system: copy
Synopsis: Dependently typed functional programming language
Description:

Agda is a dependently typed functional programming language and proof assistant. It is an interactive system for writing and checking proofs.

cornelis 2.8.0
Dependencies: ghc-quickcheck@2.14.3 ghc-aeson@2.0.3.0 ghc-async@2.2.4 ghc-diff-loc@0.1.0.0 ghc-fingertree@0.1.5.0 ghc-generic-lens@2.2.2.0 ghc-hspec@2.9.7 ghc-hspec-discover@2.9.7 ghc-lens@5.1.1 ghc-levenshtein@0.2.1.0 ghc-megaparsec@9.2.2 ghc-nvim-hs@2.3.2.4 ghc-nvim-hs-contrib@2.0.0.2 ghc-prettyprinter@1.7.1 ghc-random@1.2.1.1 ghc-resourcet@1.2.6 ghc-unagi-chan@0.4.1.4 ghc-unliftio-core@0.2.1.0 ghc-vector@0.12.3.1
Channel: clocktower
Location: clocktower/packages/cornelis.scm (clocktower packages cornelis)
Home page: https://github.com/agda/cornelis
Licenses: Modified BSD
Build system: haskell
Synopsis: Agda-mode, but for neovim
Description:

It supports highlighting, goal listing, type-context, refinement, auto, solving, case splitting, go-to definition, normalization, and helper functions. These are exposed via vim commands. Most commands have an equivalent in agda-mode.

cornelis 2.7.1
Dependencies: ghc-quickcheck@2.14.3 ghc-aeson@2.0.3.0 ghc-async@2.2.4 ghc-diff-loc@0.1.0.0 ghc-fingertree@0.1.5.0 ghc-generic-lens@2.2.2.0 ghc-hspec@2.9.7 ghc-hspec-discover@2.9.7 ghc-lens@5.1.1 ghc-levenshtein@0.2.1.0 ghc-megaparsec@9.2.2 ghc-nvim-hs@2.3.2.4 ghc-nvim-hs-contrib@2.0.0.2 ghc-prettyprinter@1.7.1 ghc-random@1.2.1.1 ghc-resourcet@1.2.6 ghc-unagi-chan@0.4.1.4 ghc-unliftio-core@0.2.1.0 ghc-vector@0.12.3.1
Channel: clocktower
Location: clocktower/packages/cornelis.scm (clocktower packages cornelis)
Home page: https://github.com/agda/cornelis
Licenses: Modified BSD
Build system: haskell
Synopsis: Agda-mode, but for neovim
Description:

It supports highlighting, goal listing, type-context, refinement, auto, solving, case splitting, go-to definition, normalization, and helper functions. These are exposed via vim commands. Most commands have an equivalent in agda-mode.

cornelis 2.7.1
Dependencies: ghc-quickcheck@2.14.3 ghc-aeson@2.0.3.0 ghc-async@2.2.4 ghc-diff-loc@0.1.0.0 ghc-fingertree@0.1.5.0 ghc-generic-lens@2.2.2.0 ghc-hspec@2.9.7 ghc-hspec-discover@2.9.7 ghc-lens@5.1.1 ghc-levenshtein@0.2.1.0 ghc-megaparsec@9.2.2 ghc-nvim-hs@2.3.2.4 ghc-nvim-hs-contrib@2.0.0.2 ghc-prettyprinter@1.7.1 ghc-random@1.2.1.1 ghc-resourcet@1.2.6 ghc-unagi-chan@0.4.1.4 ghc-unliftio-core@0.2.1.0 ghc-vector@0.12.3.1
Channel: clocktower
Location: clocktower/packages/cornelis.scm (clocktower packages cornelis)
Home page: https://github.com/agda/cornelis
Licenses: Modified BSD
Build system: haskell
Synopsis: Agda-mode, but for neovim
Description:

It supports highlighting, goal listing, type-context, refinement, auto, solving, case splitting, go-to definition, normalization, and helper functions. These are exposed via vim commands. Most commands have an equivalent in agda-mode.

github-cli 2.85.0
Channel: clocktower
Location: clocktower/packages/gh.scm (clocktower packages gh)
Home page: https://github.com/cli/cli
Licenses: Expat
Build system: copy
Synopsis: GitHub’s official command line tool
Description:

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

Total packages: 69236