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

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.


perl6-terminal-ansicolor 0.5
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/tadzik/Terminal-ANSIColor
Licenses: Expat
Build system: rakudo
Synopsis: Colorize terminal output
Description:

This is a Terminal::ANSIColor module for Raku.

perl6-test-meta 0.0.17
Propagated dependencies: perl6-license-spdx@3.16.0 perl6-meta6@0.0.26 perl6-uri@0.3.5
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/Test-META
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Test a distribution's META file
Description:

This provides a simple mechanism for module authors to have some confidence that they have a working distribution META description file.

perl6-grammar-profiler-simple 0.02-1.c0aca5f
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/perlpilot/Grammar-Profiler-Simple
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Simple rule profiling for Raku grammars
Description:

This module provides a simple profiler for Raku grammars. To enable profiling simply add use Grammar::Profiler::Simple; to your code. Any grammar in the lexical scope of the use statement will automatically have profiling information collected when the grammar is used.

perl6-json-marshal 0.0.23
Propagated dependencies: perl6-json-fast@0.17 perl6-json-name@0.0.6
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/JSON-Marshal
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Simple serialization of objects to JSON
Description:

This library provides a single exported subroutine to create a JSON representation of an object. It should round trip back into an object of the same class using JSON::Unmarshal.

perl6-test-mock 1.5-0.1130427
Propagated dependencies: perl6-oo-monitors@1.1.1
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jnthn/test-mock
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Module for simply generating and checking mock objects
Description:

Test::Mock is a module that works alongside the standard Test module to help you write tests when you want to verify what methods are called on an object, while still having calls to undefined methods die. You get started just as normal with the test file, but also add a use statement for Test::Mock.

rakudo 2022.04
Dependencies: moarvm@2022.04 nqp@2022.04 openssl@3.0.8
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://rakudo.org/
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Raku Compiler
Description:

Rakudo is a compiler that implements the Raku specification and runs on top of several virtual machines.

perl6-json 1.0
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/moritz/json
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Minimal JSON (de)serializer
Description:

This module is a simple Raku module for serializing and deserializing JSON.

perl6-xml-writer 0.0.0-1.4d30a9d
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/masak/xml-writer
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Raku module to generate XML
Description:

XML::Writer is a module for creating XML in Raku.

perl6-license-spdx 3.16.0
Propagated dependencies: perl6-json-class@0.0.18
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/License-SPDX
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Abstraction over the SPDX License List
Description:

This provides an abstraction over the SPDX License List as provided in JSON format. Its primary raison d'être is to help the licence checking of Test::META and to allow for the warning about deprecated licences therein.

perl6-svg-plot 0.0.0-1.062570a
Propagated dependencies: perl6-svg@0.0.0-1.07190c0
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/moritz/svg-plot
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Raku charting and plotting library that produces SVG output
Description:

SVG::Plot is a simple 2D chart plotter for Raku. It currently supports bars, stacked bars, lines and points (both equally spaced with optional labels, or xy plots).

perl6-tap-harness 0.3.5
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/Raku/tap-harness6
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: TAP harness for Raku
Description:

This module provides the prove6 command which runs a TAP based test suite and prints a report. The prove6 command is a minimal wrapper around an instance of this module.

perl6-json-name 0.0.6
Propagated dependencies: perl6-json-optin@0.0.1
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/JSON-Name
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Provide a trait to store an alternative JSON name
Description:

This is released as a dependency of JSON::Marshal and JSON::Unmarshal in order to save duplication, it is intended to store a separate JSON name for an attribute where the name of the JSON attribute might be changed, either for aesthetic reasons or the name is not a valid Perl identifier. It will of course also be needed in classes thar are going to use JSON::Marshal or JSON::Unmarshal for serialization/deserialization.

perl6-zef 0.13.8
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/ugexe/zef
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Raku Module Management
Description:

Zef is a Raku package (module) manager. It can be used to download and install Raku modules in your home directory or as a system-wide module.

arcanist 0.0.0-2.ceb082e
Dependencies: bash-minimal@5.2.37 php@8.5.3 git@2.52.0 mercurial@7.1 subversion@1.14.5
Channel: guix
Location: gnu/packages/phabricator.scm (gnu packages phabricator)
Home page: https://github.com/phacility/arcanist
Licenses: ASL 2.0 Expat
Build system: gnu
Synopsis: Command-line interface for Phabricator
Description:

Arcanist is the command-line tool for the Phabricator software development service. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things.

rawtherapee 5.12
Dependencies: expat@2.7.1 exiv2@0.28.7 fftwf@3.3.10 glib@2.86.0 glibmm@2.86.0 gtk+@3.24.51 gtkmm@3.24.9 lcms@2.13.1 lensfun@0.3.4 libcanberra@0.30 libiptcdata@1.0.5 libjpeg-turbo@2.1.4 libjxl@0.11.1 libpng@1.6.39 librsvg@2.58.5 libraw@0.21.2 libsigc++@3.6.0 libtiff@4.4.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://rawtherapee.com
Licenses: GPL 3+
Build system: cmake
Synopsis: Raw image developing and processing
Description:

RawTherapee is a raw image processing suite. It comprises a subset of image editing operations specifically aimed at non-destructive raw photo post-production and is primarily focused on improving a photographer's workflow by facilitating the handling of large numbers of images. Most raw formats are supported, including Pentax Pixel Shift, Canon Dual-Pixel, and those from Foveon and X-Trans sensors.

