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.
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.
URI::Nested provides support for nested URIs, where the scheme is a prefix, and the remainder of the URI is another URI.
This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits most of all the methods from Net::SMTP(2.X).
WWW::Pastebin::PastebinCom::Create provides functionality to paste on Pastebin without API keys.
This module allows you to execute code when perl finished compiling the surrounding scope.
This module can retrieve information from the CDDB.
Crypt::DES is an XS-based implementation of the DES cryptography algorithm. The module implements the Crypt::CBC interface which has blocksize, keysize, encrypt and decrypt functions.
ExtUtils::CppGuess attempts to guess the C++ compiler that is compatible with the C compiler used to build perl.
Data::UUID provides a framework for generating Universally Unique Identifiers (UUIDs), also known as Globally Unique Identifiers (GUIDs). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE.
Sys::SigAction is a Perl extension for Consistent Signal Handling.
This package trims the first components of the displayed filename to deal with excessively long ones.
B::Keywords supplies several arrays of exportable keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions, @Barewords, @TieIOMethods, @UNIVERSALMethods and @ExporterSymbols.
Given a list of Perl modules/filenames, this module makes require and use statements fail (no matter whether the specified files/modules are installed or not).
This module provides convenience methods that let you easily create DateTime::Set objects for various recurrences, such as "once a month" or "every day". You can also create more complicated recurrences, such as "every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM".
This module implements Spreadsheet::XLSX parsing Microsoft Excel 2007 xlsx files.
This module allows you to read and write an OLE-Structured file. OLE (Object Linking and Embedding) is a technology to store hierarchical information such as links to other documents within a single file.
DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object.
This package transparently speeds up functions by caching return values, trading space for time.
Devel::Caller provides meatier version of caller.
Routines to manipulate defhash, a convention to define things more precisely and uniformly using a hash, in Perl.
Mouse is a Moose compatible object system that implements a subset of the functionality for reduced startup time.
Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. The library supports parsing, updating and creating configuration files.
Multidimensional disables multidimensional array emulation.
This package provides procedures to get and set resource limits like getrlimit and setpriority.