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.
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.
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.
Test::Tester allows testing of test modules based on Test::Builder with a minimum of effort.
Test::File provides a collection of test utilities for file attributes.
This module Compress::Raw::Bzip2 provides a Perl interface to the bzip2 compression library.
Perl's IO::Compress module provides an interface for reading and writing compressed data created with the zlib and bzip2 libraries.
PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library.
It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to worry how it does so, or use different interfaces for each type by using either Perl modules, or command-line tools on your system.
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library. A relevant subset of the functionality provided by Bzip2 is available in this module.
The IO::Zlib module is a Perl IO style interface to Compress:Zlib that simplifies reading and writing compressed data.
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.
This package provides PGPLOT bindings for Perl. It uses giza instead of PGPLOT for the implementation, though.
This package provides a library and simple REPL for the Perl Data Language.
This package provides the Math::MatrixReal module. It implements the data type "matrix of real numbers" (and consequently also "vector of real numbers").
This packages allows you to interpolate the value Y from X using a list of (X, Y) pairs.
The Math::Cephes module provides a Perl interface to over 150 functions of the Cephes math library.
This package provides modules to do 3D graphics in PDL.
This package provides a library and simple REPL for the Perl Data Language.
This package provides a class method constructs a new Net::IMAP::Simple object. It takes one required parameter which is the server to connect to, and additional optional parameters.
This package provides a HTML and XML DOM parser. It also supports CSS selectors.
WWW::Pastebin::PastebinCom::Create provides functionality to paste on Pastebin without API keys.
The Perl module Geo::IP looks up location and network information by IP Address.
This module provides functions to percent-encode and percent-decode URI strings as defined by RFC 3986. Percent-encoding URI's is informally called URI escaping. This is the terminology used by this module, which predates the formalization of the terms by the RFC by several years.