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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


zathura 0.5.12
Dependencies: sqlite@3.39.3
Propagated dependencies: cairo@1.18.4 girara@0.4.5
Channel: guix
Location: gnu/packages/pdf.scm (gnu packages pdf)
Home page: https://pwmt.org/projects/zathura/
Licenses: Zlib
Synopsis: Lightweight keyboard-driven PDF viewer
Description:

Zathura is a customizable document viewer. It provides a minimalistic interface and an interface that mainly focuses on keyboard interaction.

pem 0.7.9
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/pem.scm (gnu packages pem)
Home page: https://www.gnu.org/software/pem/
Licenses: GPL 3+
Synopsis: Personal expenses manager
Description:

GNU Pem is a simple tool for tracking personal income and expenses. It operates from the command line and it stores its data in a basic text format in your home directory. It can easily print reports of your spending on different expenses via a basic search feature.

perl-test-without-module 0.20
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Without-Module
Licenses: GPL 1+
Synopsis: Test fallback behaviour in absence of modules
Description:

This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed.

perl-test-harness 3.42
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Harness
Licenses: GPL 1+
Synopsis: Run Perl standard test scripts with statistics
Description:

Simple test harness which allows tests to be run and results automatically aggregated and output to STDOUT.

perl-test-distmanifest 1.014
Propagated dependencies: perl-module-manifest@1.09
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://github.com/jawnsy/Test-DistManifest
Licenses: GPL 1+
Synopsis: Author test that validates a package @file{MANIFEST}
Description:

Test::DistManifest provides a simple method of testing that a MANIFEST file matches its distribution.

perl-test-filename 0.03
Propagated dependencies: perl-path-tiny@0.118
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Filename
Licenses: ASL 2.0
Synopsis: Portable filename comparison
Description:

Test::Filename provides functions to convert all path separators automatically.

perl-test-metrics-any 0.01
Propagated dependencies: perl-metrics-any@0.10
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Metrics-Any
Licenses: GPL 1+
Synopsis: Assert that code produces metrics via Metrics::Any
Description:

This test module helps write unit tests which assert that the code under test reports metrics via Metrics::Any.

perl-test-fork 0.02
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Fork
Licenses: GPL 1+
Synopsis: Test code which forks
Description:

Testing code which forks is problematic because each test has a number associated with it. Coordinating the test number amongst the parent and child processes is complicated. Test::Fork provides a function to smooth over the complications.

perl-test-pod-coverage 1.10
Propagated dependencies: perl-pod-coverage@0.23
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Pod-Coverage
Licenses: Artistic License 2.0
Synopsis: Check for pod coverage
Description:

This module adds a test to your Perl distribution which checks for pod coverage of all appropriate files.

perl-test-command 0.11
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://github.com/danboo/perl-test-command
Licenses: GPL 1+
Synopsis: Test routines for external commands
Description:

This module provides routines for testing the exit status, standard output and standard error of external commands.

perl-test-more-utf8 0.05
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-More-UTF8
Licenses: GPL 1+
Synopsis: Enhance Test::More for UTF8-based projects
Description:

Test::More::UTF8 is a simple extension for the widely used Test::More module. By default, it will do a binmode :utf8 on all of Test::Builder's output handles thus enabling the easy use flagged strings without warnings like "Wide character in print …"

perl-test-class 0.50
Dependencies: perl-module-runtime@0.016 perl-mro-compat@0.13 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Class
Licenses: GPL 1+
Synopsis: Easily create test classes in an xUnit/JUnit style
Description:

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style.

Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.).

perl-test-distribution 2.00
Propagated dependencies: perl-file-find-rule@0.35 perl-pod-coverage@0.23 perl-test-pod@1.52 perl-test-pod-coverage@1.10
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Distribution
Licenses: GPL 1+
Synopsis: Perform tests on all modules of a distribution
Description:

When used in a test script Test::Distribution goes through all the modules in your distribution, checks their POD, checks that they compile successfully and checks that they all define a $VERSION. In addition, this module performs a number of tests on the distribution itself. It checks that the distributed files match the SIGNATURE file, if that file exists. It checks that the distribution is not missing any core description files. It also checks that the complete set of pre-requisite packages are listed in the Makefile.PL file.

perl-test-script 1.20
Propagated dependencies: perl-capture-tiny@0.48 perl-probe-perl@0.03
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Script
Licenses: GPL 1+
Synopsis: Basic cross-platform tests for scripts
Description:

The intent of the Test::Script module is to provide a series of basic tests for 80% of the testing you will need to do for scripts in the script (or bin as is also commonly used) paths of your Perl distribution.

perl-test-trailingspace 0.0600
Dependencies: perl-file-find-object-rule@0.0311 perl-text-glob@0.11 perl-number-compare@0.03
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-TrailingSpace
Licenses: X11
Synopsis: Test for trailing space in Perl source files
Description:

Test::TrailingSpace tests for trailing spaces in Perl source files.

perl-test-class-most 0.08
Propagated dependencies: perl-test-class@0.50 perl-test-most@0.35 perl-module-runtime@0.016 perl-try-tiny@0.31 perl-mro-compat@0.13
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Class-Most
Licenses: GPL 1+
Synopsis: Test classes the easy way
Description:

Test::Class::Most provides some more convenience when using Test::Class.

perl-test-pod 1.52
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Pod
Licenses: GPL 1+
Synopsis: Check for POD errors in files
Description:

Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.

perl-test-requires 0.11
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Requires
Licenses: GPL 1+
Synopsis: Checks to see if the module can be loaded
Description:

Test::Requires checks to see if the module can be loaded. If this fails, then rather than failing tests this skips all tests.

perl-test-most 0.35
Propagated dependencies: perl-test-differences@0.67 perl-test-warn@0.36 perl-exception-class@1.44 perl-test-deep@1.120 perl-test-exception@0.43
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Most
Licenses: GPL 1+
Synopsis: Most commonly needed test functions and features
Description:

This module provides the most commonly used testing functions, along with automatically turning on strict and warning and gives a bit more fine-grained control over test suites.

perl-test-file-sharedir-dist 1.001002
Propagated dependencies: perl-class-tiny@1.008 perl-file-copy-recursive@0.38 perl-file-sharedir@1.116 perl-path-tiny@0.118 perl-scope-guard@0.21 perl-test-fatal@0.016
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://github.com/kentnl/Test-File-ShareDir
Licenses: GPL 1+
Synopsis: Dist oriented ShareDir tester
Description:

This module creates a Fake ShareDir for your modules for testing.

perl-test-warnings 0.030
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Warnings
Licenses: GPL 1+
Synopsis: Test for warnings and the lack of them
Description:

This module is intended to be used as a drop-in replacement for Test::NoWarnings. It also adds an extra test, but runs this test before done_testing calculates the test count, rather than after. It does this by hooking into done_testing as well as via an END block. You can declare a plan, or not, and things will still Just Work.

perl-test-cpan-meta-json 0.16
Dependencies: perl-json@4.02
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-CPAN-Meta-JSON
Licenses: Artistic License 2.0
Synopsis: Validate your CPAN META.json files
Description:

This module was written to ensure that a META.json file meets the specification.

perl-test-mocktime 0.17
Propagated dependencies: perl-time-piece@1.3401
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-MockTime
Licenses: GPL 1+
Synopsis: Replaces actual time with simulated time
Description:

This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime,time or localtime.

perl-test-subcalls 1.10
Propagated dependencies: perl-hook-lexwrap@0.26
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-SubCalls
Licenses: GPL 1+
Synopsis: Track the number of times subs are called
Description:

There are a number of different situations (like testing caching code) where you want to want to do a number of tests, and then verify that some underlying subroutine deep within the code was called a specific number of times.

Test::SubCalls module provides a number of functions for doing testing in this way in association with your normal Test::More (or similar) test scripts.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092