libraw 0.21.2
Dependencies: libjpeg-turbo@2.1.4
Propagated dependencies: lcms@2.13.1
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://www.libraw.org
Licenses: LGPL 2.1 CDDL 1.0
Build system: gnu
Synopsis: Raw image decoder
Description:

LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).

hugin 2025.0.1
Dependencies: boost@1.83.0 enblend-enfuse@4.2 exiv2@0.28.7 fftw@3.3.10 flann@1.9.1 freeglut@3.4.0 glew@2.2.0 lcms@2.13.1 libjpeg-turbo@2.1.4 libpano13@2.9.22 libpng@1.6.39 libtiff@4.4.0 libxi@1.8.2 libxmu@1.2.1 mesa@25.2.3 openexr@3.2.4 sqlite@3.39.3 vigra@1.12.2 wxwidgets@3.2.8.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://hugin.sourceforge.net/
Licenses: GPL 2+
Build system: cmake
Synopsis: Panorama photo stitcher
Description:

Hugin is an easy to use panoramic imaging toolchain with a graphical user interface. It can be used to assemble a mosaic of photographs into a complete panorama and stitch any series of overlapping pictures.

gphoto2 2.5.28
Dependencies: readline@8.2.13 libjpeg-turbo@2.1.4 popt@1.18 libexif@0.6.24 libgphoto2@2.5.30
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: http://www.gphoto.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Command-line tools to access digital cameras
Description:

Gphoto2 is a set of command line utilities for manipulating a large number of different digital cameras. Through libgphoto2, it supports PTP, MTP, and much more.

lensfun 0.3.4
Dependencies: bash-minimal@5.2.37 glib@2.86.0 python@3.11.14
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://lensfun.github.io/
Licenses: LGPL 3 GPL 3 CC-BY-SA 3.0
Build system: cmake
Synopsis: Library to correct optical lens defects with a lens database
Description:

Digital photographs are not ideal. Of course, the better is your camera, the better the results will be, but in any case if you look carefully at shots taken even by the most expensive cameras equipped with the most expensive lenses you will see various artifacts. It is very hard to make ideal cameras, because there are a lot of factors that affect the final image quality, and at some point camera and lens designers have to trade one factor for another to achieve the optimal image quality, within the given design restrictions and budget. But we all want ideal shots, don't we? So that's what's Lensfun is all about: rectifying the defects introduced by your photographic equipment.

libexif 0.6.24
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://github.com/libexif/libexif
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Read and manipulate EXIF data in digital photographs
Description:

The libexif C library allows applications to read, edit, and save EXIF data as produced by digital cameras.

libgphoto2 2.5.30
Dependencies: libjpeg-turbo@2.1.4 libltdl@2.4.7 libusb@1.0.25 libxml2@2.14.6
Propagated dependencies: libexif@0.6.24
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: http://www.gphoto.org/proj/libgphoto2/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Accessing digital cameras
Description:

This is the library backend for gphoto2. It contains the code for PTP, MTP, and other vendor specific protocols for controlling and transferring data from digital cameras.

darktable 5.4.1
Dependencies: bash-minimal@5.2.37 cairo@1.18.4 colord-gtk@0.3.1 cups@2.4.14 curl@8.6.0 dbus-glib@0.112 exiv2@0.28.7 gmic@3.7.2 graphicsmagick@1.3.40 gsettings-desktop-schemas@48.0 gtk+@3.24.51 imath@3.1.3 iso-codes@4.5.0 json-glib@1.10.0 lcms@2.13.1 lensfun@0.3.4 libavif@1.0.4 libgphoto2@2.5.30 libheif@1.19.7 libjpeg-turbo@2.1.4 libjxl@0.11.1 libomp@13.0.1 libpng@1.6.39 libraw@0.21.2 libsecret@0.21.7 libsoup-minimal@2.74.3 librsvg@2.58.5 libtiff@4.4.0 libwebp@1.3.2 libxml2@2.14.6 libxslt@1.1.43 lua@5.4.8 openexr@3.2.4 openjpeg@2.5.0 osm-gps-map@1.1.0 portmidi@217 pugixml@1.12.1 python-jsonschema@4.23.0 sdl2@2.30.8 sqlite@3.39.3
Propagated dependencies: opencl-icd-loader@2024.10.24
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://www.darktable.org
Licenses: GPL 3+ LGPL 2.1+
Build system: cmake
Synopsis: Virtual lighttable and darkroom for photographers
Description:

Darktable is a photography workflow application and RAW developer. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

perl-image-exiftool 12.70
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://metacpan.org/release/Image-ExifTool
Licenses: GPL 1+
Build system: perl
Synopsis: Program and Perl library to manipulate EXIF and other metadata
Description:

This package provides the exiftool command and the Image::ExifTool Perl library to manipulate EXIF tags of digital images and a wide variety of other metadata.

enblend-enfuse 4.2
Dependencies: boost@1.89.0 gsl@2.8 lcms@2.13.1 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 openexr@3.2.4 vigra@1.12.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://enblend.sourceforge.net/
Licenses: GPL 2+
Build system: gnu
Synopsis: Tools for combining and blending images
Description:

Enblend blends away the seams in a panoramic image mosaic using a multi-resolution spline. Enfuse merges different exposures of the same scene to produce an image that looks much like a tone-mapped image.

Total packages: 70995