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.
File::Find::Object is an object-oriented File::Find replacement in Perl.
This module allows you to speed up your sleep(), alarm(), and time() calls.
Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested against.
CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time.
The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI.
This module allows you to specify conflicting versions of modules separately and deal with them after the module is done installing.
This class provides several methods for host name resolution. It is designed to be used with event loops. Names are resolved by your system's native getaddrinfo(3) implementation, called in a separate thread to avoid blocking the entire application. Threading overhead is limited by using system threads instead of Perl threads.
Conf::Libconfig is a Perl interface to the libconfig configuration file library. It support scalar, array, and hash data structures just like its C/C++ counterpart. It reduces the effort required to implement a configuration file parser in your Perl programme and allows sharing configuration files between languages.
Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub.
This module provides a few useful functions for manipulating module names. Its main aim is to centralise some of the functions commonly used by modules that manipulate other modules in some way, like converting module names to relative paths.
The package provides a number of useful typemaps as submodules of ExtUtils::Typemaps.
BinHex is a format for transporting files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. This module provides a means of converting those data streams back into into binary data.
This module provides a list of known mime-types, combined from various sources. For instance, it contains all IANA types and the knowledge of Apache.
Term::Encoding is a simple module to detect the encoding of the current terminal expects in various ways.
This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks.
Lexical::Persistence introduces persistent lexical variable values for arbitrary calls.
Xslate is a template engine, tuned for persistent applications, safe as an HTML generator, and with rich features. The core design principle is that template logic does not have access outside the template without permission.
This module is able to generically format rows of data into tables.
This Perl module allows you to split data into records by not only specifying what you wish to split the data on, but also by specifying an "unless" regular expression. If the text in question matches the "unless" regex, it will not be split there. This allows us to do things like split on newlines unless newlines are embedded in quotes.
Simply loading this module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it calls Moose->throw_error().
Class::Inspector allows you to get information about a loaded class.
File::ShareDir::Dist finds share directories for distributions. It is a companion module to File::ShareDir.
This package provides an efficient mechanism to look up ranges in Interval Trees.
Mail::Sendmail is a pure perl module that provides a simple means to send email from a perl script. The module only requires Perl5 and a network connection.
RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates.