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.
Test::Roo provides composable, reusable tests with roles.
Test::SharedFork is a utility module for Test::Builder. It makes fork(2) safe to use in test cases.
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.
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.
The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library.
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.
PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files.
The IO::Zlib module is a Perl IO style interface to Compress:Zlib that simplifies reading and writing compressed data.
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.
This package provides modules to do 3D graphics in PDL.
This package provides the Math::MatrixReal module. It implements the data type "matrix of real numbers" (and consequently also "vector of real numbers").
This package provides PGPLOT bindings for Perl. It uses giza instead of PGPLOT for the implementation, though.
The Math::Cephes module provides a Perl interface to over 150 functions of the Cephes math library.
This packages allows you to interpolate the value Y from X using a list of (X, Y) pairs.
This package provides a library and simple REPL for the Perl Data Language.
This package provides a library and simple REPL for the Perl Data Language.
This module defines a format for database URIs, and provides a URI class to handle these.
The Perl module Geo::IP looks up location and network information by IP Address.
This package provides a HTML and XML DOM parser. It also supports CSS selectors.
The package provides bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN.
This package provides a client library for Vipul's Razor. Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures.
This module looks up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address.