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 provides functions that are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch.
Sub::Exporter provides a sophisticated alternative to Exporter.pm for custom-built routines.
This module allows you to specify those constants that should be documented in your POD, and pull them out a run time in a fairly arbitrary fashion.
Pod::Constants uses Pod::Parser to do the parsing of the source file. It has to open the source file it is called from, and does so directly either by lookup in %INC or by assuming it is $0 if the caller is main (or it can't find %INCcaller()).
File::Temp can be used to create and open temporary files in a safe way.
This module attempts to recover from people calling UNIVERSAL::isa as a function.
This module provides a basic way to discover if a piece of perl code is allocating perl data and not releasing them again.
Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup.
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
This is a meta-package that installs the CPAN dependencies of the Freecell Solver test suite.
Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, and Perl code.
IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed.
File::Zglob provides a traditional Unix glob functionality; it returns a list of file names that match the given pattern. For instance, it supports the **/*.pm form.
Path::Class is a module for manipulation of file and directory specifications in a cross-platform manner.
This module provides lexicon-handling modules to read from other localization formats, such as Gettext, Msgcat, and so on.
String::Format lets you define arbitrary printf-like format sequences to be expanded. This module would be most useful in configuration files and reporting tools, where the results of a query need to be formatted in a particular way. It was inspired by mutt's .
This module provides a Log::Any adapter to send log messages to screen, with colors and some other features.
Mouse is a Moose compatible object system that implements a subset of the functionality for reduced startup time.
This package provides a Perl library that allows refreshing classes at runtime.
This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centred around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available.
This module allows you to speed up your sleep(), alarm(), and time() calls.
MIME::Base64 module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions). The base64 encoding is designed to represent arbitrary sequences of octets in a form that need not be humanly readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to be represented per printable character.
File::Find::Object::Rule is an alternative Perl interface to File::Find::Object.
This module splits a set of data with IDs and arbitrary values into one test file per (key+value) for easy parallelisation.
This package provides functions to format text in various ways like centering, paragraphing, and converting tabs to spaces and spaces to tabs.